/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
.wrapper {
	margin: auto;
	width: 700px;
}
.clear{
	clear:both;
}
.header {
	font-family: arial;
	font-size: 15px;
	color: #CCC;
	font-weight: bold;
	margin: auto;
}
.nav_bar {
	padding-top: 15px;
	width: 690px;
	margin: auto;
	height: 28px;
	padding-bottom: 10px;
}
.nav_bar ul {
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.nav_bar ul li {
	display: block;
	float: left;
	width: 113px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nav_bar ul li a {
	text-align: center;
	color: #999;
	text-decoration: none;
	width: 113px;
}
.nav_bar ul li a.active, .nav_bar ul li a:hover{
	color: #FFF;
}
.site_title {
	font-size: 34px;
	font-weight: lighter;
	color: #ABABAB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-bottom: 30px;
	padding-top: 20px;
}
.dark_title {
	color: #525252;
	font-size: 24px;
}
.site_title p {
	text-align: center;
}
.content {
	background-color: #3F3F3F;
	padding-right: 15px;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-top: 45px;
}
.row {
	height: 178px;
	padding-top: 15px;
	width: 579px;
	margin: auto;
	padding-left: 15px;
}
.col {
	height: 178px;
	width: 178px;
	float: left;
	background-color: #666;
	margin-right: 15px;
}
.inner {
	padding-top: 15px;
	width: 579px;
	margin: auto;
	padding-left: 15px;
	color: #7F7F7F;
	font-family: arial;
	font-size: 16px;
	font-weight: lighter;
}
.inner h4 {
	font-size: 22px;
	font-weight: bold;
}

.footer {
	padding-top: 20px;
}

.footer a {
	color: #999;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}
.inner p a {
	color: #7F7F7F;
	text-decoration: none;
}
.text {
	font-family: arial;
	font-size: 12px;
	color: #999;
}
#submit {
	background-image: url(images/new1paypal.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 136px;
	border: 0px solid #FFF;
}
.textbox {
	width: 200px;
	background-color: #999;
	border: 2px solid #CCC;
}
.inner td{ vertical-align:top;}
strong{font-weight:bold;}

