/*
Design by rooeh.net
http://www.rooeh.net
Released for free under a Creative Commons Attribution 3.0 License
*/

body {
padding:0;
background:#fff;
color:#000000;  
text-align:left;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:.7em;
}

#container{
width:840px;
height:100%;
margin:0 auto;
background-color:#fff;
border-top:1px solid #666;
border-bottom:1px solid #666;}


#navigation {
margin: 0 0 5px 0;
background-color: #f5f5f5;
width:840px;
color: #333;
font-weight:bold;
float:right;
	}

#navigation ul {
font-weight:bold;
list-style: none;
margin: 0;
padding: 0;
border: none;}
		
#navigation li {
margin: 0;
float: left;}

#navigation li a {
display: block;
background-color: #f5f5f5;
text-align: center;
color: #000;
padding:1em;}

	html>body #navigation li a {
		width: auto;
		}

	#navigation li a:hover {
		background-color: #ddd;
		color: #6699cc;
		}

#header{
width:670px;
height:120px;
background-color:#ccc;}


#header h1 {
font-size: 20px; 
font-weight:normal;
color: #666;
padding:10px 10px 0 10px;
margin:0;
text-align:left;
}

#header h2 {
padding:0 10px 10px 10px;
margin:-2px 0 0 0;
font-weight:normal;
text-align:left;
text-transform: uppercase;
font-size: 8px;
letter-spacing:4px;
color:#fff;}

#wrapper {
width:670px;
float:right;}


#sidebar {
float:left;
margin:0;
padding: 0 4px;
width:180px;
height:396px;
font-size:.9em;
text-align:left;
background: transparent url('images/sidebar.gif') no-repeat top right;
}

#sidebar p{
width:165px;
text-align:justify;}

#sidebarlong {
float:left;
margin:0;
padding: 0 4px;
width:160px;
font-size:.9em;
text-align:justify;
background-color: #fff;
}

#content { 	
margin:0;
width:478px;
float:right;
padding:2px;
text-align:justify;
vertical-align: middle;	
background-color:#fff;
}

#content h2{
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:1.1em;
font-weight:normal;
}
#content h3{
margin:0 0 -.5em 0;
padding:.75em 0 0 0;
font-size:.8em;
font-weight:lighter;
letter-spacing:.1em;
}


#footer {
clear:both;
bottom:0;
margin:1em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.8em;
color:#000;
background-color:#f5f5f5;
}


a {
color:#333333;
text-decoration:none;
}

a:hover {
color:#e1e1e1;
text-decoration:none;
}
