/* css reset */
/*meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end css reset */

body{
	background-color: #161616;
	color: #ffffff;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
}

strong{
	font-weight: bold;
}

h1{
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 38px;
	letter-spacing: -1px;
	background-color: #398a39;
	padding: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

h1 a{
	color: #ffffff;
	font-weight: bold;
}

h1 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

h1 a:visited{
	color: #ffffff;
}

h2{
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	background-color: #398a39;
	font-weight: bold;
	border-bottom: 10px solid #111111;
	padding-bottom: 20px;
	margin-bottom: 10px;
	padding-left: 20px;
}

h3{
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana, Sans-serif;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content{
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 30px;
}

.text{
	padding: 10px;
	background-color: #2a2a2a;
	line-height: 26px;
}

ul{
	list-style: square;
	margin-left: 20px;
}

.rate{
	clear: both;
	height: 40px;
}

.rate-amount{
	font-size: 30px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

.rate-description{
	float: left;
	margin-top: -5px;
}

a{
	color: #33c133;
	text-decoration: none;
}

a:visited{
	color: #33c133;
	text-decoration: none;
}

a:hover{
	color: #2fef2f;
	text-decoration: underline;
}

.picture-caption{
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}