body { 
margin : 0;
padding : 0;
font : 75% "Trebuchet MS", arial, helvetica, sans-serif;
line-height : 1.8em;
color : #666;
background : #fff;
}
			/*TOP BANNER*/ 
#header{
height : 153px;
margin-bottom : 1em;
background : transparent url(images/header_middle.gif);
color : #FFFFFF;
}

#header_left { 
float: left;
height : 153px;
width: 468px;
background : transparent url(images/header_left.gif) no-repeat;
color : #FFFFFF;
} 

#header_right { 
float: right;
height : 153px;
width: 48px;
background : transparent url(images/header_right.gif) no-repeat;
color : #FFFFFF;
} 

#header h1{
color : #FFD090;

}

/* PAGE */
#page {
width: 75%;
margin: 0 auto;
}

			/*2 COLUMNS*/ 
#gutter { 
float : left;
width : 3%;
height : 1px;
} 
#col1 { 
float : left;
width : 60%;
margin-bottom : 5em;
padding-right : 3%;
padding-bottom: 5em;
} 
} 
#col2 { 
float : left;
width : 30%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*TOP NAV*/  
#navcontainer ul { 
margin-top : 10px;
list-style-type : none;
background : #fff;
color : #666;
color : #666;
text-align : left;
font : normal 1.2em "Trebuchet MS", "Lucida Grande", verdana, "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
font-weight : bold;
} 
#navcontainer ul li a { 
color : #288AD2;
text-decoration : none;
font-weight : normal;
} 
#navcontainer ul li a:hover { 
color : #006699;
}
#navcontainer ul li a#current { 
color : #288AD2;
} 
			/*FOOTER*/ 
#footer { 
clear : both;
height : 80px;
border-top : 5px solid #666666;
padding : 15px;
text-align : center;
color : #000;
} 
			/*TYPOGRAPHY*/ 
h1 { 
margin : 0;
padding : 1.5em 0 0 2em;
text-transform : uppercase;
font-size : 1.5em;
letter-spacing : 3px;
color : #015990;
background : transparent;
} 
h2 { 
margin : 0;
padding : 5px;
text-transform : uppercase;
font-size : 1.4em;
letter-spacing : 3px;
color : #015990;
background : inherit;
} 
			/*LINKS*/ 
a { 
text-decoration : none;
color : #006699;
background-color : inherit;
} 
a:hover { 
text-decoration : underline;
color : #444;
background : inherit;
} 
a img { 
border : 0;
} 
			/*CLASS*/ 
.imgleft { 
float : left;
padding-right : 10px;
margin : 0;
} 			
.links { 
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
padding : 5px;
margin-bottom : 10px;
color : #286ea0;
} 
.box { 
margin : 0 0 15px 0;
padding : 5px;
border : 1px solid #eee;
background : inherit;
color : #666;
} 
.post { 
background : #ffd090;
padding : 3px;
margin : 20px 5px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
} 
.post .date { 
background : url(images/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 5px 0 5px;
} 
.post .comments { 
background : url(images/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 5px 0 5px;
} 
.post .readmore { 
background : url(images/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 5px 0 5px;
} 
			/*SEARCH BOX*/ 
legend { 
font-weight : bold;
color : #ff9934;
} 

input { 
background : #ffd090;
} 