﻿body 
{
	color: #000000; 
	background:#f8f4e9;
	font-family: verdana; 
	margin: 0px; 
	font-size: 12px; 
}

/* Layout, divs with more */
#around
{
	width: 889px;
	text-align: left;
	border: solid 1px #EDEBE4;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
}
#header
{
	clear:both;
	width: 100%;
	height: 181px;
	color: #FFFFFF;
	vertical-align: middle;
	background-image: URL('images/header.jpg');
	background-repeat: no-repeat;
}
#menu
{
	padding: 2px; 
    border-left: #edebe4 1px solid;
	float: left;
	width: 178px;
	color: #333333;
	text-align: left;
}
#content
{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 509px;
}
#contentRIGHT
{
	padding-left: 10px;
	float: left;
	width: 704px;
}
#menuRight
{
	padding: 2px; 
    border-right: #edebe4 1px solid;
	float: right;
	width: 170px;
	color: #333333;
	text-align: left;
}
#footer
{
	clear: both;
	background-image: url('images/footer.jpg');
	border-top: solid 1px #EDEBE4;
	width: 100%;
	height: 68px;
	color: #233A79;
	font-size: 10px;
	vertical-align: bottom;
	text-align: right;
}
#Footer-Left
{
	float:left;
	width: 50%;	
	height: 48px;
 	text-align: left;
}
#Footer-Right
{
	float:right;
	width: 50%;
	height: 48px;
 	text-align: right;
}
/* Headlines */
h1
{
    font-family: trebuchet ms; 
    font-weight: bold;
    font-size: 20px; 
	line-height: 100%;
    color: #000000;  
	 
}

h2
{
    border-right: medium none;
    padding-right: 6px;
    border-top: medium none;
    margin-top: 25px;
    padding-left: 6px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-left: medium none;
    padding-top: 3px;
    border-bottom: medium none;
    letter-spacing: 0.1em;
    background-color: transparent
} 

/* General Link Colors */
a:link { 
	color: #990033; 
}
a:visited { 
	color: #990033; 
}
a:hover { 
	color: #aa0000; 
}
a:active { 
	color: #ff0000; 
}
#footer a {
	color: #233A79;
