body
{
	background-image:url('../layout/bg_splatter_1.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color:#ffffff;
	margin:0px;
	font-family: arial;
	font-size: 11pt;
	color: #ffffff;
}
h1
{
	background-image:url('../layout/post_title_arrow.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	line-height: 160%;	
	font-weight: lighter;
	text-indent: 20px;
}
h3
{
	width: 200px;
	height: 26px;
	text-align: center;
	background-image: url('../layout/side_menu_bar.jpg');
	font-size: 14pt;
	font-weight: lighter;
	line-height: 130%
}
code
{
	background-color: #222;
	color: #ddd;
	font-size: 9pt;
}
a:link img
{
	border: none;
}
a:visited img
{
	border: none;
}
a:link 
{	
	color: #aaaaaa;
	border:none;
	text-decoration:none;
}
a:visited
{	
	color: #888888;
	border: none;
	text-decoration:none;
}
a:hover
{	
	color: #009922;
	border:none;
	text-decoration:none;
}
a:active
{
	color: #009922;
	border:none;
	text-decoration:none;
}
#all_content
{
	width:100%;
}
#header_div{
	/*background-image:url('../layout/header_bg.jpg');*/
	top: 10px;
	height:285;
	padding: 0px;
	position: relative;
}
#nav_bar
{
	z-index: 1;
	border:none;
	top: -20;
	/*background-image:url('../layout/menu_title_bg.gif');*/
	position:relative;
}

#main_content{
	top: -45;
	width:800px;
	position: relative;
	text-align:left;
	letter-spacing: .02cm;
	display:inline-block;
	background-image:url('../layout/body_middle.png');
}
/*
#pg_content
{
	line-height: 120%;
	letter-spacing:2px;
	background-image:url('../layout/body_middle.png');
	width:100%;
	overflow:hidden;
}
*/
#pg_left
{
	/*background-color:#000099;
	text-align: justify;*/
	width:500px;
	float:left;
	overflow:hidden;
	padding: 0px 0px 0px 30px;
	display:inline;
}
#pg_right
{
	/*background-color:#990000;*/
	width: 200px;
	float:right;
	overflow:hidden;
	padding: 0px 45px 0px 0px;
	display:inline;
	border: none;
}
#pg_right img a:link
{
	border: none;
}
#tag_cloud
{
	text-align: center;
}
.body_top
{
	top: -45px;
	position:relative;
}
.body_bottom
{
	top: -45px;
	position:relative;
}
/*
styles by Class
*/
.front_cap
{
	font-weight: bold;
	top: -8px;
	line-height: 0%;
	color: #009922;
	position: relative;
	text-indent: 20px;
	font-size:28pt;
}
.end_cap
{
	font-weight: bold;
	top: 12px;
	left: 5px;
	line-height: 0%;
	color: #009922;
	position: relative;
	text-indent: 20px;
	font-size:28pt;
}
.menuB
{
	border:none;
	margin: 0px 30px 0px 30px;
	cursor: pointer;
}
.gameBtn
{
	padding:20px;
	border:5px;
	position: relative;
	float:left;
	width: 200px;
	height:220px;
}
.transparent
{
	opacity:.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}
.non-transparent
{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
/************************************************
			ART PAGE BUTTONS
*************************************************/
.art_media_btn
{

}
.art_btn
{
	margin: 3px 3px 3px 3px;
	cursor: pointer;
}
/***********************************************
			POP-UP DISPLAY STYLES
***********************************************/
#display_screen
{
	z-index:2;
	background-color: #000000;
	width: 100%;
	height: 100%;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	top: 0px;
	left: 0px;
	position: fixed;
}
#display_wrapper
{
	z-index: 3;
	top: 0px;
	width: 100%;
	position: fixed;
}
#display_holder
{	
	z-index:4;
	top:0px;
	width: 100%;
	position:fixed;
}
.display_btn
{
	cursor: pointer; 
	margin: 2 2 2 2;
	top: 2px;
	float: right;
	position: relative;
}
.display_txt
{
	size: 11px;
	left: 4px;
	top: 4px;
	float: left;
	position: relative;
}

