body{
	background-color: #440203;
	background-image: url('img/bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Heveltica;
	font-size: 8pt;
	color: #440203;
	cursor: default;
	margin: 0px;
	padding: 0px;
}

p{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 1px;
	margin-bottom: 5px;
}

a:link, a:active, a:visited{
	color: #440203;
	text-decoration: underline;
}

a:hover{
	color: #e4b600;
	cursor: default;
}

a.nav, a.nav:active, a.nav:visited {
	display:block;
	width:97px;
	height:18px;
	background-color: #440203;
	font-size: 8pt;
	text-transform: uppercase;
	color:#FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
}

a.nav:hover {
	display:block;
	width:97px;
	height:18px;
	background-color: #440203;
	font-size: 8pt;
	text-transform: uppercase;
	color:#FFFFFF;
	padding: 5px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	cursor: default;
}

#container{
	margin: 0px auto;
	width: 750px;
	background-color: #ffffff;
	padding: 0px;
}

#header{
	width: 750px;
	height: 240px;
	background-color: #440203;
}

#leftside{
	float: left;
	width: 200px;
	background-color: #FCC87E;
}

#content{
	width: 550px;
	float: left;
	background-color: #ffffff;
}


#footer{
	width: 750px;
	clear: both;
	height: 25px;
	background-color: #FFFFFF;
}
.smallfont{
	font-size:7.5pt;
}

h1{
	color: #440203;
	border-bottom: 1px solid #4970AB;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px
}

blockquote{
	margin-left: 17px;
	margin-right: 1px;
	margin-top: 3px;
	margin-bottom: 2px;
}
.boxes {
	width: 90%;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	border: 1px solid #000000;
}
