/* 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: #211d1e url(images/body_deg.gif) repeat-x
}

#tab {
	display:block;
	float:right;
	/* width:95px; */
	/* height:46px; */
	/* padding-top:23px; */
	/* font-size:14px; */
	text-align:center;
	height: 46px;
	line-height: 46px;
	padding-left: 1px;
	list-style-type: none;
	}

#tab li {
float: right;
	width: 75px;
	height:46px;
	text-align:center;
list-style-type: none;
padding-right: 20px;
background-image:url(tab_off.png);
}

#tab li a{
color:#fff;
width:75px;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 100;
}

#tab li a:hover {
background-image:url(tab_on.png);
font-weight:bold;
}

#tab ul { }

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

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

#header img {
position:absolute;left:3;top:3;
padding-top:5px;
}

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


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

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

#contentnotmainpage {
line-height: 1.6em;
text-align: left;
padding: 0 75px 0 75px;
}

#contentnotmainpage img.floatRight {
float:right;
margin: 4px;
}

#contentnotmainpage img.floatLeft {
float:left;
margin: 4px;
}

#content {
margin: 0em 0px 0px 0px;
padding: 0 0px 0 0px;
line-height: 1.6em;
text-align: left;
/* border-right:1px solid #333333; */
}

#content h2 {
font-size: 18px;
margin: 0 0 3px 0;
}

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

.subtitle {
margin:0 0 0 65px;
font-size:9px;
color:#CCCCCC;
}

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: 940px;
text-align: center;
color: #808080;
font-size: 0.9em;
/* height: 244px; */
/* background: #211d1e url(images/bottom.png) no-repeat right; */
border: none;}

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

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

.left {
margin: 5px 5px 5px 0px;
padding:5px 5px 0px 5px;
border:1px solid #999999;
float: left;
background-color:#222222;
}


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

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 9px;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
