body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url('../img/bg.jpg') repeat-x #000;
}

#wrap {
	width: 1000px !important;
}

.mh {
	padding: 0;
	margin: 0;
	height: 1px;
	line-height: 1px;
	background: #000;
}

.imagebar {
	background: #777;
	border-bottom: 5px solid #5080bb;
	height: 160px;
	vertical-align: top;
}

.left {
	width: 87px !important;
	background: url('../img/shadow-l.png') repeat-y right;
	margin: 0;
}

.right {
	width: 94px !important;
	background: url('../img/shadow-r.png') repeat-y left;
	margin: 0;
}

.navwrap {
	height: 30px;
	background: #000;
	color: #FFF;
	text-align: center;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	line-height: 1;
}	

.main {
	background: #FFF;
	margin: 0;
	padding: 10px 30px;
}

.ft {
	background: #000;
	text-align: left;
	font: normal 11px/15px verdana;
	color: #FFF;
	vertical-align: middle;
	height: 20px;
	padding: 10px;
}
