body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url('bg.jpg')  repeat-x 0 0 #c8c8c8;
}

#container {
	width: 788px;
	margin: 20px auto 0 auto;
}

#page_header {
	position: relative;
	width: 788px;
	height: 409px;
	background: url('head_bg.jpg') no-repeat 0 0 #f8f8f8;
}

#page_header a {
	position: absolute;
	top: 13px;
	left: 12px;
	text-decoration: none;
	background: transparent;
}

#page_header a img {
	border: 0;
}

#content_outer {
	position: relative;
	width: 788px;
	background: url('content_bg.gif') repeat-y 0 0 #f8f8f8;
}

#content {
	float: left;
	width: 474px;
	margin: 0 0 10px 278px;
}

#side_content {
	float: left;
	width: 193px;
	margin: 24px 0 10px -718px;
	padding: 0 25px 0 0;
	border-right: 1px solid #b4b4b4;
}

#footer {
	width: 788px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 14px 0 10px 0;
	background: #c8c8c8 url('footer_bg.gif') no-repeat 0 0;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
	width: 1px;
	font-size: 1px;
}

