body {
	margin: 0px;
	margin-top: 25px;
	padding: 0px;
	border: 0px;
	background-color: #0e5ca7; 
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}
#wrapper {
	background-color: #ffffff;
	width: 902px;
	margin: 0 auto;
	/*text-align: center;*/
}
#header {
	width: 902px;
	height: 300px;
}
#menu  {
	width: 250px;
	height: 300px;
	color: #0e5ca7;
	font-size: 16px;
	background: #ffffff url(../images/bg_stones.jpg) no-repeat;
	float: left;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
#menu a {
	margin: 5px 30px;
	display: inline;
}
#menu img {
	margin: 5px 30px;
	display: inline;
}

#slideshow  {
	width: 448px;
	float: left;
	border-right: 1px solid white;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
#top-right  {
	width: 200px;
	float: right;
	border-top: 1px solid white;
	border-right: 1px solid white;
}
#menu a {
	color: #0e5ca7;
	display: inline;
}
#content	{
	width: 100%;
	background: #ffffff url(../images/content_background.gif) top left repeat-y;
	color: #666;
	text-align: left;
	float: left;
}
#content-left	{
	width: 251px;
	text-align: left;
	float: left;
	color: #0e5ca7;
	min-height: 370px;
}
#content-left .home-page	{
	height: 370px;
}
#content-left h1	{
	margin: 30px 0px 0px 30px;
}
#content-left p	{
	margin-left: 30px;
	color: #0e5ca7;
	font-size: 14px;
	line-height: 18px;
}
#content-left a {
	color: #668734;
	text-decoration: underline;
	margin-top: 5px;
	}

#content-main	{
	width: 651px;	
	float: left;
}
#content-main .home-page{
	height: 370px;
}

#content-main p {
	font-size: 14px;
	line-height: 22px;
	margin-left: 25px;
	margin-right: 25px;
}
#contact_form {
	width: 300px;	
	text-align: left;
	float: left;
	margin-left: 30px;
}
#map {
	text-align: left;
	float: right;
	margin: 15px 100px 0px 0px;
}
#map a {
	font-size: 12px;
}
#footer {
	width: 902px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	color: #ffffff;
}
#footer a, #footer p {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	color: #fff; text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
}
p, a {
	font-size: 13px;
	line-height: 20px;
}
h1 {
	font-size: 22px;
	color: #0e5ca7;
	line-height: 24px;
}

a:link { color: #0e5ca7; font-weight: bold; text-decoration: none; }
a:visited { color: #0e5ca7; font-weight: bold; text-decoration: none; }
a:hover { color: #000000; font-weight: bold; text-decoration: none; }
a:active { color: #0e5ca7; font-weight: bold; text-decoration: none; }
