* { 
	margin: 0; padding: 0;
	}
	
body {
	background: #333;
	color: #fff;
	font-family: verdana, arial, sans-serif;
	margin: auto;
	}

#container {
	background: #222;
	max-width: 850px;
	margin: 40px 40px 40px 40px;
	text-align: left;
	}

a, a:visited{
	color: #69f;
	font-weight: bold;
	text-decoration: none;
	}

a:hover{
	color: #36f;
	text-decoration: none;
	}

#header { 
	padding: 36px 20px 36px 20px;
	text-align: center;
	}
#header h2 {
	font-size: 25px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	text-indent: 10px; 
	}


#menu { 
	background: #111;
	margin: auto;
	text-align: left;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	}

#menu li {
	display: inline; 
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
		
#menu ul {
	margin: 0px;
	padding: 4px;
	}
	
#menu ul li a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 17px;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	text-decoration: none;
	}

#block {
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	}

#content { 
	max-width: 800px;
	margin: auto;
	margin-left: 10px;
	padding: 20px 20px 20px 20px; 
	}
#content p{
	max-width: 600px;
	margin: 0px 0px 30px 0px;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
	}
	
#content p img{
	border: none;
	margin: 0px;
	margin-bottom: 3px;
	}
#content h1 {
	font-size: 22px;
	font-family: Helvetica Bold, Arial Bold, Verdana, Sans-Serif;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000;
	text-decoration: none;
	}

#content h2 {
	font-size: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	text-transform: uppercase;
	}
#content h2 a  {
	text-decoration: none;

	}

#content h2 a:hover {
	text-decoration: none;
	}

#content h3 {
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
#content h3 a  {
	text-decoration: none;
	}

#content h3 a:hover {
	text-decoration: underline;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style-type: square, inside;
	margin: 0px;
	margin-top: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 20px;
	padding: 3px 0px 0px 0px;
	}


