* {
	margin:0;
	padding:0;
	}
body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1C012E;
}
#outerbox {
	width:980px;
	height:700px;
	position:absolute;
	top:10px;
	left:50%;
	margin-left:-490px;
}
#outerboxin {
	position:relative;
	width:980px;
	height:700px;
} 

#leftbox {
	width:250px;
	height:30px;
	/*border:1px solid #f00;*/
	margin-top:80px;
	margin-left:20px;
	float:left;

}

#rightbox {
	float:left;
	width:662px;
	height:442px;
	overflow:auto;
	margin-left:40px;
	background-color: #FFFFFF;
}


#leftbottombox {
	position:absolute;
	top:605px;
	left:0px;
	width:288px;
	height:26px;
	
}

#rightnavbottombox {
	position:absolute;
	top:459px;
	left:374px;
	width:394px;
	height:226px;
}

#rightbottombox {
	position:absolute;
	top:579px;
	left:580px;
	width:394px;
	height:80px;
}

#thumbbox {
	position:absolute;
	top:372px;
	left:78px;
	width:628px;
	height:86px;
}
#outerbox #outerboxin #rightnavbottombox p ,#leftbox p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	line-height: 30px;
}

#outerbox #outerboxin #rightnavbottombox p a {
	color:#36626f;
	text-decoration:none;
}

#outerbox #outerboxin #rightnavbottombox p a:hover {	
	text-decoration:underline;
}

#outerbox #outerboxin #thumbbox li {
	float: left;
	margin-right: 11px;
}
#outerbox #outerboxin #thumbbox img {
	border: 2px solid #FFFFFF;
}

.textbox {
	font-size:12px;
	color:#36626f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:620px;
	margin:10px ;
	font-weight:normal;
	line-height: 18px;

}

.textbox a {
	color:#36626f;
	text-decoration:none;
}

.textbox a:hover {
	text-decoration:underline;
}

.textbox img {
	border:0;
		margin:10px ;
}
