body {
margin : 0;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
background : #c0c0c0;
color : #333;
}
#container {
width : 728px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 5px solid #999766;
background : #ffffff;
color : #333;
}
img {
	border: 0;
}
			/*TOP BANNER*/
#topimg {
height : 195px;
padding : 0;
margin : 0;
background : #ffffff url(img/logo2.jpg) no-repeat;
color : #333;
}
#topimg h1 {
float : left;
margin : 10px 0 0 15px;
font-size: 28px;
letter-spacing: 3px;
color : #000000;
}
			/*TOP NAVIGATION*/
#navcontainer ul {
float : left;
text-align:center;
margin: 0;
font-size : 110%;
color : #333;
}
#navcontainer ul li {
display : inline;

}
#navcontainer ul li a {
text-align:center;
float : left;
padding: 20px 10px 0 10px;
text-decoration : none;
color : #fff;
width:100px;
background: url(img/1.gif) no-repeat center;
height:48px;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
color : #cd5a66;
}
			/*MAIN CONTENT*/
#content {
font : normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
margin : 0 0 5px 170px;
padding : 5px;
border-left : 1px dashed #959266;
background : #ffffff;
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : #ffffff;
color : #333;
}
#content a:hover {
background : inherit;
color : #000000;
}
			/*SIDEBAR*/
#sidebar {
float : left;
width : 160px;
margin : 0 10px 0 0;
padding : 10px;
background : #ffffff;
color : #333;
}
			/*NAV*/

#nav ul {
  margin-left: 0px;
  padding-left: 1px;
  background: #000080;
}#nav li {
  list-style: none;
  font: 14px "arial narrow", arial, sans-serif;
  border-top: 1px solid #ffffff;
  margin: 0px
  border: 0px
}
#nav a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 0px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#nav a:hover {
  text-decoration: underline;
}

			/*SIDE MENU*/
.sidemenu ul {
list-style-type : none;
text-align : left;
}
.sidemenu ul li {
display : block;
color : #666;
background : inherit;
}
.sidemenu ul li a {
background : transparent url(img/list-off.gif) no-repeat left center;
padding-left : 15px;
font : normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration : none;
color : #000;
}
.sidemenu ul li a:hover {
background : transparent url(img/list-on.gif) no-repeat left center;
color : #666;
}
.sidemenu ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #666;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 90%;
border-top : 1px solid #fff;
background : #000080;
color : #fff;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #fff;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #333;
}
			/*TYPOGRAPHY*/
p {
line-height: 1.7em;
margin : 15px;
}
h1 {
margin-top : 10px;
padding : 0;
font-size : 140%;
text-transform : uppercase;
letter-spacing: 3px;
color : #000000;
}
h2 {
margin : 10px 0 0 5px;
padding-left : 10px;
font-size : 120%;
text-transform : uppercase;
letter-spacing : 5px;
color : #fff;
background : #000080;
}
h3 {
margin-top : 10px;
padding : 0;
font-size : 250%;
text-transform : uppercase;
letter-spacing: 3px;
text-align : center;
color : #ff0000;
}
			/*CLASSES*/
.img {
float : left;
padding : 10px;
border : none;
}
.img a {
border : none;
}
.post { 
background : #eee;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 90%;
} 
.post .date { 
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .comments { 
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
.post .readmore { 
background : url(img/document.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
} 
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

