body {
margin : 0;
padding : 0;
background : #333333;
font : 14px "Calibri", Arial, Helvetica, sans-serif;
color : #000000;
}
h1 {
font-weight : normal;
font-family : Arial, Helvetica, sans-serif;
letter-spacing : -1px;
}
h2 {
font-size : 20px;
font-weight : lighter;
font-family : Arial, Helvetica, sans-serif;
letter-spacing : -1px;
}
p, ol, ul {
line-height : 1.67em;
}
a {
color: #006633;
}
a:hover {
text-decoration : none;
}
hr {
display : none;
}
#header {
width : 1000px;
height : 200px;
background : url(images/logo.jpg) no-repeat;
margin : 0 auto;
}
#menu {
width : 690px;
float : right;
padding : 168px 0 0 0;
}
#menu ul {
margin : 0;
padding : 168px 0 0 0;
list-style : none;
}
#menu li {
display : inline;
}
#menu a {
display : block;
float : left;
margin-left : 5px;
padding : 9px 7px;
text-decoration : none;
text-transform : uppercase;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
}
#menu a:hover, .active a {
text-decoration : none;
color : #000000;
}
#page {
background : #ffffff;
width : 960px;
margin : 0 auto;
padding : 20px 20px 20px 20px;
}
#content {
background : #ffffff;
float : left;
width : 650px;
margin-bottom : 10px;
}
#content2 {
background : #ffffff;
float : left;
width : 920px;
margin-bottom : 10px;
}
#sidebar {
float : right;
width : 240px;
padding-top : 15px;
margin-bottom : 20px;
color:#FFFFFF;
}
#sidebar ul {
margin : 0;
padding : 0;
list-style : none;
}
#sidebar li {
background : #2D4A1B;
padding : 15px;
margin-bottom : 25px;
}
#sidebar li ul {
border-top : 1px dashed #666633;
}
#sidebar li li {
margin : 0;
}
#sidebar h2 {
padding : 0;
margin : 0 0 6px 0;
font-size : 1.4em;
}
#sidebar a {
text-decoration : none;
color: #FFCC00;
}
#sidebar a:hover {
text-decoration : underline;
}
#wrapper2 {
background : #422c21;
}
#footer {
width : 1000px;
margin : 0 auto;
padding-top : 0;
padding-bottom : 20px;
text-transform : uppercase;
font-family : Tahoma, Arial, Helvetica, sans-serif;
color : #ffffff;
}
#footer a {
text-decoration : none;
font-size : 10px;
color : #ffffff;
}
#legal {
clear : both;
margin : 0;
padding : 10px 10px;
text-align : right;
font-size : 10px;
color : #525252;
background : white;
}
#legal a {
border-bottom : 1px dotted #939393;
text-decoration : none;
color : #939393;
}
.alignright {
float : right;
}
.alignleft {
float : left;
}
hr {
display : none;
}
img.floatRight { 
    float: right; 
	margin-left:25px;
	clear: right;
	border: 2px;
}
img.floatLeft { 
    float: left; 
	margin-right:25px;
	clear: left; 
	border: 2px;
}

#slider {
	width:960px;
	height:300px;
	position:relative;	
	overflow:hidden;
}
.clear {
	clear:both;	
}
