
body {
	margin:0;
	background: #000000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#E3E3E3;
	font-size:11px;
	}

a {
	color:#FFF;
}

a:hover {
	color:#674F8B;
}


.clear {
	clear:both;
}

.wrapper {
	width:850px;
	margin:0 auto;
}

.top {
	text-align: center;
	height:48px;
	width:850px;
	margin-top: 25px;
	background:#000000 url(images/tophead.jpg);
	position:relative;
}
.top h1 {
	background: #000000;
	color:#674F8B;
	margin:0px 0 0 15px;
	font-size:40px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.top h2 {
	color:#674F8B;
	font-size:16px;
	margin:0 0 0 25px;
	font-weight:bold;
}

.top h3 {
	color:#cccccc;
	font-size:12px;
	font-weight:normal;
	font-style: italic;
	margin:0 0 0 35px;
}

h2 {font: bold 1.25em Verdana, Arial, Helvetica, sans-serif; color: #fff;}
h3 {font: bold 1em Verdana, Arial, Helvetica, sans-serif; text decoration: underline; color: #fff;}
.content {
	text-align: left;
	float:left;
	width:578px;
	padding: 10px 15px 0 10px;
}
	
h1.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:19px;
	color:#674F8B;
	font-weight:bold;
	margin:15px;
	padding:3px 0 0 0;
	}

.postinfo {

	height:20px;
	background: url(../images/posttop.jpg);
	position:relative;
	color:#E3E3E3;
	padding:0px 0 0 4px;
	}
	
.post {

	background:url(../images/postbg.jpg);
	padding:1px 30px;
	overflow:hidden;
	}


.postbottom {
	height:38px;
	background: url(../images/postbottom.jpg);
	margin-bottom:15px;
	font-size:10px;
	}

.commentslink {
	padding:10px 0 0 28px;
	float:left;
	}
.readmore {
	float:right;
	padding:10px 25px 0 0;
	}

.commentslink a, .readmore a {
	color:#fff;
	text-decoration:none;
	}

.commentslink a:hover, .readmore a:hover {
	color:#674F8B;
	}
   
.sidebar {
	text-align: left;
	float:left;
	width:200px;
	padding-top:35px;
	line-height:18px;
	font-size:12px;
	overflow:hidden;
	}

.sidebar a {
	text-decoration:none;
	color:#fff;
	}

.sidebar div a {
	font-weight:bold;
	}

.sidebar a:hover {
	color:#674F8B;
	}

.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.sidebar ul li {
	background:#000000 url(../images/sidebg1.jpg);
	}

.sidebar ul li li {
	background:#000000;
	}

.sidebar h2 {
	color:#674F8B;
	font-size:16px;
	font-weight:bold;
	margin:10px 0 0 0;
	background:#000000 url(../images/sidetop1.jpg) bottom no-repeat;
	padding:0 0 20px 10px;
	line-height:normal;
	}

.sidebar ul li ul, .sidebar ul li div {
	background:url(../images/sidebottom1.jpg) bottom no-repeat;
	padding:0px 10px 15px 25px;
	}

.sidebar ul li ul ul, .sidebar ul li div div {
	padding:0 0 0 10px;
	background:none;
	}
	
 	
#footer { 
  margin: 0 auto;
  height:100px;
  width:850px;
  text-align:center;
  background:#000 url(images/bottom.jpg) 0 0 no-repeat;
  font-family: arial, verdana;
  } 
  

#footer #p
{
padding: 70px 0 0 0;
display: block;
margin-bottom: 2px;
text-align:center;
}

#footer a:link {
color: #fff;
text-decoration: none;
border: none;
font-weight: bold;
}
#footer a:hover {
color: #674F8B;
border: none;
}

