@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{  
	background: #302E2B;
	line-height:18px;
	font-size: 18px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	color: #ddd;
	margin:0pt;
	cursor:default;
	overflow: hidden;
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{	color: #7FBE39;
	text-decoration: none; }
	
a:hover { text-decoration:blink; }
}



/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin: 1em auto;
	width: 600px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
/* the tabs */ 
#container ul.menu li{
	float: left;
	width: 120px; 
	font-family: OCR A,OCR B,OCR-A,OCR-B,OCR A Extended,Arial,Geneva,Helvetica;
	font-weight: normal; 
	margin-right: 5px;
	margin-bottom: -1px;
}

/* the tabs */ 
#container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 15px 20px 15px 20px;
	background: #444;
	margin-bottom: -1px;
	border: 1px solid #6ead28;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #7FBE39;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #000;
	top: 1px;
	border-bottom: 0;
	color: #7FBE39;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 0pt auto;
	background: #000;
	border: 1px solid #7FBE39;
	text-align: left;
	padding: 40px;
	padding-bottom: 60px;
	font-size: 18px;
	line-height: 24px; 
}
.content a{ 
	display: block;
	width: 500px;
	height: 200px;
	 }
.content h1{
	font-family: OCR A,OCR B,OCR-A,OCR-B,OCR A Extended,Arial,Geneva,Helvetica;

	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/

/******* PAGED *******/
.content.paged h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.content.paged{
	display: none;
}
/******* /PAGED *******/

/******* SCROLLING *******/
.content.scrolling h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.content.scrolling{
	display: block;
}
/******* /SCROLLING *******/

/******* RSS *******/
.content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.content.rss{
	display: none;
}
.content.rss a{
	color: #7FBE39;
}
/******* /RSS *******/