﻿* {
	margin: 1;
	padding: 0;
}

body {
	background: #002200 url(images/bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33FFCC;
}

a { color: #ffe97a; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
	background: #0C220C;
	width: 900px;
	margin: 1px auto;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #aaa;
}

#header {
	margin: 0px 20px 20px 20px;
	border-bottom: 1px dotted #aaa;
}

#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a {
	color: #FAFFB0;
	text-decoration: none;
}

#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#content {
	float: right;
	width: 580px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
	text-align: justify;
}

#content h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#content h2 a {
	color: #B0FFBD;
	text-decoration: none;
}

#content h2 a:hover {
	color: #eee;
}

#rightmenu {
	float: left;
	width: 250px;
	padding: 0 0 20px 20px;
}

#rightmenu h2 {
	border-bottom: 1px dotted #aaa;
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 16px;
	font-weight: bold;
}

#rightmenu ul {
	list-style-type: circle;
	padding: 0 0 20px 15px;
}

#footer {	
	font-size: 11px;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

#box {
	padding: 10px;
	border: #aaa 1px dotted;
}