/*
-----------------------------------------------
style sheet for www.firemaplegames.com
author: Joe Kauffman
----------------------------------------------- */

body	{
	font-family: "lucida grande", verdana, geneva, lucida, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #222222;
	background-color: #666666;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	}

img,td img,a img,td a img	{
	border-style: none;
	}

p	{
	vertical-align: top;
	font-size: 11px;
	line-height: 130%;
	margin: 0 0 0 0;
	padding: 3px 0 0 0;
	}

/*-------- headings -------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/*-------- General Links -------*/

a:link,a:visited {
	color: #0099ff;
	text-decoration: none;
	}

a:hover{
	text-decoration: underline;
	color: #0099ff;
}

a: active{
	text-decoration: underline;
	color: #0099ff;
}


/*-------- Main Styles -------*/

	
#page{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	}
	
#header{
	text-align: left;
	}
	
#nav{
	padding-top: 5px;
	padding-bottom: 8px;
	text-align: left;
	background-color: #000000;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
#nav a:link,#nav a:visited {
	margin-left: 10px;
	margin-right: 15px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	text-decoration: none;
	color: #ffffff;
}

#nav a: active{
	text-decoration: none;
	color: #ffffff;
}
	
#content{
	width: 100%;
	text-align: left;
	background-color: #221D25;
	margin: 0px 0px 0px 0px
	overflow: auto;
	}
	
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	
#content .content_item{
	float: left;
	width: 800px;
	text-align: left;
	background-color: #000000;
	}
	
#content .content_item .left{
	float: left;
	margin: 10px 8px 10px 10px;
	}
	
#content .content_item .left img{
	margin: 0px 0px 10px 0px;
	}
	
#content .content_item .right{
	float: left;
	margin: 5px 8px 10px 10px;
	}
	
#content .content_item .right p{
	color: #ffffff;
	}
	
.title{
	padding: 0px 0 0 0px;
	font-size: 18px;
	font-style: italic;
	line-height: 140%;
	color: #ffcc00;
	}

.title2{
	padding: 5px 0 0 10px;
	font-size: 18px;
	font-style: italic;
	line-height: 140%;
	color: #ffcc00;
	}
	
.yellow{
	color: #ffcc00;
	}
	
.liteblue{
	color: #00ffff;
	}
	
	
#content .content_item .left p{
	color: #cccccc;
	padding: 5px 0 0 10px;
	}
	
#content .content_item div{

	padding: 0px 0px 3px 0px;
	}
	
	
/*-------- tables -------*/


	

.copyright{
	text-align: left;
	padding: 5px 0 0 0;
	font-size: 10px;
	line-height: 140%;
	color: #000000;
	}
	
div.clearer {
	content: ".";
	height: 0;
	display: block; 
	clear: both; 
	margin: 0;
	padding: 0;
  	visibility: hidden;
  	font-size: 1px;
  	line-height: 0px;
  	}

