html
{
	margin: 0px;
}

body {
	margin: 0px;
	background-image: url('/images/back.jpg');
	background-repeat: repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#cfb59c;
}


.content h1
{
font-weight: bold;
font-size: 16pt;
color: #5498d4;
font-family: Arial;
}

.content h2
{
font-weight: bold;
font-size: 13pt;
color: #e83da1;
font-family: Arial;
}

.content h3
{
font-weight: bold;
font-style:italic;
font-size: 13pt;
color: #000000;
font-family: Arial;
}

.content h4
{
font-weight: bold;
font-size: 12pt;
color: #000000;
font-family: Arial;
}

.content a
{
font-size: 10pt;
color: #5498d4;
font-family: Arial;
}



.wrapper {
	margin: 0 auto;
	width: 801px;
}

.header {
	margin: 0px;
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	width: 801px;
	height: 215px;
	margin-top: 9px;
}

.menu
{
	margin: 0 auto;
	background-image: url('/images/menu.jpg');
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 10px;
	width: 795px;
	text-align:center;
	font-size:14px;
}

.menu ul { padding:0px; margin:0px;}

.menu ul li { 
display:inline; 
list-style-type:none;
}

.menu ul li a 
{ 
height: 24px;
padding-top: 10px;
padding-left: 8px;
padding-right:8px;
padding-bottom: 4px;
color:#fff; 
text-decoration:none; 

}
.menu ul li a:hover 
{ 
height: 24px;
padding-top: 10px;
padding-left: 8px;
padding-right:8px;
padding-bottom: 4px;
color:#fff;
/*padding: 5px 12px 8px;*/
background-color:#562b01;
}
.menu ul li a.selected 
{
color:#fff;
background-color:#562b01;
}

.content{
	padding: 20px 50px 20px 50px;
	margin-left: -5px;
	background-image: url('/images/content.png');
	background-repeat: repeat-y;
	min-height: 350px;
}

.footer{
	background-image: url('/images/footer.png');
	background-repeat: no-repeat;
	margin-left: 0px;
	height: 18px;
}

#footer{
	margin-top: 10px;
	height: 70px;
	text-align:center;
}

#footer ul { padding:0px; margin:0px;margin-bottom:10px;}
#footer ul li { display:inline; list-style-type:none;}
#footer ul li a { color:#000000; text-decoration:none;}
#footer ul li a:hover { text-decoration:underline;}
#footer a{ color:#000000; font-weight:bold; text-decoration:none;}
#footer a:hover { text-decoration:underline;}





