﻿body 
{ 
	background-color:#d9caa1;
	margin: 0;
	font-family: Arial, Verdana;
	font-size:medium;
	padding:0px;
}

#Wrapper
{
	width:1024px;	
}

#Content 
{ 
	float:right;
	width:814px;
	padding: 0px 0px 10px 10px;
	border-bottom: solid thin gray;
}

#Nav 
{ 
	float:left;
	background-color: #c9bb96;
	width: 185px;
	height:100%;
	font-size:small;	
}

#Footer
{
	clear:both;
	bottom:0px;
	position:relative;
	font-size:smaller;
	text-align:right;
	padding-top:10px;
}

h1, h3
{
	font-family: Forte;
}

img
{
	 border-style:none;
}

