body {
text-align: left; /*center hack*/
}
.inside {padding: 10px;}
.clear {clear: both;}
#wrap {
padding: 0;
width: 770px!important; /*IE6 hack*/
margin: 0 auto;
text-align: left;
background: #3C4E66 url(../images/left.gif) repeat-y top left;
}
#header {
float: left;
width: 100%;
height: 116px;
background: url(../images/header.jpg) no-repeat;
clear: both;
position: relative;
}
#search {width: auto; height: auto; position: absolute; top: 80px; right: 10px;}
#search .inputbox {background:#fff url(../images/search.png) no-repeat center right;padding-right:16px; border: 1px dotted #ccc}
#advert {
float: left;
width: 100%;
height: auto;
border-bottom: 5px solid #0F1012;
clear: both;
background: #fff;
}
#left {
float: left; width: 210px; overflow: hidden;margin: 0;padding: 0;
}
#content80 {
float: left; width: 560px; overflow: hidden;
}
#content100 {
float: left; width: 100%; overflow: hidden;
}
#footer {
background: url(../images/footer.jpg) no-repeat;
text-align: left;
clear: both;
height: 66px;
border-top: 5px solid #090D16;
}

#footer #copyright {
	float: left;
	width: auto;
	text-align: left;
	color: #ccc;
	margin: 10px 0 10px 60px;
	font-size: 13px;
	font-weight:bold;

}
#footer #address {
	float: right;
	width: auto;
	text-align: right;
	color: #ccc;
	margin: 5px 10px;
	font-size: 11px;
	font-weight:normal;
	line-height: 100%;

}