@charset "utf-8";
/* CSS Document */
@import url(navigator.css);
@import url(text.css);
@import url(image.css);

body{
background-image:url(../image/bg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#00204e;
margin:0px 0px;
}

#layout{
width:900px;
margin:auto auto;
font-family:Arial, Helvetica, sans-serif;
}

#header{
height:90px;
margin-top:20px;
}
#headerLogo{
background-image:url(../image/logo.png);
background-position:left;
background-repeat:no-repeat;
width:900px;
height:45px;
clear:both;
border-bottom:#FFFFFF 1px solid;
}
#headerShadow{
width:900px;
height:45px;
background-image:url(../image/shadow.png);
background-position:left;
background-repeat:no-repeat;
}
#content-background{
	width:630px;
	height:220px;
	filter:alpha(opacity=16);/*for ie*/
	-moz-opacity:0.16;/*for firefox*/
	opacity:0.16;/*for chrome*/
	text-align:center;
	z-index:-1;
	position:absolute;
	top:28%;
	left:28%;
}
#content{
	width:700px;
	float:right;
	margin-bottom:10px;
	overflow:hidden;
	margin-bottom:10px;
}

#content h2{
margin:5px 0px;
color:#8ec2f5;
border-bottom:#8ec2f5 1px solid;
clear:both;
float:none;
}

#content h3{
clear:both;
}

#footer{
color:#9aafc9;
clear:both;
font-size:12px;
margin-top:20px;
}
#updateText{
float:left;
font-style:italic;
}
#copyrightText{
float:right;
}
