#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	min-height:100%;
	height: 100%;
	background-color: #FFFFFF;
		}
		
html, body{height:100%;
}

html, body
{
padding:0;
margin:0;
border: none; 
}


body>#container{height:auto;}



body {
	background-color: #FFFFFF;
	background-image: url(pagelayout/shaddow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu ul
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;

}


#menu li {
	list-style-type: none;
	font-size: 12px;
	height:24px;
}

#header
{
	height:208px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
padding:0;
}

#footer
{
	clear:both;
	height: 150px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#menu
{
width:170px;
float:left;
margin-left:10px;
}

#content
{
width: 600px;
float: left;
margin-left:10px;
}

#spacer
{
height:240px;
}

p {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


a{	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

a:link {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

a:visited {	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}

a:hover {
	
	font-size: 12px;
	color: #CB1B1B;
	text-decoration: underline;
}

a:active{	
	font-size: 12px;
	color: #000000;
	text-decoration: none;}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
