body {
	background:url(images/bg-body.jpg) repeat-x top center #c3c3c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	letter-spacing:-0.1px;
	color:#8c8c73;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}
	
p {
	margin-bottom:0.7em;
	line-height:1.5em;

	}

a {
	text-decoration:underline;
	color:#525052;
	}

a:hover {
	text-decoration:none;
	color:#1d4780;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	padding: 0 5px;
	width:700px;
	background:#fff;
	border:1px solid #99b5bf;
	}
	
#logo 	{
		}

/*#logo .left {float:left; padding:0 50px 0 10px;}
#logo .right {float:right; padding:38px 10px 0 0; text-align:right;}
#logo h1 {font-size:2em; color:#046380; line-height:22px;}
#logo p {font-size:1.4em; color:#046380;}
#logo .clear {clear:both;}
*/


#logo .left {float:left; padding:6px 50px 0 10px;}
#logo .right {float:right; padding:20px 10px 0 0; text-align:right;}
#logo h1 {font-size:1.9em; color:#046380; line-height:22px;}
#logo p {font-size:1.4em; color:#046380;}
#logo .clear {clear:both;}


#header {
	margin:0 6px;
	}

#sidebar {
	float:right;
	width:220px;
	margin-top:15px;
	}
	div.thumbnail img {
	border: 1px solid #c0c0c0;
	padding:2px;
	margin-bottom:15px;
	text-align:center;
	}
	
.address {
	margin-top: 30px;
}
	
/* Content Area */
#content {
	float:left;
	width:450px;
	}
	
.map {
	margin-top: 30px;
	}

.entry {
	padding:5px 10px;
	text-align:left;
	line-height:1.70em;
	}
	
.entry h4 {
	font-size:1.20em;
	color:#046380;
	padding:12px 0 2px 0;
	}
	
.entry-title {
	font-size:1.5em;
	font-weight:normal;
/*  letter-spacing:-1px; */
	/*Added later on*/
	padding:10px 0 15px 0;
	color:#046380;
	}
#content ul {margin-left:5px; padding:5px 10px; color:#046380;}
#content ul span {color:#8c8c73;}
#content li{list-style:disc;}

#menubottom
{
background: #fff url('images/border1.gif') repeat-x;
height: 14px;
margin:0 6px;
}

#menubottom2
{
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin:0 6px;
}

/* Footer */
#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5em;
background: #fff url('images/footer.gif') repeat-x 0em 2.5em;
font-size: 0.9em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}