body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {

list-style: none;

}
#menu {
	background-image:url(images/menu_bg.jpg);
	/*background-position:top;*/
	background-repeat:no-repeat;
	background-color:#666666;
	width:172px;
	height:529px;
	padding-top:20px;
}

#menuContent {
	color:#fff;
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

#menuContent td {
	display:block;
}

#menu a {
	display:block;
	color:#fff;
	padding:4px;
	text-decoration:none;
}

#menu a:hover {
	display:block;	
	background-color:#999999;
	color:#000;
}

a {
	color:#fff;
	/*padding:4px;*/
	text-decoration:none;
}

a:hover {
		
	background-color:#999999;
	color:#000;
}

#contentHolder {
	background-image:url(images/content_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#666666;
	width:629px;
	padding-top:20px;
}

#contentBG {
	width:600px;
	background-color:#000;

}

#content, #content normaltext {
	color:#FFFFFF;
	padding:20px;
	font-size:12px;
	border:1px solid #999999;
	background: black;
	float: left;
	width: 560px;
	min-height: 463px;
}

#content .header {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

#content .largeheader {
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

#content .smalltext {
	font-size:10px;
	color:#FFFFFF;
}


#content a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #999999;
	font-weight:normal;
	text-decoration : none;
}

#content a:hover { 
	color:#FFFFFF;
	text-decoration : none;
}

#footer {
	font-size:9px;
	color:#999999;
}

#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#menu{ 
	width: 172px;
	color: white;
	font-size: 12px;
	
}
#menu ul {
	padding-right: 10px;
}
#menu ul li {text-align: right; }

.post {
padding: 5px;
width: 150px;
height: 500px;
background: #000;
float: left;
 border: 1px solid white;
 margin-bottom: 15px;
margin-top: 30px;
margin-right: 8px;
 }
.post-cat-cover {
text-align: center;
width:500px;
margin:0 auto;
background: black;
}
#posts-container {
margin: 0 auto;
text-align: center;
padding-left:29px;
}

.post-heading {
width: 400px;
float: left;
}

.post-image {

padding-top: 15px;
padding-bottom: 15px;
float: left;
}

.post-therest {
width: 400px;
float: left;
}
/* WORDPRESS STUFF */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */