* {
	border: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('images/mainbg.png') top center repeat-y #202d3a;
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #666;
}

#header a:link,#header a:active,#header a:visited {
	color: #FFF;
	text-decoration: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding-left: 0px;
}

#header {
	background: url('images/headerbg.png') top left no-repeat;
	height: 308px;
	position: relative;
	padding: 0px 100px;
}

#menuleft {
	margin-top: 265px;
	float: left;
	height: 20px;
}

#menuright {
	margin-top: 265px;
	float: right;
	height: 20px;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	float: left;
	display: block;
	width: 100px;
	height: 50px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#main {
	padding: 0 90px 0 80px;
	position: relative;
	/* height: 500px; */
}

#left {
	float: left;	
	width: 197px;
}

.block1 {
	background: url('images/left1.png') top left no-repeat;
	padding-top: 41px;
	text-align: center ; 

}

.block2 {
	background: url('images/left2.png') top left no-repeat;
	padding-top: 39px;
	text-align: center ; 

}
.block3 {
	background: url('images/left3.png') top left no-repeat;
	padding-top: 39px;
	text-align: center ; 

}

.inside {
	background: url('images/leftmid.png') top left repeat-y;
	padding: 5px;
	margin: 0;
}

.bottom {
	height: 12px;
	background: url('images/left-btm.png') top left no-repeat;
	
}

#middle {
	padding: 2px;
	padding-top: 10px;
	margin-left: 226px; 
} 

#middle img {
	float: left;
} 

.news {
	background: url('images/sep.png') bottom left no-repeat;
	padding-bottom: 10px;
	/* position: relative; */
	/* float: left; */
	width: 100%;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#middle {

}
#footer {
	background: url('images/footer.png') bottom left no-repeat;
	height: 78px;
	padding: 0px 100px;
}

#footer div{
	float: right;
	margin-top: 50px;
	
}
#footer div a:link, #footer div a:active, #footer div a:visited{
	color: #FFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}


