/* basic elements */
body {
	font: 8pt/11pt Verdana;
	color: #003366
	}

p { 
	font: 8pt/11pt Verdana;
	color: #003366; 
	margin-top: 1px;
	margin-bottom: 7px;
	}
/* headers propeties */
h2 { 
	font: italic normal 16pt georgia; 
	letter-spacing: 3px; 
	margin-bottom: 5px; 
	color: #7D775C;
	}

h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}

/* site hyperlink properties */
a:link { 
	text-decoration: underline; 
	color: #0000FF;
	}
a:visited { 
	text-decoration: underline; 
	color: #0000FF;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #77ACAF;
	}

/* specific divs */
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1024px;
	}

#site_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#header {
	position: absolute;
	left: 456px;
	top: 109px;
	width: 440px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	text-align: center;
	}

#contact_details {
	position: absolute;
	left: 500px;
	top: 97px;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	width: 450px;
	}

#contact_details_homepage {
	position: absolute;
	left: 200px;
	top: 75px;
	font: bold 14pt Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	width: 700px;
	}

#left_column {
	position: absolute;
	top: 640px;
	width: 150px;
	height: auto;
	}


#right_column {
	float: right;
	clear: right;
	margin: 5px;
	}

#site_nav {
	position: absolute;
	top: 107px;
	left: 0px;
	width: 160px;
	height: auto;
	font-size: 15px;
	padding: 5px;
	line-height: 145%;
	}
#site_nav a:link { 
	text-decoration: none; 
	color: #990000;
	}
#site_nav a:visited {
	text-decoration: none;
	color: #990000;
	}
#site_nav a:hover, a:active {
	text-decoration: underline;
	color: #77ACAF;
	}

#content {
	position: absolute;
	top: 115px;
	left: 160px;
	height: auto;
	padding: 10px;
	width: 825px;
	}

#content_homepage {
	position: absolute;
	top: 198px;
	left: 160px;
	padding: 10px;
	width: 825px;
	}

#footer {
	position: absolute;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#660033;
	width: 825px;
	text-align: center;
	}

