/* starcraft matrix defense ideas | spronkey.com work in progress ;) */
body
{
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #BBBBBB;
	text-align: center;
	background-color: #000000;
}
div { margin: 0; padding: 0; }
hr, h1, #sdc { display: none; }
#head, #content, #foot
{
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: justify;
	border: 1px solid #000000;
	border-left: 1px solid #454500;
	border-right: 1px solid #454500;
}
/* body */
#content
{
	border-top: 0;
	border-bottom: 0;
}
#content .head2, #content h2, #content h3, #content h4, #content h5, #content h6, #content p, #content pre, #content blockquote, #content ol, #content dl
{
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
	padding: 5px;
	border: 1px solid #454500;
	border-bottom: 0;
}
#content h2, #content h4
{ 
	background-color: #330000; 
	color: #BBBB00; 
	margin-top: 10px; 
	font-size: 10pt;
}
#content h4 { font-size: 8pt; margin-top: 0; font-weight: normal; }
#content h3
{
	background-color: #220000;
	color: #AAAA00;
	font-size: 7pt;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0.2em;
}
#content p
{
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.itemnav
{ 
	margin: 0;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #454500;
	padding: 2px;
	padding-right: 57px; 
	text-align: right;
	background-color: #220000;
}
.itemnav li
{
	color: #454500;
	font-size: 8pt;
	display: inline;
	border-right: 1px solid #454500;
}
.itemnav .ilast 
{ 
	border-right: 0; 
	padding-left: 4px;
}
.itemnav li a 
{ 
	padding-left: 4px;
	padding-right: 6px;
	color: #776600; 
}
.itemnav li a:hover { color: #BBBB00; }


#head
{
	height: 185px;
	border-bottom: 0;
	background-image: url("../layout/img-header.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
/* header | Opera bug elimination help from Leedar */
#head ul 
{
	margin: 0;
	padding: 0;
	margin-top: 153px;
	margin-left: 83px;
}
#head li { display: inline; }
#head li a 
{
	display: block;
	float: left;
	width: 72px;
	line-height: 20px;
	color: #776600;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid #776600;
}
#head li a:hover
{
	background-color: #CCCC00; 
	color: #000000;
}

/* footer */
#foot
{
	height: 85px;
	padding-top: 10px;
	border-top: 0;
	background-image: url("../layout/img-footer.png");
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 7pt;
	color: #776600;
}
#foot ul
{
	margin: 0;
	list-style-type: none;
	float: left;
	padding-top: 70px;
	padding-left: 98px;
}
#foot li 
{ 
	border-right: 1px solid #776600;
	padding-left: 2px;
	padding-right: 3px;
	display: inline; 
}
#foot .flast { border-right: 0; }
#foot li a { color: #99CC33; }
#foot li a:hover { color: #FFFFFF; }
#foot p
{
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	padding-top: 70px;
	padding-right: 98px;
}
#firestudio
{
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 700px;
	border-left: 1px solid #454500;
	border-right: 1px solid #454500;
	height: 30px;
	font-size: 7pt;
}
#fslogo { float: left; width: 80px; height: 30px; border: 0; }


