/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
body {
	padding:0;
	margin:0;
	background:#FFFFFF url() repeat-y left top;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	min-width:100px;
	margin-left:1px;
	margin-right:1px;
	background:#FFFFFF url() no-repeat center center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-5px;
        margin-top:-155px;
	color: #000000;

 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:500px;
	background:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #000000;
	text-align:center;
}
#header .text {
	font-size: small;
	font-weight: none;
	color: #FFFFFF;
	background-color: #600000;
	float: right;
	width: 100%;
	

}
#header .text2 {
	font-size: small;
	font-weight: none;
	color: #600000;
	background-color: #600000;
	float: right;
	width: 100%;
}

}

 #navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
font-weight: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:visited
{
color: #000;
background-color: #600000;
text-decoration: underline;
}

#navlist a:link 
{
color: #000;
background-color: #600000;
text-decoration: underline;
}

#navlist a:hover
{
color: #600000;
background-color: #600000;
text-decoration: underline;
}

#sitecat{
	position:relative;
	width:60%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:1px;/*needed to keep to the left*/
}

#sitesubcat{
	position:relative;
	width:60%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:100px;/*needed to keep to the left*/
}

#siteitem{
	position:relative;
	width:80%;
	height:25px;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:left;
        margin-left:-10px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:-50px;/*needed to make room for header*/
        padding-left:150px;/*needed to keep to the left*/
}

#subcat{
	position:relative;
	width:100%;
	height:100%;
	background:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
        border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:center;
        margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:0px;/*needed to make room for header*/
}
#subcat .image {
        position:relative;
        float: right;
	background-color: #FFFFFF;
	width: 100px;
        padding-left:0px;
        margin-left:0px;
}



#cattitledescription{height:auto;}{
	position:relative;
	width:90%;
	min-height:100%;
	background:#FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:4px solid #000000;
        border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
        float: left;
	overflow:hidden;
	color: #000000;
        text-align:center;
        margin-left:0px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:0px;/*needed to make room for header*/ 
}

#left {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:2px;/*must be 1px less than width otherwise won't push footer down */
	padding-top:132px;/*needed to make room for header*/
}
* html #left {padding-bottom:52px ;margin-right:23px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:10px;padding-right:10px}

