/*
 Design by Free CSS Templates
 http://www.freecsstemplates.org
 Released for free under a Creative Commons Attribution 2.5 License
 
 Modified by Chester
 http://www.chesio.com
 12.12.2009 21:16:04
*/

body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
}

hr.clear {
	visibility: hidden;
	clear: both;
}

/* Header */

#header {
	width: 700px;
	margin: 0 auto;
	color: #808080;
}

#header h1 {
	float: left;
	margin: 0;
	font-size: 50px;
	letter-spacing: -6px;
}

#header h2 {
	float: right;
	margin: 40px 20px 0 0;
	font-size: 18px;
	letter-spacing: -2px;
}


a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

abbr {
  cursor: help;
}

/* Content */

#page {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #E9EAE2;
}

#page img {
  margin: 10px 0;
  border-top: 1px solid gray; 
  border-bottom: 1px solid gray;
}

#sidebar {
  float: left;
	width: 190px;
	padding: 20px 15px 20px 20px;
}

#content {
	margin-left: 220px;
	padding: 20px 20px 20px 15px;
	text-align: left;
}

#content h1 {
  margin: 0 0 1ex;
	font-size: 200%;
	letter-spacing: -1px;
}

#content h2 {
	margin: 1em 0 1ex;
	font-size: 150%;
	letter-spacing: -1px;
	color: #808080;
}

#content p {
  margin: 1ex 0 0.6ex;
  text-align: justify;
}

#content a:link, #content a:visited {
  color: firebrick;
  text-decoration: underline; 
}

#content a:hover {
  text-decoration: none;
}

#content strong {
  color: #222;
}

/* Menu */

ul#menu {
	margin: 0;
	list-style: none;
	padding: 0;
}

ul#menu li {}

ul#menu a {
	display: block;
	width: 180px;
	padding: 15px 0;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #808080;
}

ul#menu a:hover {
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 10px;
}


#footer p {
  margin: 0.2ex;
	font-size: 9pt;
	text-align: center;
}

#footer a:link, #footer a:visited {
  color: gray;
  text-decoration: underline;
}

