/* Page Structure */
body {
	background-color: #DDDDDD;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#head_wrapper {
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 100%;
	position: relative;
	background-color: #2A2E20;
}
#header {
	height: 250px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navigation {
	position: relative;
	height: 32px;
	width: 575px;
	top: 40px;
	left: 275px;
}
#page_title {
	height: auto;
	width: 300px;
	position: relative;
	top: 180px;
	font-size: 18px;
	padding-left: 20px;
}
#content_wrapper {
	background-color: #FFFFFF;
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/column_wrapper.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	position: relative;
	height: auto;
	background-position: left top;
	line-height: 16px;
}
#column_wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#left_column {
	width: 550px;
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/left_column.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	position: relative;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#left_column table tbody.format td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#left_column table tbody.format tr:hover {
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#right_column {
	float: right;
	width: 260px;
	position: relative;
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/right_column.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 300px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#three_column_one {
	width: 250px;
	float:left;
	position: relative;
	padding-right: 25px;
	padding-bottom: 25px;
}
#three_column_two {
	width: 250px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	padding-bottom: 25px; 
}
#three_column_three {
	width: 250px;
	float:right;
	position: relative;
	padding-left: 25px;
	padding-bottom: 25px;
}
#footer_wrapper {
	width: 100%;
	position: relative;
	clear: both;
}
#footer {
	height: 85px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(http://www.seibelmodern.com/themes/seibel_modern/images/footer.gif);
	background-repeat: no-repeat;
}
#footer_links {
	float: left;
	width: 500px;
	padding-top: 8px;
	position: relative;
}
#footer_admin {
	text-align: right;
	float: right;
	width: 350px;
	padding-top: 8px;
	position: relative;
}
/* Navigation */
#navigation ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
#navigation li a.nav-selected {
	color: #990000;
}
#navigation li a:hover {
	color: #990000;
	background-color: #EEEEEE;
}

/* Full Width Variable */
#column_wrapper_full {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* Page Elements */
.pagingNav{ 
	margin:16px 0px 8px 0px;
}
.pagination{ 
	text-align:center; 
	color:#bbb; 
	padding-top:4px;
}
.pagination .pageRight{
	width:20%; 
	float:right; 
	text-align:right;
}
.pagination .pageLeft{
	width:20%; 
	float:left; 
	text-align:left;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd; 
	background: #eee; 
	padding: 10px;
}
div.spacer,div.ccm-spacer { 
	clear:both; 
	font-size:1px; 
	line-height:1px; 
}
.noTopSpace { 
	margin-top:0px; 
	padding-top:0px;
}
