body {
	background-image:url(images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {margin: 0px;padding: 0px;}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#828787; /* #525757; -brighten it and it doesn't have to be bold*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* 11px; */
	font-weight: normal; /* bold; */
}
ol {
	padding: 10px 10px 10px 40px;
	display:block;
	color:#828787; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
}
a {
	color:#8b9292; /* #6b7272; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1024px;/* width: 860px; */
}
#header{
	height: 245px; /* 304px; */
	width: 1000px; /* 777px; */
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}
#content{
}
#left{
	width:150px; /* 192px */
	float:left;
}
#middle{
  margin-left:162px; /* 206px */
	margin-right:196px; /* 196px */
	width:700px; /* width:450px; */
}
#right{
	width:150px; /* 192px */
	float:right;
}
/* Google adsense sidebars are 120 wide */
/********************* menu ****************************/
.menuheader{
	width:150px; /* 192px */
	height:37px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:150px; /* 192px */
	background-image:url(images/menumiddle.gif);
	padding-top:10px;
	background-repeat: repeat-y;
}
.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:150px; /* 192px */
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#CCCCCC;
	text-transform: uppercase;
}
/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.post h2{
	padding: 10px 0px 0px 20px;
	color:#828787; /* #525757;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.post h3{
	padding: 10px 0px 0px 20px;
	color:#828787; /* #525757;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:700px; /* width:450px; */
	height:37px; /* 33px; (wtf?)*/
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.postcontent{
	background-image:url(images/postmiddle.gif);
	background-repeat: repeat-y;
	padding: 20px 0px;
}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:700px; /* width:450px; */
	height:15px;
}
.post ul li{ /* My own addition here */
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#626767; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: normal; 
}
.post a {
	color:#8b9292; /* #6b7272; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* 11px; */
	font-weight: normal; /* bold; */
}


/********************* header ****************************/
#header{
	position:relative;
}
#header ul{
	position:absolute;
	top:204px; /* 250px; */
	display:block;
	left:185px; /*left:190px;*/
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #8b9292; /* #6b7272; */	
}
.last{
	border-right: 0px none #8b9292 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	/*text-decoration:underline;*/
	text-shadow: 0.1em 0.1em 0.05em #2222FF; /* right down fuzziness color*/
	color:#8888FF;


}
/********************* footer ****************************/
#footer{
	width:850px;
}
#footer ul{
	display:block;
	margin-left:185px; /*margin-left:190px;*/
}
#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #8b9292;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	/*text-decoration:underline;*/
	text-shadow: 0.1em 0.1em 0.05em #2222FF; /* right down fuzziness color*/
	color:#8888FF;
	
	/* Worked so long on it but the other just looks so clean
	color:#8888FF;
	text-shadow: 0.1em 0.1em 0.05em #6666FF, 0.05em 0.05em .5em #0000FF;*/ /* right down fuzziness color*/

}
#footer span{
	color:#222727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:850px;
	display:block;
	padding: 15px 0px;
}
/********************* menu members ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc; 
	padding: 0px 0px 0px 20px;
	color:#888888; /* #666666 */
}
.menu ul li{
	padding-top: 5px;
	color:#888888; /* #666666 */
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	/* text-decoration:underline; */
	text-transform: uppercase;
	text-shadow: 0.1em 0.1em 0.05em #2222FF; /* right down fuzziness color*/

	/* dumbass IE support */
	color:#6666DD;
}
	
.menu ul.submenu{
	list-style-position: inside;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	color:#6666CC;
}
.menu ul.submenu li{
	padding-top: 3px;
	color:#6666CC;
	font-size: 9px; 
	font-weight: bold;
}
.menu ul.submenu li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
	font-size: 9px; 
	font-weight: bold;
	color:#6666CC;

}
.menu ul.submenu li a:hover{
	font-size: 9px; 
	font-weight: bold;
	color:#8888EE;
	text-transform: uppercase;

}

.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}
.member img{
	width:75px;
	height:70px;
	border: solid 2px #999999;	

}
.clear{
	clear:both;
}
span.eb{ /* Extra Bold */

	/* color:#626767; base color for text */
	color:#000000;	
	text-shadow: 0.05em 0.05em 0.8em #8888FF,-0.05em -0.05em 0.8em #8888FF,
	0.05em -0.05em 0.8em #8888FF,-0.05em 0.05em 0.8em #8888FF; /* right down fuzziness color*/
	
	font-weight: bold; 
}
div.eb{
	padding: 10px 10px 10px 20px;
	
	color:#000000;	
	text-shadow: 0.05em 0.05em 0.8em #8888FF,-0.05em -0.05em 0.8em #8888FF,
	0.05em -0.05em 0.8em #8888FF,-0.05em 0.05em 0.8em #8888FF; /* right down fuzziness color*/
	
	font-weight: bold; 
}


  /* All my first whacks at a drop shadow*/
	/*text-shadow: 0.05em 0.05em 0.05em #8888FF, -0.05em -0.05em 0.05em #8888FF,
	0.05em -0.05em 0.05em #8888FF, -0.05em 0.05em 0.05em #8888FF; /* right down fuzziness color*/
	/* text-shadow: 0.1em 0.1em 0.05em #2222FF; /* Menu shadow */
