﻿* {
	padding: 0;
	margin: 0 0 0 auto;
} 

body {
background: #2B2F38;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #000000;
}
/*--FONT in HEADER--*/
/*--#009966 is Deep turquoise RGB 0, 153, 102 and #999900 is Deep Olive RGB 153, 153, 0--*/
img { border: none; }
a { color: #009966; text-decoration: none; }
a:hover { text-decoration: underline; color : #999900; }

/*--WIDTH OF ALL CENTER PART--*/
#wrap {
width: 760px;
background: #ffffff;
margin: 0px auto;
}
/*--TOP HEADER (LOGO)--*/
.header {
padding-top: 20px;
height: 95px;
text-transform: uppercase;
background: #F2F2F2;
}
/*--HEADER CLASS FONT--*/
.header h1 {
font-size: 26px;
font-weight: 100;
padding: 5px 0 4px 5px;
letter-spacing: 0px;
}
.header h1 a {
color: #999900;
text-decoration: none; 
}
.header h1 a:hover { 
color: #009966;
text-decoration: none; 
}
.header h2 {
font-size: 20px;
font-weight: 99;
color: #009966;
padding-left: 12px;
}
.header h3 {
font-size: 17px;
font-weight: 100;
color: #009966;
padding-left: 12px;
}
/*--NAVIGATION (SIDE MENUE)--*/
.navigation { 
padding-top: 15px;
float : left ;
list-style: none; 
width: 200px;

}
.navigation ul { list-style-type: none; }
.navigation li { 
padding: 0; 
margin: 0; 
}
.navigation a, 
.navigation a:visited {
text-transform:uppercase;
display: block;
height: 25px;
line-height: 25px;
padding: 0 10px 0 10px;
color: #000000;
background: #F2F2F2;
text-decoration: none;
border-bottom: 2px solid #999900
}
.navigation a:hover {
color: #000;
background-color: #009966;
}
/*--CONTENT CLASS--*/
.content {
	padding: 0px 10px 10px 0;
	float: right;
	width: 540px;
	color: #000000;
}
.content h2 {
color: #009966;
font-size: 22px;
letter-spacing: -2px;
font-weight: 100;
padding: 10px 0 10px 0;
text-transform: uppercase;
}
.content h2 a { }
.content h2 a:hover { text-decoration: none; }

/*--FOOTER CLASS--*/
.footer {
padding: 10px;
font-size: 11px;
color: #aaa;
text-align: center;
background: #333;
}
.footer a {
color: #aaa;
}