body {
	font-size:12pt;
	font-family:Garamond, Helvetica, Verdana, Arial;
}

div.head {
  	width: 820px;
	height:100px;
	margin-left: auto;
	margin-right: auto;
	background-color:#663300;
}

div.navigation {
	width: 820px;
	height: 30px;
	font-size: 16pt;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/navbg.png); 
	background-repeat:repeat-x;
}

div.navigation a{
	color: #4D1915;
	height: 40px;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	text-decoration: none;
	height: 35px;
	text-align: center;
	line-height: 1.4em;
	font-weight:500
}

div.navigation a:hover {
	color: #99FFFF;
}

table.main {
    width: 820px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FCF4DC;
}
table.main a{
	color: #4D1915;
	font-weight:300;
	text-decoration: none;
}
table.main a:hover{
	text-decoration:underline
}


table.main h3 {
	font-size: 16pt;
	color: #4D1915;
	margin-bottom:0px;
	margin-top:10px;
}

table.servicelinks a{
	font-size: 14pt;
	color: #4D1915;
	background-image:url(images/navbg.png);
	background-repeat:repeat-x;
	text-decoration: none;
	padding-left:6px;
	padding-right:6px;
	padding-top:4px;
	padding-bottom:4px
}

table.servicelinks a:hover{
	color: #99FFFF;
}
	
img.test {
 	border-color: #4D1915;
	padding: 8px;
	margin: 12px
}
img.test:hover {
 	border-color: #99FFFF;
}	

div.foot1{
	width: 820px;
	height:15px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(images/navbg.png); 
	background-repeat:repeat-x;
}

div.foot2{
	width: 820px;
	height:35px;
	margin-left: auto;
	margin-right: auto;
	background-color: #663300;
	text-align: center;
	font-size:13pt;
	line-height: 1.9em;
	color: #E2DEBD;
}

p {
	text-indent: 30px;
	margin-top: 10px
}

li {
	margin-bottom: 10px
}

strong {
	color:#886A4C
}
	