/* CSS Document */

body{
	
	/*background-color: #518bca;
	background-image:url(img/body_bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	background-color:#cccccc;
background-color: #518bca;
	background-image:url(img/new_bg.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;

}




.box{
	width:796px;
	height:100%;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
	border-top:solid 1px #999999;
	bordercolor:#999999;
	background-color:#ffffff;
	/*background-image:url(img/skill2.gif);
	background-position:bottom right;
	background-repeat:no-repeat;*/

	
}

.main{
	width:780px;
height:100%;
	background-color:#cccccc;
	background-image:url(img/new_bg.jpg);
	background-repeat:repeat-y;
	/*border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	border-top:solid 1px #999999;
	border-bottom:dashed 1px #999999;*/
	bordercolor:#999999;
	/*margin-bottom:25px;*/
}

.nav{
	width:780px;
	height:25px;
	background-color:#08005c;
	background-image:url(img/nav_bg.jpg);
	padding-left:5px;
	vertical-align:middle;
}

.log{
	width:160px;
	text-align:right;
	
	color:#ffffff;
}




.img{
	width:780px;
	height:110px;
	margin-bottom:0px;
	background-color:#08005c;

}

.sx{
	width:190px;
	float:left;
	/*border:1px solid #666666;*/
	position:relative;
	top:10px;
	
	
}



.content{
	width:570px;
	float:left;
	/*border:1px solid #666666;*/
	position:relative;
	left:9px;
	top:-10px;
	
}



/*.foot{
	width:500px;
	height:25px;
	margin-top:5px;
	background-color:#00FFCC;
	vertical-align:middle;
	
}*/

.foot{
	width:100%;
	height:25px;
	text-align:center;
	background-color:#ffffff;
	vertical-align:middle;
}																																								



