body
{
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: courier;
	font-weight: normal;
	color: #fff;
	font-size: 12px;
}

a
{
	color: #00FF00;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

#container
{
	width: 1000px;
	background-image: url(/templates/images/background.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

.clear { clear: both; }

#blog-container
{
	float: left;
	padding-left: 38px;
	width: 792px;
}

#footer {
	width: 1000;
} 

#CC {
	float: left;
}
	
#RN {
	float: right;
}


#header { height: 330px; }

#support
{
	width: 120px;
	float: right;
	background-color: #050F02;
	padding: 15px;
	margin-top: 450px;
}

#support #image
{
	text-align: center;
	background-color: #050F02;
}

#support #text
{
	padding-top: 15px;
	text-align: justify;
}

#logo
{
	padding-top: 38px;
	text-align: right;
	height: 100px;
}

#box
{
	padding-top: 11px;
	width: 343px;
	background-image: url(/templates/images/corners1.gif);
	background-repeat: no-repeat;
	background-color: #041501;
	float: right;
}

#box #quote
{
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	background-image: url(/templates/images/corners2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: justify;
}

#box #quote .top { font-size: 14px; }

#enter
{
	clear: both;
	padding-top: 15px;
	float: right;
}

#archive
{
	float: left;
	width: 80px;
	padding-top: 15px;
}

#blog
{
	float: right;
	width: 710px;
	padding-top: 15px;
	background-image: url(/templates/images/vspacer2.gif);
	background-repeat: repeat-y;
}

#blog-header
{
	background-image: url(/templates/images/vspacer1.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#blog-header #image-title
{
	float: left;
	width: 500px;
	padding-top: 60px;
	padding-left: 20px;
}

#blog-header #martian
{
	float: right;
	width: 150px;
}

.blog-item
{
	padding-left: 20px;
	padding-right: 30px;
}

.blog-item .image
{
	float: left;
	width: 230px;
}

.blog-item .info
{
	float: right;
	width: 400px;
}

.blog-item .title { font-size: 14px; }

.spacer
{
	clear: both;
	background-image: url(/templates/images/spacer.gif);
	background-repeat: no-repeat;
	height: 40px;
	background-position: -10px 10px;
}
#blog .spacer
{
	clear: both;
	margin-left: 10px;
	background-image: url(/templates/images/spacer.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: -10px 30px;
}

#blog #spacer
{
	clear: both;
	margin-left: 10px;
	background-image: url(/templates/images/spacer.gif);
	background-repeat: no-repeat;
	height: 40px;
	background-position: -10px 0px;
}

#blog #spacer-extra
{
	clear: both;
	height: 150px;
}

.blog-item .text, .blog-item .links { padding-top: 15px; }

#form
{
	margin-left: 280px;
	padding-top: 50px;
	font-size: 10px;
}

#form input, #form textarea, #form label
{
	display: block;
	float: left;
	margin-bottom: 5px;
}

#form label { width: 50px; }
#form br { clear: left; }

#form .txt, #form .code
{
	border-color: #0F0;
	border-width: 1px;
	border-style: solid;
	background-color: #050F02;
	color: #0F0;
	font-family: courier;
	font-size: 10px;
	padding: 4px;
}

#form .txt { width: 300px; }
#form .btn { padding-top: 5px; }

#form .green
{
	color: #0F0;
	font-size: 12px;
	text-transform: uppercase;
}

#form .securetext
{
	width: 150px;
	display: block;
	float: left;
	padding-left: 10px;
}

#emailfriend #form
{
	margin-left: 100px;
	padding-top: 0px;
	font-size: 10px;
}

#emailfriend #form label { width: 150px; }

.comment
{
	margin-left: 280px;
	padding-top: 40px;
	font-size: 10px;
}

.comment .publisher { color: #0F0; }

.comment p
{
	margin: 0;
	padding: 0;
}

