html,
body  {
	margin: 5px 5px;
	
	padding: 0;
	background: #2C5175 url('images/bg.jpg') no-repeat;

	color: black;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; font-family:Arial, sans-serif

}
img  {
	border: none;
	display: block;
}
a  {
	text-decoration: none;
}

.container {
	margin-left: 30px;
	padding: 10px;
	color:transparent;
	background: #9AAFD3;
	border-bottom: 1px solid #f1f1f1;
	width:920px;
	height:400px;
	text-align:left;
	opacity: 0.3;
     filter:alpha(opacity: 100);
     -moz-opacity: 0.5;
     -khtml-opacity: 0.5;

	}

.sitename {
	color:#fff;
	margin-left: 30px;
	margin-top: 8px;
	padding:0px ;
	/*background: transparent url('images/headerbg.jpg') repeat-x;*/
	width:920px;
	font-family: Times New Roman;
	font-size: 35px;
	font-weight:700;
	height:50px;
	text-align: left;
	border-bottom: 5px solid #fff;

	}
	
	
.logo{
	position:absolute;
	color:#fff;
	top:0px;
	left: 752px;
	background: transparent url('images/logo.jpg') no-repeat;
	width:206px;
	height:125px;
	text-align: left;

	}
.descriptionbox
{
	color:#fff;
	padding:20px 0px 0px 50px ;
	border: 0px solid #fff;
	width:930px;
	height:50px;
	text-align: left;
	font-style:normal; font-variant:normal; font-weight:700; font-size:20px; font-family:arial, sans-serif

}
.sidebox {
	display:inline;
	color:#fff;
	background: #fff;
	width:270px;
	
	padding:2px;
	height:824px;
	color:#000;
	float:left;
	text-align: left;
	}
.sidebox a {
	color:#000;
	font-size:12px;
	display:block;
	padding:2px;
	font-weight:700;
	
	}
.sidebox a:hover {
	display:block;
	color:#fff;
	padding:2px;
	background:#2D5175;
	font-weight:700;
	}

.mainbody {
	color:#000;
	padding:10px;
	background: #F3F2F7 url('images/mainbody.jpg') no-repeat;
	border: 2px solid white;
	width:625px;
	height:824px;
	}