body {
	background-color:#e0b2b2;
}

/* *** WRAPPERS *** */

#wrapper {
	width:800px;
	background-color:#ffffff;
	margin:0 auto 0 auto;
	padding:0 0 40px 0;
}

#wrapper_full_width {
	width:100%;
	margin:0;
	background-color:#e0b2b2;
}

#leftcol {
	width:180px;
	float:left;
	margin:20px 0 20px 10px;
}


/* *** NAVIGATION *** */

#nav_top {
	width:180px;
	height:50px;
	background-color:#ffffff;
	background-image:url(/images_template/nav_top.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#nav_bottom {
	width:180px;
	height:50px;
	background-color:#ffffff;
	background-image:url(/images_template/nav_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.nav_separator {
	width:180px;
	height:17px;
	background-color:#fff7d9;
	padding:10px 0 10px 0;
	background-image:url(/images_template/nav_separator.gif);
	background-position:center;
	background-repeat:no-repeat;
}




#nav_links ul {
	color:#666666;
	margin:0;
	padding:0;
}


#nav_links li {
	width:100%;
	list-style-type:none;
	text-align:center;
	border-top:1px solid #e4ddc2;
}

#nav_links li a:link,  #nav_links li a:active,  #nav_links li a:visited {
	padding:4px;
	display: block;
	background-color:#fff7d9;
	color:#996666;
	text-decoration:none;
	width:172px;  
	font-weight:bold;
}

#nav_links li a:hover {
	padding:4px;
	display: block;
	background-color:#e4ddc2;
	color:#990000;
	text-decoration:none;
	width:172px;
	font-weight:bold;
}



/* items for sec nav */

#nav_links ul li li a:link,  #nav_links ul li li a:active,  #nav_links ul li li a:visited 
{
	padding:1px 4px 1px 4px;
	background-color:#fffbec;
	font-weight:normal;
}

#nav_links ul li li a:hover {
	padding:1px 4px 1px 4px;
	background-color:#e5e1d4;
	font-weight:normal;
}

#nav_links a .selected {
/*	font-style:italic; */
}




/* *** MAILLIST *** */

#maillist {
	margin:0;
	padding:6px;
	width:168px;
	background-color:#fff7d9;
	color:#666666;
	text-align:center;
}

#maillist a:link, #maillist a:active, #maillist a:visited {
	color:#333333;
	text-decoration:none;  
}

#maillist a:hover {
	color:#ff0000;
	text-decoration:none;  
}

#maillist p {
	margin:0 0 6px 0;
	padding:0;
	font-size:x-small;
}

#maillist h6 {
	margin:2px 0 6px 0;
	font-size:small;
	font-weight:bold;
}

/* *** MAIN CONTENT AREA *** */

/* The main content area is 540px wide */

#main {
	width:540px;
	margin:20px 20px 0 237px;
	padding:0;
}



/* *** HEADER ITEMS *** */

#header {
	width:100%;
	height:34px;
	margin:0 0 0 0;
	background-color:#990000;
	background-image:url(/images_template/header.gif);
	background-position:top center;
	background-repeat:no-repeat;
}

#header_picture {
	width:800px;
	height:105px;
	background-image:url(/images_template/court_colman_manor.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


	
	
/* *** FOOTER ITEMS *** */

#footer {
	clear:both;
	width:100%;
	margin:0 0 0 0;
	background-color:#990000;
}


#footer_main {
	text-align:center;
	width:760px;
	margin:0 auto 0 auto;
	padding:10px;
	background-color:#990000;
	font-size:small;
	color:#ffcccc;
}


#footer ul {
	margin:4px 0 6px 0;
}

#footer li {
	list-style-type:none;
	margin:0.5em;
	display:inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#ffcccc;
}

#footer a:hover {
	text-decoration:none;
	color:#ffffff;

}




/* *** LINKS *** */

a:link, a:active, a:visited {
	color:#003399;
	text-decoration:none;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
}






