html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	background-color:#990000;
	font:8pt Arial;
	color:#000000;
	height:100%;	
}

html > body #pagecontainer {
	height:auto;
}

#pagecontainer {
	background-image:url('custom/images/background_content.jpg');
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;	
}

#main {
	height:100%;
	width:100%;
}

#content {
	margin:-4px 2px 0px 170px;
	padding:0;
	background-color:#ffffff;
	height:100%;
	min-height:450px;	
}

#clear {
	clear:both;
	height:1px;
}

#header {
	background-color:#9C1212;
}

#footer {
	width:100%;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	background:#CCCCCC;
	text-align:center;
	font:8pt Arial, Helvetica, Verdana, sans-serif;
}

#sidebar {
	float:left;
	width:166px;
	height:100%;
	min-height:455px;
	margin:0 0 0 2px;
	padding:0px;
	background:#444444;	
}

/***** Begin Navigation *****/
#header_nav {
	background:url('custom/images/background_topnav.jpg') repeat-x;
	padding:0px;
	margin-bottom:5px;
	height:29px;
}

#header_nav ul {
	margin:0px;
	padding:5px 0px 5px 0px;
	text-align:center;
}

#tabnav {
	margin:0px;
	color:#FFFFFF;
}

#tabnav li {
	margin:0px -2px 0px -2px;
	padding:0px;
	display:inline;
	list-style-type:none;
	vertical-align:middle;
}

#tabnav a:link, #tabnav a:visited {
	float:center;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#e6e6e6;
	font:8pt Arial;
	font-weight:bold;
	height:29px;
}

#tabnav a:hover {
	color:#E67A89;
	font:8pt Arial;
	font-weight:bold;
}

#tabnav a.tabnav_extra_border {
	padding:5px 0px 5px 0px;
}

#tabnav a.tabnav_default {
	color:#ffffff;
	background-color:#666666;
	font:8pt Arial;
	font-weight:bold;
}
/***** End Navigation *****/
