@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#022d3f;
}

#wrapper{
	width:920px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:106px;
	width:100%;
	background-image:url(images/headerback.png);
	background-repeat:repeat-x;
}

#header1{
	width:920px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	
}

#flash{
	width:920px;
	height:244px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/flashBack.png);
	background-repeat:no-repeat;
}

#flashFile{
	width:900px;
	height:100%;
	margin-left:10px;
}

#bodyWrap{
	width:920px;
	height:100%;
	background-image:url(images/bodyBack.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	
}

#footerBack{
	height:162px;
	width:100%;
	background-image:url(images/footerBack.png);
	background-repeat:repeat-x;
	position:inherit;

	
}

#footer{
	width:920px;
	height:162px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	
	
	
}

#footerText{
	
	font-size:11px;
	padding-top:100px;
	text-align:center;
}

#navigation{
	width: 352px;
	height: 21px;
	position:absolute;
	margin-top:73px;
	margin-left:20px;
}

#navigation a img{
	border:none;
}

#searchBox{
	width: 198px;
	height: 13px;
	position:absolute;
	margin-top: 18px;
	margin-left:620px;
	
}

#content{
	
	width:630px;
	height:100%;
	margin-left:20px;
	margin-top:0px;
	padding-top:10px;
	text-align:justify;
	
}

#sidebar{
	width:230px;
	padding-right:10px;
	height:100%;
	
	margin-top:10px;
	
}

#sidebar h2{
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
	text-align: center;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	height:20px;
}

#sidebar ul{
	list-style:none;
	
}

#sidebar li{
	margin-left:-30px;
	padding-top: 2px;
}

#sidebar a, #topic a{
	text-decoration:none;
	font-weight:600;
	color:#666666;
}

#sidebar a:hover, #topic a:hover{
	color:#000000;
}

#topic{
	font-size:14px;
	font-weight:600;
	margin-bottom:20px;
	border-bottom:1px;
	border-bottom-style:solid;	
	height:20px;
	border-bottom-color:#999999;
	
}

#post{
	color:#666666;
	margin-top:-10px;
	padding-bottom:10px;
}
#post a{
	text-decoration:none;
	color:#000000;
	font-weight:600;
}	

#post a:hover{
	text-decoration:underline;
}

#post a img{
	border:none;
}