html,body{
	margin:0px;
	padding:0px; }

body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	background-color:#A57921; }

p,span,td,th,div,form,h1,h2,h3,h4,hr{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.0em;
	border:0px;
	margin:0px;
	padding:0px;
	color:#000; }


/*lists*/
ul{
	font-size: 1em;
	margin-top: 15px;}
	
li{
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left:-10px;}

ul.inset{
	margin-top:0px;
	margin-bottom:5px; }	
/*links*/
a:link{
	color:#900; }
a:visited{
	color:#900; }
a:hover{
	color:#C00; }
	
h1{
	font-size:2.26em;
	font-weight:normal;
	color:#900;
	margin-bottom:10px; }
	
h2{
	font-size:1.2em;
	font-weight:bold;
	color:#600;
	margin-top:7px;
}


hr{
	background-color:#6368A3;
	color:#6368A3;
	padding:0px;
	margin:0px; }

p {
	color:#610;
	margin-top:10px;
	margin-bottom:10px;
}

#header {
	width:100%;
	height:180px;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#header-content {
	width:800px;
	margin:0 auto;
	height:180px;
}

#content {
	width:700px;
	margin:0 auto;
	padding:50px;
	background-color:#FFF;
}

#footer {
	background-color:#FFF;
	width:800px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:10px;
}

#home-images {
	float:right;
	width:300px;
	height:219px;
	margin-top:10px;
}

#main-content {
	width:350px;
	float:left;
}

#clearboth {
	clear:both;
}

#credits {
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	text-align:right;
	width:800px;
}

