html 
	{
  height: auto;
	}

body 
	{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: auto;
	background-color: #c6c3a2;
	margin: 0 auto;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-x;
	}

a 
	{
	color: #990000; 
	text-decoration: none;
	}

a:visited 
	{
	color: #990000; 
	text-decoration: none;
	}

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

h2
	{
	color: #8c2e23;
	font-size: x-large;
	background-color: #efefef;
	padding: 3px;
	letter-spacing: -1px;
	}

#header 
	{
	width: 750px;
	height: 155px;
	background-color: #ffffff;
	background-image:  url(images/header.jpg);
	margin: 0px;
	background-repeat: no-repeat;
	}

#container 
	{
	height: auto;
	width: 750px;
	margin: 0px auto;
	background-color: #FFFFFF;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

#content 
	{
	margin: 10px 10px 10px 15px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 500px;
	}

#left 
	{
	width: 210px;
	height: 100%;
	margin: 0;
	padding: 0;
	}	
	
#sidelist 
	{
	float: left;
	width: 200px; 
	padding: 5px 5px 5px 8px;
	background-color: #efefef;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	border: 1px solid #9999cc;
	}

#menu 
	{
	width: 210px;
	margin-bottom: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #333;	
	}
	
#menu ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#menu li 
	{
	margin: 0;
	}
		
#menu li a 
	{
	display: block;
	padding: 12px 8px 12px 8px;
	background-color: #dad5b5;
	color: #8c2e24;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	}

#body #menu li a
	{
	width: auto;
	}

#menu li a:hover 
	{
	background-color: #c6c3a1;
	text-decoration: none;
	}
		
#footer 
	{
	font-family: arial, helvetica, sans-serif;
	font-size: x-small; 
	text-align: center;
	padding: 0px 30px 15px;
	margin: 100px 0px 0px 0px;
	}
