body {
	margin : 0;
	padding : 0;
	text-align : justify;
	color : #aaa;
	font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;	
}

html {
	overflow-x:hidden;
}

html, body {
/* scrollbar */
scrollbar-face-color: #515244;
scrollbar-shadow-color: #515244;
scrollbar-highlight-color: #515244;
scrollbar-3dlight-color: #515244;
scrollbar-darkshadow-color: #515244;
scrollbar-track-color: #383838;
scrollbar-arrow-color: #acaf2c;
}


#container {
width : 900px;
margin : 5px auto;
padding : 0px;
color : #aaa;
background : #404040;
}
			/*BANNER*/
#banner {
	float : left;
	width : 900px;
	height : 160px;
	margin-bottom : 0;
	background : #404040;
	background-repeat: no-repeat;
	background-image: url(img/head.png);
	padding-bottom: 10px;
}
#banner h1 {
	margin : 30 0 0 20px;
	font : normal 2em georgia, verdana, arial, tahoma, sans-serif;
	text-transform : none;
	letter-spacing : 3px;
	height: 50px;
	width: 190px;
	top: 0px;
	padding: 30;
}
			/*MAIN CONTENT*/
#content {
	padding : 5px 5px 0 5px;
	margin-left : 200px;
	margin-right : 200px;
	margin-top : 0px;
	line-height : 1.8em;
	padding-top: 150px;
	margin-bottom: 20px;
	border-top: 25px;
}
#content h1 {
	padding : 10 0 0 0;
	font : normal 1.4em verdana, tahoma, arial, sans-serif;
	text-transform : uppercase;
	letter-spacing : 3px;
	color : #acaf2c;
	background : inherit;
	text-align : center;
	padding-bottom: 60px;
	border-top: 80px;
}
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 160px;
margin : 0 0 0 0;
padding : 2px;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 160px;
padding : 0px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : #acaf2c;
background : #515244;
width : 150px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #4c4c42;
}
.menu a:hover {
border-left : 10px solid #6d6f1c;
background-color : #acaf2c;
color : #fff;
}
.links {
font-size : 1.4em;
text-transform : uppercase;
letter-spacing : 3px;
}
			/*RIGHT SIDEBAR*/
#sidebar-b {
float : none;
width : 175px;
margin : 0 0 0 0;
padding : 5px;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 1px;
margin-top : 1px;
height : 35px;
font-size : 0.8em;
border-top : 1px solid #515244;
color : #eee;
background : #404040;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #acaf2c;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #858563;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #acaf2c;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
h2 {
text-align : left;
color : #aaa;
font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
font-size: 75%;
}
.Stil1 {
	color: #acaf2c;
	font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	font-size: 1,0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 3px;
	text-align: left;
}
.Stil11 {
	color: #acaf2c;
	font-family: "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 3px;
	text-align: justify;
}
.Stil4 {color: #aaa
}

			/*LINKS*/
a {
color : #acaf2c;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #acaf2c;
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;
}

		/*Thumbnail*/
		
.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #404040;
padding: 2px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: #acaf2c;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position: absolute;
visibility: visible;
top: -10;
left: -45px; /*position where enlarged image should offset horizontally */

}

