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

body {
margin: 0 auto;
padding: 0;
font: 80% Verdana,Tahoma,Arial,sans-serif;
background: #211d1e url(body_deg.gif) repeat-x
}


#wrap {
background: #000000;
color: #ffffff;
border:  none;
margin: 0 auto;
width: 1200px;
}

#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 75px;
background-color: #000000;}

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

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

#announce {
margin: 0px 0 0px 0;
padding: 0px;
width: 150px;
color: #a8a8a8;
background-color: #000000;
line-height: 2.1em;
}

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

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

#content {
margin: 0em 10px 20px 180px;
padding: 0 0px 0 10px;
line-height: 1.6em;
text-align: left;
}

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

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



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

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

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


#footer {
background-color: #ffffff;
clear: both;
margin: 0 auto;
padding: 2px 0em 0px 0em;
width: 1200px;
text-align: center;
color: #808080;
font-size: 0.9em;
height: 100px;
background: #211d1e url(pom_bas.jpg) no-repeat right;
border: none;}

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

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

.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;
}


