BODY	{
	background: url(../images/bg-flat.jpg) repeat 0 0;
	/* background-color: rgb(235,245,246); */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #8c8c8c;
	}

h1 {
	color: rgb(51,160,44);
	font: 2em "Century Gothic", Helvetica, Arial, "Sans Serif";
	margin-bottom: 1.1em;
	}

h2 {
	font-family: "Century Gothic", Helvetica, Arial, "Sans Serif";
	font-size: 1.5em;
	color: #639da0;
	}
h3 {
	font-size: 1em;
	color: #76BABE; /* #8CBAAB */
	font-family: "Century Gothic", Helvetica, Arial, "Sans Serif";
	}

h4 {
	font-size: 1em;
	font-family: "Century Gothic", Helvetica, Arial, "Sans Serif";
	}

H1, H2, H3, H4 {
		margin: 5px 0;
	}
	
.cleaner {
	clear:both;
	height:1px;
    line-height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
    background:transparent;
	}
 
#wrapper {
	border: 1px solid #009acf;
	width: 980px;
	position: relative;
	background: url(../images/bg.jpg) no-repeat 0 0;
	margin: 25px auto 0;
	}
	
#container {
	min-height: 425px;
	}


UL#mainmenu {
	float:right;
	margin: .9em 1.2em 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font: .7em "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	letter-spacing: .17em;
	}

UL#mainmenu LI {
	display: inline;
	padding-left: 1em;
	}

UL#mainmenu LI A {
	text-decoration: none;
	color: #be3b18;
	border-bottom: .1em solid #e96d4c;
	}


#logo .header {
	position: absolute;
	top: 20px;
	left: 190px;
	}

.content {
	float:right;
	margin: 175px 17px 0 0;
	width: 696px;
/*	border:1px solid #000000; */
	}
	
.content P, DL {
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	margin:0;
	margin-bottom:20px;
	}
/*
.contact {
	float:right;
	margin: 20px 5px 5px;
	padding:0;
	}
*/

.contact {
	float:right;
	margin:25px 5px 10px;
	padding:0;
	}
.contact p {
	margin: 0;
	font-size: 16px;
	text-align: right;
	color: #007fcf;
	}
	
.footer {
	margin:auto;
	width:980px;
	text-align:center;
	font-size:11px;
	color: #8c8c8c;
	}
	
.footer A {
	color: #8c8c8c;
	}
