body {
margin : 0;
padding : 0;
text-align : left;
color : #FFFFFF;
background-image: url(background2.jpg); 
background-repeat: repeat;
font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 800px;
margin : 0 auto;
padding : 0;
color : #FFFFFF;
background : #000000;
border-right : 1px solid #ffffff;
border-left : 1px solid #ffffff;

}
			/*BANNER*/
#banner {
float : left;
width : 800px;
height : 130px;
padding : 0;
margin-bottom : 0;
background : #eee url(banner.gif);
}
#banner h1 {
margin : 40px 0 0 20px;
font : normal 2em arial, verdana, tahoma, sans-serif;
text-transform : none;
letter-spacing : 2px;
color : #FFFFFF;
background : transparent;
}
			/*MAIN CONTENT*/
#content {
padding : 0  0 0;
margin-left : 154px;
margin-right : 154px;
margin-top : 20px;
line-height : 1.8em;
}
#content h1 {
padding : 20px 0 0 0;
font : normal 1.2em arial, tahoma, verdana, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #FFFFFF;
font-weight: bold;
background : #CC0000;
text-align : center;
margin-top : 20px;
border-right : 1px solid #ffffff;
border-left : 1px solid #ffffff;
border-top : 1px solid #ffffff;
border-bottom : 1px solid #ffffff;
}
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 150px;
margin : 0 0 0 0;
padding : 0px;
border-right : 2px solid #EE0000;
border-left : 2px solid #EE0000;
border-bottom: 2px solid #EE0000;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 110px;
padding : 0px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.0em 0;
}
.menu a {
display : block;
font-size : 10px;
color : #EE0000
background : #4c4c42;
width : 143px;
padding : 0.4em;
text-decoration : none;
border-bottom : 1px solid #EE0000;
}
.menu a:hover {
background-color : #FF0000;
color : #ffffff;
}
.links {
font-size : 1.0em;
text-transform : uppercase;
letter-spacing : 3px;
color: #CC0000;
background-color: #FFFFFF;
width : 150px;
}

td, tr
{
	color: white;
	background-color: #141414;
}
th
{
	padding : 20px 0 0 0;
	font : normal 1.2em arial, tahoma, verdana, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #FFFFFF;
	font-weight: bold;
	background : #CC0000;
	text-align : center;
	margin-top : 20px;
	background-color: #EE0000;
	border-bottom : 1px solid #ffffff;
	border-top : 1px solid #ffffff;
	border-right : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
}
  
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : right;
width : 150px;
margin : 0 0 0 0;
padding : 0px;
border-right : 2px solid #EE0000;
border-left : 2px solid #EE0000;
border-bottom : 2px solid #EE0000;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
height : 40px;
font-size : 0.8em;
border-top : 1px solid #515244;
color : #CC0000;
background : #000000;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #CC0000;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #ffffff;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.0em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}
h2 {
margin : 0 0 10px 0;
font : normal 1.0em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #FFFFFF;
background : inherit;
}
h3 {
margin : 20px 0px 10px 0px;
font : normal 1.0em arial, tahoma, sans-serif;
text-align : center;
text-transform : uppercase;
color : #ffffff;
background : inherit;
border-bottom : 2px solid #EE0000;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #FFFFFF;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #369;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #404040;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 80%;
}
.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;
}

