/* CSS Document */
/*TESTING*/
		div	{border: 0px dotted #717171;}
/*LAYOUT*/
		body {
			background: #322E2C url(images/liver.jpg) repeat;
			color: #fff;
			font-family: Verdana, Arial, Helvetica, 
				sans-serif; font-size: 86%;
			}
		#container {
			width: 736px;
			\width: 756px;
			w\idth: 736px;
			border: 0px dotted gray;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: /*1*/0px;
		}

		#head {
			padding: /*5*/0px;
			margin-bottom: 0px;
			background: transparent url(images/xlexit-head.jpg) no-repeat;
			height: 130px;
		}
		#head img {padding: 15px 0 0 25px;}

		#menu {
			padding: /*5*/0 0 0 25px;
			margin-bottom: -6px;
			background: transparent url(images/xlexit-menu.jpg) no-repeat;
			height: 27px;
		}
		
		#menu a {margin: -11px 0 0 0;}

		#fooi {
			padding: /*5*/0;
			margin-bottom: -6px;
			background: transparent url(images/xlexit-subtop.jpg) no-repeat;
			height: 10px;
		}
		#content {
			padding: /*5*/15px 25px 15px 25px;;
			background: transparent url(images/content.jpg) repeat-y;
		}

		#footer {
			/*clear: both;*/
			padding: /*5*/0px;
			margin-top: 0px;
			height: 19px;
			background: transparent url(images/xlexit-tail.jpg) no-repeat;
		}
		
/*TYPOGRAPHY*/
		h1, h2, h3 {font-family: 'Copperplate', 'Trebuchet MS Bold', 'Trebuchet', 'Arial Black', Arial, Helvetica, sans-serif;
		}
		a, p, ul, li, #navlist ul, #navlist li, #navlist a, #subnavlist ul, #subnavlist li, #subnavlist a {font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		h1 {
			margin: 0 27px 1em 27px;
			padding:0px;
			font-size: large;
			font-weight:700;
			background-color:transparent;
			display: block;
			}

		h2 {
			margin: 0 27px 0.5em 27px;
			padding:0px;
			font-size:medium;
			font-weight:700;
			background-color:transparent;
			display: block;
			}

		h3 {
			margin: 0 27px 1em 27px;
			padding: 0;
			font-size:small;
			font-weight:700;
			}

		p {
			margin: 0 27px 1em 27px;
			padding: 0;
			font-size: x-small;
			voice-family: "\"}\""; /*hack because IE does not do x-small well*/
			voice-family:inherit;
			font-size: small;
			font-weight:500;
			line-height:150%;
			}

		#content a {
			text-decoration:none; font-size:x-small; font-weight:700; 
			border-bottom: white 1px dotted;
			}
		#content a:link {
        	color: #fff;
				}
		#content a:visited {
	        color: #b0b0b0;
		        }
		#content a:hover {
	        color: red; text-decoration:none; border-bottom: red 1px dotted;
				}
		 #navlist
{
margin: 0;
padding: 5px 0 20px 27px/*10px*/;
border-bottom: 0px solid #FFE800;
}

#navlist ul, #navlist li
{
margin: 0 0 11px 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited, #subnavlist a:link, #subnavlist a:visited
{
float: left;
line-height: 14px;
font-size:x-small; 
voice-family: "\"}\""; /*hack because IE does not do x-small well*/
voice-family:inherit;
font-size:small; 
font-weight:800;
margin: 0 20px 4px 0px;
text-decoration: none;
color: white;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #f00;
padding-bottom: 2px;
background: transparent;
color: #f00;
}

#navlist a:hover { color: #f00; }
