body {
	background-color:#DDD8C7;
	padding:0px;
	margin: 0px 0px 0px 0px;
	}

h1 {
	font: 20px/1.2 georgia;
	color: #000; 
	font-weight:bold;
	}

h2 {
	font: 15px/1.2 georgia;
	color: #000;
	font-weight:bold;
	}

h3 {
	font: 14px/1.2 georgia;
	color: #000;
	font-weight:bold;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#74663C;
	}

a:active { 
	color: #DDD8C7; 
	text-decoration: none; 
	} 

a:visited { 
	color: #94865C; 
	text-decoration: none; 
	}
 
a:hover { 
	color: #DDD8C7; 
	text-decoration: none; 
	}

.nav {
	font: 16px/1.2 georgia;
	font-weight:bold;
	margin: 7px 7px 7px 7px;
	}

.address {
	font-size: 11px;
	text-indent: 0px;
	position: relative;
	top: -6px;
	}

.floatnew {
	float: right;
	margin: 5px 5px 5px 5px; }

.floatLeft { 
	border: 2px solid #000;	
	float: left;
	margin: 0px 10px 10px 0px; }

.floatRight { 
	border: 2px solid #000;
	float: right;
	margin: 5px 5px 5px 5px; }

ul {
	list-style: circle outside;
	}
	
p,ul,li {
	text-indent: 0px; 
	font: 13px/1.2 georgia;
	color: #000; 
	} 

p,h1,h2,h3,h4,pre {
	margin:10px 10px 10px 20px;
	}

	
#frame {
	border: 2px solid #94865C;
	background-color: #CCC5AD;
	position: absolute;
	top: 140px;
	left: 20%;
	width: 60%;
	z-index: 4;
	}
	
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#top2 {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#top3 {
	position: absolute;
	top: 121px;
	left: 0px;
	width: 100%;
	}
