body{
	background-color: black;
	background-image: url(images/body5.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, tahoma, century gothic;
	font-size: 100%;
	color: white;

}

img{
	border: 0;
}

h1, h2, h3{
	margin: 0;
	padding: 0;
}

h2{
	font-size: 1.2em;
	text-decoration: none;
}

h3{
	font-size: 1em;
	text-decoration: none;
}

p{
	font-size: .8em;
}

hr{
	height: 1px;
	color: white;
}

a,
a:visited{
	color: #CC0000;
}

a:hover{
	text-decoration: none;
}

table{
	width: 750px;
}


/*Wrapper Styles*/
div#outer_wrapper{
	/*background-image: url(images/body_tile.gif);*/
	background-position: 0px 90px;
	background-repeat: repeat-x;
}

div#wrapper{
	width: 792px;
	margin: auto;
	text-align: left;
}


/*Header Styles*/
div#header{
	height: 260px;
	padding-left: 10px;
}

div#about{
	margin: 0px;
	display:block;
	background-color:#333333;
	width: 600px;
	border:thin;
	border:#0000FF;
	font-size: 85%;
	padding: 2px;
}

div#download{
	border:thin;
	float:right;
	background-color:#333333;
	display: inline;
	width: 168px;
	margin-top: 10px;
}

div#sidebar{
	border:thin;
	float:right;
	background-color:#333333;
	display: inline;
	width: 168px;
	font-size: 70%;
	padding-top: 10px;
}

div#about img#iris{
	float: right;
	display:inline;
}

div#about img#617{
	float: left;
	display: inline;
}

/*Menu Styles*/
div#menu{
	text-align: right;
	padding-right: 30px;
	height: 40px;
	background-position: top left;
	background-repeat: no-repeat;
}

div#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu li{
	float: right;
}

div#menu a#news{
	display: block;
	width: 112px;
	height: 42px;
	background-image: url(images/news_off.gif);
	background-repeat: no-repeat;
}

div#menu a#news:hover{
	background-image: url(images/news_on.gif);
}

div#menu a#media{
	display: block;
	width: 112px;
	height: 42px;
	background-image: url(images/media_off.gif);
	background-repeat: no-repeat;
}

div#menu a#media:hover{
	background-image: url(images/media_on.gif);
}

div#menu a#downloads{
	display: block;
	width: 161px;
	height: 42px;
	background-image: url(images/download_off.gif);
	background-repeat: no-repeat;
}

div#menu a#downloads:hover{
	background-image: url(images/download_on.gif);
}

div#menu a#about{
	display: block;
	width: 112px;
	height: 42px;
	background-image: url(images/about_off.gif);
	background-repeat: no-repeat;
}

div#menu a#about:hover{
	background-image: url(images/about_on.gif);
}

div#menu a#forum{
	display: block;
	width: 123px;
	height: 42px;
	background-image: url(images/forum_off.gif);
	background-repeat: no-repeat;
}

div#menu a#forum:hover{
	background-image: url(images/forum_on.gif);
}

div#menu a#team{
	display: block;
	width: 112px;
	height: 42px;
	background-image: url(images/team_off.gif);
	background-repeat: no-repeat;
}

div#menu a#team:hover{
	background-image: url(images/team_on.gif);
}


/*Content Styles*/
div#content{
	padding: 15px 40px;
}


/*Blog Styles*/
div.blog_side{
	font-size: .8em;
	float: left;
	width: 80px;
	padding: 5px;
}

div.blog_side img{
	border: solid black 1px;
}

div.blog_header,
div.blog_header table{
	width: 500px;
}

div.blog_body{
	width: 500px;
}

div.blog_footer{
	font-size: .9em;
	text-align: left;
	padding: 10px;
	font-style: italic;
	margin-bottom: 20px;
	width: 500px;
}

div.comment_header{
	margin: 5px;
}

div.comment_body{
	background-color: #333333;
	width: 500px;
	padding: 5px;
	border: solid black 1px;
	margin-bottom: 20px;

}

div.comment_body p{
	padding: 0;
	margin: 0;
}


/*Team Styles*/
div.team_member{
	margin-bottom: 30px;
}

div.team_member img{
	float: left;
	margin: 5px;
	border: solid black 1px;
}

div.team_member ul,
div.team_member li{
	margin-left: 20px;
	margin-bottom: 2px;
	list-style: circle;
}

* html body div.team_member img{
	margin-right: 30px;
}


/*Media Styles*/
h3.media_header{
	margin: 10px 0px 20px 0px;
}

div.media{
	width: 170px;
	height: 125px;
	text-align: center;
	float: left;
}

div.media img{
	border: solid black 1px;
}

div.potw{
	width: 215px;
	height: 170px;
	text-align: center;
	float: left;
}


/*Footer Styles*/
div#footer{
	text-align: center;
	font-size: .7em;
	font-style: italic;
}

div#footer p{
	margin: 5px;
}


/*Other Styles*/
.hilite{
	font-weight: bold;
	color: #870E0E;
}

div#adwords{
	text-align: center;
}



/*Benji workarounds */
div.hiddenImg{
float:left;
display:inline;
width:68px;
margin: 3px;
padding-left: 10px;
}

div.irisImg{
float:right;
display:inline;
width:85px;
margin: 3px;
padding-right: 10px;
}

div.aboutBar{
	margin-left: 10px;
	margin-top: 4px;
	width: 580px;
	border:thin;
	border:#0000FF;
	font-size: 85%;
	padding-left: 15px;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:2px;

	background-color: #333333;
	background-image: url(images/body6.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment:fixed;
}

div.aboutBar a:link{
font-family: verdana, arial;
font-size:10px;
font-weight:bold;
color: #ff0000;
text-decoration:none;
}

div.aboutBar a:visited{
font-family: verdana, arial;
font-size:10px;
font-weight:bold;
color: #ff0000;
text-decoration:none;
}

div.aboutBar a:hover{
font-family: verdana, arial;
font-size:10px;
font-weight:bold;
color: #ff0000;
text-decoration:none;
}

div#downloadButton{

	padding:5;
	
	float: right;
margin-right: 18px;

}

div.sideBar{
	float: right;
	
	margin-right: 23px;
	width: 150px;
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #333333;
	padding: 4;
	

}

div#potwFont a{
	font-size:12px;
}

div.mainContent{
	margin-left:12px;
}



/*Clear Divs*/
div.clear{
	clear: both;
}
