@charset "utf-8";
/* CSS Document */

#container{
	position:relative;
	width:800px;
	height:750px;
	color: #F00;
	border:none;
	padding:auto;
margin:auto;
text-align:center;
	
	}
#header {width:800px;
	height:110px;
	top:0px;
	left:0px;
	background-image:url(images/head.jpg);
	background-color:#FFF;
	overflow:hidden;
	}
#nav {background-color: #7E7E7E; text-align:center; font-size:14px;	color:#FFF;}
#nav li{border-right: 1px solid #fff;}
#nav li:last-child{border-right: none;}
#nav li a{padding: 6px 8px; display: inline-block;}
#i1{
	position:absolute;
	width:162px;
	height:204px;
	top:170px;
	left:20px;
	
	}
#t2{
	position:absolute;
	width:450px;
	height:180px;
	top:180px;
	left:187px;
	background-color:#Fffff;
	}	
#i2{
	position:absolute;
	width:130px;
	height:214px;
	top:400px;
	right:20px;

	}
#t3{
	position:absolute;
	width:450px;
	height:180px;
	top:410px;
	right:160px;
	background-color: #ffffff;
	}	
#i3{
	position:absolute;
	width:592px;
	height:150px;
	top:300px;
	left:100px;
	
	}
#footer{width:798px;
	height:80px;
	top:650px;
	left:0px;
	background-color: #2d2926;
	font-size:13px;
	color:#ffffff;
	font:Arial;
	}
#f1{
	position:absolute;
	width
	}
ul
 {
 list-style-type:none;
 margin:0;
 padding:0;
 } 
 li
 {
 display:inline;
 }

 a { text-decoration: none; color:#ffffff}
 

#main{width:798px;
	height:500px;
	top:141px;
	left:opx;
	background-color:#ffffff;
	text-align:left;
	}
#sidebar{
	position:absolute;
	width:413px;
	height:514px;
	top:120px;
	right:0px;
	background-color:#FFFFFF;
	background-image:url(images/Right-side.jpg);
	}