body {
	background-color: #564A34;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.prominent {
	font-size: 14px;
}
.picRight img{
	padding-left: 20px;
}
.picLeft img{
	padding-right: 20px;
}
h3 {
	 color: #446C6C;
}

a:link {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
}

#main {
	 width: 760px ;
         margin: auto;
	 padding-left: 20px;
	 padding-right: 20px;
         padding-top: 0;
         background: #FFFFFF;
         border-left: 1px solid #2D73B9;
	 border-right: 1px solid #2D73B9;
	 border-bottom: 1px solid #2D73B9;
}
