p, td, div{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#666;
}

body {
	background: url('/images/bg.gif') repeat;
	margin: 0px;
}

#main_wrapper {
	background: url('/images/content_bg.gif') repeat-y;
	width: 1020px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	width: 1020px;
	height: 214px;
	background: url('/images/header.gif') top left no-repeat;
	position: relative;
}

#footer {
	width: 1020px;
	height: 59px;
	background: url('/images/footer.gif') top left no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer .text {
	position: absolute;
	left: 365px;
	top: 16px;
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#666;
}

#main_content {
	margin-left: 115px;
	margin-right: 125px;
}

#content_left {
	width: 271px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#content_right {
	width: 475px;
	float: left;
}
