﻿/* CSS layout */
/* designed by - Russell Barton */
/* Adoratek Web Design */
/* http://adoratek.com */
/* --------------------------------------------------------- */
/* Please do not steal my work. My children need to eat too.
/* --------------------------------------------------------- */


/* CSS layout */

* {
	margin: 0;
	padding: 0;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 160px;
	background-image: url('images/header_bg.png');
}
#top_nav {
	height: 56px;
	background-image: url('images/top_nav_bg.png');
	clear: both;
}
#page_content {
	background-image: url('images/bg.png');
	min-height: 320px;
}
#footer {
	border-width: 1px;
	border-color: #282828;
	height: 60px;
	background-image: url('images/bg.png');
	border-top-style: solid;
	clear: both;
}
#header {
	height: 160px;
	width: 800px;
	margin: auto;
	background-image: url('images/header.png');
}
#header_content {
	width: 527px;
	margin: 70px 0px 0px 0px;
	float: right;
	padding: 10px;
	height: 60px;
}
#nav {
	background-image: url('images/top_nav.png');
	margin: auto;
	width: 800px;
	height: 56px;
}
#nav_content {
	display: inline;
	width: 530px;
	height: 30px;
	float: right;
	padding-top: 0px;
	margin-top: 13px;
	padding-right: 5px;
	text-align: right;
}
#container {
	width: 800px;
	margin: auto;
	clear: both;
}
#left_col {
	background-image: url('images/left_col_top.png');
	width: 253px;
	height: 296px;
	clear: both;
}
#left_col_container {
	width: 253px;
	float: left;
}
#left_col_content {
	width: 175px;
	margin-left: 40px;
	padding: 10px 0px 0px 0px;
	height: 258px;
	list-style-type: none;
	list-style-position: inside;
}
#left_col_editable {
	width: 175px;
	margin-left: 40px;
	padding: 10px 0px 0px 0px;
	height: auto;
	list-style-type: none;
	list-style-position: inside;
}
#content {
	width: 527px;
	margin: 0px;
	float: right;
	padding: 10px;
}
#sub_content {
	background-image: url('images/bg.png');
	height: 283px;
}
#sub_content_container {
	height: 283px;
	width: 800px;
	margin: auto;
	float: none;
	clear: both;
}
#sub_content_left {
	float: left;
	height: 283px;
	width: 253px;
	background-image: url('images/left_col_panel.png');
	background-repeat: no-repeat;
	clear: both;
}
#subtext_left {
	width: 175px;
	margin-left: 40px;
	padding: 5px 0px 0px 0px;
	height: 220px;
	margin-top: 28px;
	overflow: auto;
	list-style-position: inside;
}
#subtext_middle {
	width: 175px;
	margin-left: 40px;
	padding: 5px 0px 0px 0px;
	height: 220px;
	margin-top: 28px;
	overflow: auto;
	list-style-position: inside;
}
#subtext_right {
	width: 175px;
	margin-left: 40px;
	padding: 5px 0px 0px 0px;
	height: 220px;
	margin-top: 28px;
	overflow: auto;
	list-style-position: inside;
}

#sub_content_right {
	background-image: url('images/left_col_panel.png');
	background-repeat: no-repeat;
	width: 253px;
	height: 283px;
	float: right;
}
#sub_content_middle {
	float: left;
	width: 253px;
	height: 283px;
	background-image: url('images/left_col_panel.png');
	background-repeat: no-repeat;
	margin-left: 21px;
}
#footer_content {
	width: 800px;
	margin: auto;
	padding: 10px;
	text-align: center;
}

