body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: black;
	color: white;
	font-family: Comic Sans MS;
	font-size: 18px;
}

a, a:visited{
	color: white;
}

img{
	margin: 0px;
	border: 0px;
}

#wrap{
	margin: 25px auto 25px auto;
	width: 1000px;
}

#header{
	background-image: url(../images/voodoo_banner.jpg);
	background-repeat: no-repeat;
	height: 185px;
	text-align: right;
	font-size: 10px;
}

#content{
	float: left;
	margin-top: 35px;
	margin-bottom: 10px;
}

#navigation{
	width:265px;
	float: left;
	text-align: left;
	font-weight: bold;
	font-size: 29px;
	text-transform: uppercase;
}

#navigation a, #navigation a:visited{
	text-decoration: none;
}

#navigation ul, #navigation li{
	list-style-type: none;
	margin: 0px 0px 45px 0px;
}

#navigation img{
	display: inline;
	margin-left: 15px;
}

#main{
	width: 735px;
	float: left;
	text-align: left;
}

#footer{
	text-align: right;
	font-size: 10px;
	text-transform: none;
	margin-bottom: 15px;
}

.clear{
	clear: both;
}

.title{
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}

.body{
	padding: 15px 0px 5px 15px;
}

/* NEWS PAGE */

.news_body{
	border: 1px solid gray;
	margin-bottom: 10px;
}

.news_title{
	background: white;
	color: black;
	padding: 5px 2px;
	font-size: 14px;
	font-weight: bold;
}

.news_title img{
	display: inline;
	vertical-align: middle;
}

.news_date{
	font-size: 10px;
	padding-top: 2px;
	padding-left: 5px;
}

.news_author{
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.news_story{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.news_story .muffin_img{
	float: right;
	margin: 3px 1px;
}

/* ADMIN PAGES */
#admin_menu{
	text-align: left;
	font-size: 12px;
	margin-bottom: 15px;
}

#admin_news table{
	margin: 20px;
	text-align: left;
}

#admin_newslist{
	border: 1px solid white;
}

#admin_newslist img{
	display: inline;
}

#admin_newslist td{
	font-size: 10px;
	padding: 5px;
}

#admin_newslist .rowA{
	background: silver;
	color: black;
}

#admin_newslist .rowB{
	background: gray;
	color: black;
}