﻿

body{
	background-image:url('images/pagebg2.jpg');
	background-color:#9c8473;
}

#header{
	border-bottom: medium #000000 solid;
	width: 800px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#container{
	width:800px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background:white;
}

#navigation{
	width:200px;
	position:absolute;
	background:white;
	padding-left:10px;
	padding-top:10px;
	
}

#content{
	position: absolute;
	margin-left: 200px;
	background-color: white;
	padding-left: 10px;
	width: 590px;
	

}
#footer{
	border-bottom: medium #000000 solid;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 43px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	clear: both;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: medium;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: medium;
	background-color: #FFFFFF;
	z-index: 200;
}
#legal{
	width:800px;
	margin-right:auto;
	margin-left:auto;
}
#legal p{
	font-family: Tahoma;
	font-size: .65em;
	color: #000000;
}
#legal a{
	color:black;
	text-decoration:none;
}
#legal a:hover{
	color:white;
	text-decoration:underline;
}
h1{
	font-family: "Tahoma";
	font-size: 2em;
	color: #308BE5;
	margin-top: 0px;
	padding-top: 10px;
}
.coc{
	font-family:Tahoma;
	font-variant:small-caps;
}
img{
	border:0 
}
a{
	text-decoration:none;
	color:#84482f;
}
a:hover{
	color:#7f812b;
	text-decoration:underline;
}
p{
	font-family:Tahoma;
	font-size:.8em;
	padding-right:10px;

}
ol{
	font-family:Tahoma;
	font-size:.8em;
}
li{
	padding-right:10px;
}
.important{
	color:red;
}

form {
	font-family:Tahoma;
	font-size:small;
	padding-right:10px;
	
}