body {
	margin: 0;
	padding : 0;
	background-color: #000;
	background-image: url(images/bg4.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;

}
			/*WRAP*/
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
	line-height: 1.8em;
	background: #FFF;
	color: #666;
}
			/*TOP BANNER*/
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 200px;
	border-bottom:3px solid #fff;
	background: #000;
	color: #000;
	margin-top: 3px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
			/*TOP NAVIGATION*/
#navbar ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 110%;
	text-align: center;
	border-bottom:3px solid #fff;
	background: #000;
	color: #000;
}
#navbar a {
	float:left;
	height:25px;
	text-decoration:none;
	color:#fff;
	background:#000;
	padding:2px 12px;
	border-right:1px solid #fff;
	text-align: center;
}
#navbar a:hover {
	background:#662d91;
	color: #FFFFFF;
	text-align: center;
}
#navbar li {
	display:inline;
	text-align: center;
}
			/*MAIN CONTENT*/
#content {
	padding: 0px 10px 10px 10px;
	margin-left: 210px;
	height: 100%;
}

#content2 {
	padding: 1em;
	margin-left: 0px;
}
			/*SIDEBAR*/
#sidebar {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 0px 0 1em;
}

.Blackbox{
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 1em 0 1em;
	background-color: #000000;
	background: #000000;
}
			/*SIDE MENU*/
#sidebar ul {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
}
#sidebar ul li { 
display: inline;
padding: 0;
margin: 0;
}
#sidebar ul li a {
	display: block;
	color: #662d91;
	background: inherit;
	text-decoration: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #b29b35;
	font-size: 10px;
}
#sidebar ul li a:hover {
	text-decoration: none;
	background: #662d91;
	color: #fff;
}
			/*FOOTER*/
#footer {
	width:750px;
	padding: 5px;
	margin: 0px;
	font-size: 0.8em;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background: #b29b35;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	float: left;
}
#footer a:link, #footer a:visited {
	text-decoration : none;
	background : inherit;
	color : #fff;
}
#footer a:hover {
	text-decoration : underline;
	background : inherit;
	color :  #000;
}
			/*LINKS*/
a:link, a:visited {
	text-decoration : none;
	background : inherit;
	color : #b29b35;
}
a:hover {
	text-decoration : underline;
	background : inherit;
	color :  660066;
}
			/*TYPOGRAPHY*/
h1 {
	font-size: 130%;
	letter-spacing: 3px;
	color: #662d91;
}
h2 {
	margin-top: 0px;
	padding: 0px;
	font-size: 155%;
	letter-spacing: 3px;
	background : transparent;
	color :   #B29B35;
	margin-bottom: 0px;
}

h5 {
	margin-top: 0px;
	padding: 0px;
	font-size: 140%;
	letter-spacing: 3px;
	color :   #FFFFFF;
	margin-bottom: 3px;
	padding-left: 5px;
	background-color: #C5A642;
	padding-bottom: 5px;
	padding-top: 5px;
}



h8 {
	margin-top: 0px;
	padding: 0px;
	font-size: 140%;
	letter-spacing: 3px;
	color :   #FFFFFF;
	margin-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	padding-top: 5px;
}

h3 {
	margin: 0px;
	font-size: 160%;
	letter-spacing: 3px;
	color :  #662d91;
	padding-bottom: 10px;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*CLASS*/
.clear {
	clear: both;
	overflow: hidden;
	width: 0;
	height: 10px;
}
.slogan {
margin: 0 0 0 50px;
letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(/images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}

.img {
	float: left;
	margin-right: 10px;
	margin-top: 23px;
	border-color: #B29B35;
	border-width: 0px;

}

.img2 {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	border-color: #B29B35;
	border-width: 0px;

}

.purple{
	font-size: 110%;
	color: #662d91;
	letter-spacing: 3px;
}

.link{
	font-size: 100%;
	color: #b29b35;
	text-decoration: underline;
}

.link2{
	font-size: 100%;
	color: #662d91;
	text-decoration: underline;
}

.purple2{
	font-size: 110%;
	color: #662d91;
	letter-spacing: 3px;
}

li {
	list-style: disc inside;

}
