body {
margin : 0;
padding : 0;
font : 95% "Trebuchet MS", verdana, arial, sans-serif;
background : #53565f;
color : #333;
}
#container {
width : 940px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 2px solid #470023;
background : #e3e4e7;
color : #333;
}
			/*TOP BANNER*/
#topimg {
height : 227px;
padding : 0;
margin : 0;
background : #230023 url(img/saber_top.jpg) no-repeat;
color : #333;
}
#topimg h1 {
float : left;
margin : 5px 0 0 10px;
font-size : 140%;
letter-spacing: 3px;
color : #333;
/*background : #470023;*/
}
#topimg h3 {
float : left;
margin : 40px 0 0 -40px;
font-size : 115%;
letter-spacing: 3px;
color : #333;
/*background : #470023;*/
}
			/*TOP NAVIGATION*/
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin : 0 0 20px 0;
font-size : 95%;
border-top : 1px solid #fff;
border-bottom : 1px solid #fff;
background : #230023;
color : #333;
text-transform : uppercase;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1em;
text-decoration : none;
border-right : 1px solid #fff;
background : #470023;
color : #fff;
}
#navcontainer ul li a:hover, #navcontainer ul li a#current {
background : #51a54b;
color : #000;
}
			/*MAIN CONTENT*/
#iacrlogo {
margin: 0.5em 0 0 0;
padding: 0 1em 1em 0;
float: right;
}
#content {
margin : 0 0 5px 10px;
padding : 5px;
padding-left : 25px;
padding-right : 25px;
/*border-left : 1px dashed #999;*/
background : inherit;
color : #333;
}
#content a:link, #content a:visited {
text-decoration : underline;
background : inherit;
color : #333;
}
#content a:hover {
background : inherit;
color : #7e4c65;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin : 0;
font-size : 90%;
border-top : 1px solid #fff;
background : #230023;
color : #009933;
}
#footer a:link, #footer a:visited {
text-decoration : none;
background : inherit;
color : #33CC33;
}
#footer a:hover {
border-bottom : 1px dashed #eee;
background: inherit;
color : #009933;
}
			/*TYPOGRAPHY*/
p {
line-height: 1.2em;
margin : 0px 0 10px 0;
}
h1 {
margin-top : 10px;
padding : 0;
font-size : 120%;
text-transform : uppercase;
letter-spacing: 3px;
color : #470023;
/*background : inherit;*/
}
h2 {
margin : 10px 0 0 5px;
padding : 2px;
padding-left : 10px;
font-size : 100%;
font-variant: small-caps;
letter-spacing : 5px;
color : #fff;
background : #230023;
}
h3 {
margin-top : 10px;
padding : 0;
font-size : 105%;
letter-spacing: 3px;
color : #470023;
/*background : inherit;*/
}
h4 {
margin : 0px 0 0 20px
padding : 0px;
font-size : 120%;
text-transform : uppercase;
letter-spacing: 3px;
color : #234700;
/*background : inherit;*/
}

td {
	padding : 2px;
	background : #bee9ba;
}

li {
	padding : 2px;
}

			/*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 : #234700;
}