body {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial;
	font-size:12px;
	background:url(/images/body-back.gif) center top;
	background-repeat: repeat-x;	
}
html {
	margin:0;
	padding:0;
	font-family:Tahoma, Arial;
	font-size:12px;
	background:url(/images/html-back.png) center top repeat-y #CE9D3A;
}
#wrap {
	width:970px;
	margin:0 auto;
	background:url(/images/content-back.gif) repeat-y;
	background-position:0 750px;
}
#head {
	width:970px;
	height:135px;
	background:url(/images/header.jpg) top left no-repeat;
}
#body .col-left {
	width:240px;
	float:left;
	background:url(/images/content-right.png) top left no-repeat;
	min-height:628px;
}
#body .col-middle {
	width:599px;
	padding:20px 40px 0 10px;
	float:right;
	background:#fff;
	min-height:608px;
}
#body .col-right {
	width:81px;
	float:right;
	background:url(/images/content-left.png) top right no-repeat;
	min-height:628px;
}
#footer {
	clear:both;
	width:970px;
	height:30px;
	background:url(/images/footer.png) top left no-repeat;
	text-align:center;
	padding-left:60px;
}

h1, h2, h3, h4 {
	font-size:14px;
	font-weight:bold;
}
p {
	font-size:12px;
	line-height:1.4em;
}
