/* CSS Document */

body
{
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    font-family: Verdana;
	background-color:#000000;
	color:white;
	width:100%;
}
b
{
	color: orange;
	text-decoration: caps;
}	

h2
{
    color: #fff;
    font-size: 12px;
}

#headerLogo {
position:absolute;
width:432px;
height:157px;
background-image:url(images/ac_logo.jpg);
background-repeat:no-repeat;
z-index:5;
}

#headerBackground {
position:absolute;
width:100%;
height:157px;
background-image:url(images/test_r1_c2.jpg);
background-repeat:repeat-x;
z-index:0;

}

#childRight {
position:absolute;
top:200px;
text-align:right;
width:100%;
min-width:940px;
/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 1040 ? "940px" : "100%" );
height:437px;
background-image:url(images/indexpic.jpg);
background-repeat:no-repeat;
background-position: top right;
z-index:10;
}

#content {
position:absolute;
top:0px;
right:60px;
text-align:left;
font: 1.10em/1.2em "bitstream vera sans" , verdana, sans-serif;
line-height:2.5;
width:550px;
/*min-width:940px;
width:expression(document.body.clientWidth < 1040 ? "940px" : "100%" );*/
height:437px;
padding: 240px 0px 0px 0px;
z-index:10;
}

#childLeft {
position:absolute;
top:200px;
left:0px;
width:200px;
min-width:200px;
height:400px;
padding-left:35px;
background-image:url(images/textpic.gif);
background-repeat:no-repeat;
background-position:bottom left;
clear:both;

}

#headerNav {
position:absolute;
top:55px;
text-align:right;
width:100%;
min-width:740px;
height:50px;
z-index:10;
}

#headerNav a:link, a:visited
{
    text-decoration: none;
    color: orange;
}


#headerNav a:hover, a:active
{
    text-decoration: none;
    color:black;
}

#linemenu li
{
    display: inline;
    list-style-type: none;
	padding-right: 20px;
}

#linemenu a
{
    text-decoration: none;
	}
	
#copyright
{
position:absolute;
top:645px;
right:8px;
width:auto;
height:20px;
font-size: 9px;
z-index:15;
}

#contentmeta
{
    font: 0.10em/0.2em "bitstream vera sans" , verdana, sans-serif;
    position: absolute;
    top: 0px;
	left: 0px;
	margin-left: 0px;
    text-align: ;justify;
    padding: 0px;
    /*border: 1px solid #fff;*/
    z-index: 1;
    min-height: 100px;
	max-width: 1050px;
    color: transparent;
	}
	
a {
color:orange;
}
