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

body {margin: 0px auto;
background-color: #333;

}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.items {
			padding-left: 128px;
		}
img {border: none; text-decoration:none;}

a:img {text-decoration: none; border: none;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1067px;
	background-color: transparent;
	border-left: solid thin white;
	border-right: solid thin white;
	border-bottom: solid thin white;
}

#header {
	margin: 0 auto;
	height: 200px;
	background: url(../images/header_bg.jpg);
}

#leftside {
	float: left;
	width: 132px;
	height: 402px;
	background-image:url(../images/left_bg.jpg)
}

#rightside {
	float: right;
	width: 134px;
	height: 402px;
	background-image:url(../images/right_bg.jpg)
}

#content { 
	float: left;
	width: 801px;
	height: 402px;
	background: url(../images/middle_bg.jpg) no-repeat;
	background-color: transparent;
	margin: 0 auto;
}

.footercontact {
	padding-left: 130px;
	padding-top: 5px;
	
	
	}

#menu {
	clear:both;
	background: url(../images/menu_bg.jpg);
	height: 100px;
}

#footer {
	clear: both;
	background: url(../images/footer_bg.jpg);
	height: 101px;
}

.bannerad {
	padding-top: -100px;
	padding-left: 200px;
	width: 728px;
	height: 90px;
	float: left;
	position:relative;
}

#topmenu {
	padding-left: 537px;
	margin-top: -100px;
}