
/* CSS rules common to entire site
**********************************/

/* Element Defaults
*******************/
a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #524b39;
}

a:hover
{
	text-decoration: none;
	color: #857a60;
}

body
{
	background: #dcd9d1;
	color: #524b39;
	font: normal 10px 'Century Gothic', 'Arial', 'sans-serif';
	line-height: 16px;
	text-align: center;
}

h1
{
	font: normal 1.5em 'Century Gothic', 'Arial', 'sans-serif';
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2
{
	font: normal 1.2em 'Century Gothic', 'Arial', 'sans-serif';
	text-transform: uppercase;
	margin-top: 10px;
}

h3
{
}

h4
{
}

h5
{
}

h6
{
}

img
{
	border: none;
	display: inline;
}

p
{
	margin-bottom: 10px;
	margin-right: 10px;
}

td
{
	vertical-align: top;
}

/* Classes
**********/
.block
{
	display: block;
}

.intro
{
	margin-top: 15px;
	font-size: 1.2em;
	line-height: 20px;
	text-align: justify;
}

.feature img
{
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}

#contact-details
{
	color: #dcd9d1;	
	letter-spacing: 0.1em;
}

#contact-details a:link, 
#contact-details a:visited
{
	color: #dcd9d1;
	font-weight: normal;
}

#contact-details a:hover
{
	text-decoration: underline;
}

/* Layout defaults
******************/
#wrap
{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header
{
	background: #857a60;
	padding-bottom: 10px;
	text-align: center;
}

#logo
{
	margin: 35px auto 0px auto;
	width: 264px;
	display: block;
}

#page
{
	margin: 20px 0px 10px 0px;
}

#footer
{
	background: #857a60;
	height: 80px;
	text-align: center;
	padding: 20px;
	clear: both;
}

/* Layout - side
******************/

#promo
{
	float: right;
	margin-left: 0px;
}


