﻿/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color: #FFFFFF;
} 
#wrap {
	background: #ffffff;
	color: #ffffff;
	border: none;
	margin: 0 auto;
	width: 900px;
	height:600px;
}

#header {
	clear: both;
	margin: 0px 0em 0px 0em;
	padding: 0;
	height: 182px;
	background-color: #FFFFFF;
	background-image: url('images/header-big.jpg');
	background-repeat: no-repeat;
}

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0px 0px 0px;
font-size: 0.8em;
line-height: 1.2em;
height: 35px;}



#avmenu {
clear: left;
float: left;
width: 180px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.7em;
}

#avmenu ul {	
list-style: none;
width: 180px;
margin: 0 0 2px 0;
padding: 0;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 2px;
}

#avmenu li a {
	font-weight: bold;
	height: 30px;
	text-decoration: none;
	color: #fffff1;
	display: block;
	padding: 6px 0 0 10px;
	background: #0099FF;
	border-left: 1px #846837 solid;
}
	
	
#avmenu li a:hover {
	background: #6699FF;
	color: #fffff1;
	border-left: 14px #ffffff solid;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #a8a8a8;
background-color: #000000;
line-height: 1.3em;
}

#extras {
	float: right;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	background-image: url('images/face.jpg');
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
	background-position: right;
	margin: 0em 160px 120px 160px;
	padding: 0 130px 0 10px;
	line-height: 1.6em;
	text-align: left;
	background-image: url('images/face.jpg');
	background-repeat: no-repeat;
}

#content h2 {
	font-size: x-large;
	margin: 0 0 0.5em 0;
}

#content2 {
	background-position: right;
	margin: 0em 160px 20px 160px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}

#content2 h2 {
	font-size: x-large;
	margin: 0 0 0.5em 0;
}

#content3 {
	background-position: right;
	margin: 0em 0px 20px 0px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: right;
}

#content4 {
	background-position: right;
	margin: 0em 0px 20px 0px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: right;
}


#content img {
padding: 0px;
display:inline;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b6952a;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}


#footer {
	clear: both;
	margin: 0 auto;
	padding: 0px 0em 0px 0em;
	width: 900px;
	text-align: center;
	color: #000000;
	font-size: 0.9em;
	height: 24px;
	background: #C0C0C0 url(images/pom_bas.jpg) no-repeat right;
	border: none;
}

#footer a {
color: #808080;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
