body {
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	padding: 0px;
	background-repeat: repeat;
	margin-right: auto;
	margin-left: auto;
	position: static;
	top: 0px;
	bottom: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center;
	background-image: url(images/bkgr.gif);
	}
	
	
#splash {
	background-image: url(images/screenshot.png);
	background-repeat: no-repeat;
	height: 550px;
	width: 900px;
}
	
#wrap {
	padding: 0px;
	height: auto;
	width: 1102px;
	background-color: #FFFFFF;
	background-image: url(images/bkgr.gif);
	background-repeat: repeat;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: auto;
	right: auto;
	}
	

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #34eea1;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 900px;
	height: 140px;
	color: #34eea1;
	font-size: 12px;
	padding: 0px;
	text-transform: none;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/logo_bkg.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
	

#headerleft {
	width: 220px;
	float: left;
	text-align: left;
	overflow: hidden;
	height: 45px;
	margin-top: 83px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	color: #34eea1;
	font-size: 10px;
	}	
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #00213C url(images/navbar.gif);
	width: 920px;
	height: 31px;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
	}
	
#navbar ul li a {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	padding: 9px 10px 7px 10px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	}

#navbar ul li a:hover {
	background: #FFFFFF url(images/hover.gif);
	color: #00213C;
	text-decoration: none;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 920px;
	padding: 0px;
	line-height: 24px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/bkgr.gif);
	background-repeat: repeat;
	background-position: center;
	}

#content p {
	font-size: 12px;
	line-height: normal;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
#content h1 {
	color: #34eea1;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	text-transform: uppercase;
	padding: 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #34eea1;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	}

#content h1 a:hover {
	color: #34eea1;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#content h2 {
	color: #34eea1;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	text-transform: uppercase;
	}
	
#content h3 {
	color: #34eea1;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-style: normal;
	text-transform: uppercase;
	}
	
#content h4 {
	color: #00213C;
	font-size: 22px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	}
	
#content p img{
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: auto;
	padding-left: 20px;
	height: auto;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#contentleft ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
blockquote{
	background: #FFFFFF;
	margin: 0px 25px 15px 25px;
	padding: 5px 20px 5px 20px;
	border-top: 1px solid #00213C;
	border-right: 1px solid #00213C;
	border-left: 1px solid #00213C;
	border-bottom: 1px solid #00213C;
	}
	
#content blockquote p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	width: 620px;
	font-size: 8px;
	margin: 0px;
	font-style: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
	
#contentleft a, a:visited {
	color: #34eea1;
	text-decoration: none;
	}
	
#contentleft a:hover {
	text-decoration: none;
	}

/************************************************
*	Left Sidebar 		    			   	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 210px;
	margin: 0px;
	line-height: 17px;
	display: inline;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFF;
	height: 650px;
	}
	
#l_sidebar h2 {
	color: #000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 3px 5px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom-style: none;
	}
	
	
#l_sidebar h3 {
	color: #000;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 3px 5px;
	margin: 0px;
	text-transform: uppercase;
	border-bottom-style: none;
	}
	
	#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #000;
	text-transform: uppercase;
	
	}
	
#l_sidebar li {
	padding: 3px 0px 0px 5px;
	margin: 0px;
	color: #000;
	text-transform: capitalize;
	
	}
	
#l_sidebar ul li {
	padding: 3px 0px 0px 5px;
	margin: 0px;
	color: #000;
	
	}
	
#l_sidebar ul li a {
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	

#l_sidebar ul li a:hover {
	color: #34eea1;
	font-weight: bold;
	}

#l_sidebar .current_page_item a {
	color: #34eea1;
	}
	
	.l_sidebar .current_page_item a {
	color: #000;
	}
	
#l_sidebar .current_collapsCatPost a {
	color: #34eea1;
	}
	
	.l_sidebar .current_collapsCatPost a {
	color: #000;
	}
	
	
	

	
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 900px;
	height: auto;
	font-size: 12px;
	text-align: center;
	line-height: 17px;
	clear: both;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: none;
	border-left-style: none;
	color: #34eea1;
	background-image: url(images/fotterdot.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: auto;
	}
.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
#footer p {
	color: #34eea1;
	padding: 0px;
	margin: 0px;
	text-align: left;
	}
	
#footer a, #footer a:visited {
	color: #34eea1;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #999;
	}

/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#s {
	background: #FFFFFF;
	width: 170px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 20px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}

#name, #email, #url, #submit {
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	background-color: #F03;
	border: 1px solid #F03;
	}
	
#words {
	background: #FFFFFF;
	width: 450px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
	
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 460px;
	background: #FFFFFF;
	color: #333333;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 10px 0px 0px 0px;
	border-top: 2px solid #333333;
	border-bottom: 1px solid #333333;
	}
	
#commentblock ol{
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	background: #FFFFFF;
	width: 400px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px 0px 0px 10px;
	margin: 5px 0px 20px 0px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 20px 0px;
	padding: 20px 10px 0px 10px;
	width: 400px;
	background: #FFFFFF url(images/comment.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
/************************************************
*	Subscribe email									*
************************************************/
	
	
#maillist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-image: url(images/sumbit.gif);
	height: 20px;
	width: 175px;
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 1px solid #FFF;
	background-position: left top;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 2px;
}
.maillist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #34eea1;
	height: 25px;
	width: 170px;
	border: 1px solid #FFF;
	text-align: left;
	text-indent: 1px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.submitemail {
	width: 24px;
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #34eea1;
	height: 22px;
	border: 1px solid #34eea1;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
.email {
	width: 178px;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height: 20px;
	margin: 0px;
	border: 1px solid #34eea1;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	text-indent: 2px;
	vertical-align: middle;
	}
