body{
	text-align: center;
	font-family: 'Average Sans', arial, helvetica, sans-serif;
	font-size: 18px;
	background: #121212 url('../images/bg2.jpg') fixed no-repeat center top;
	
}

h1 {
	font-family: 'Anton', arial, helvetica, sans-serif;
	font-size: 2.2em;
	color: #000;
}

h2 {
	font-family: 'Anton', arial, helvetica, sans-serif;
	font-size: 1.8em;
	color: #c90000;
	text-shadow:#aaa -1px 1px 1px ;
}

div#wrap{
	width: 1004px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	
	width: 995px;;
}

.main {
	margin-top: 35px;	
	background: #393939;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	display: block;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.left {
	float: left;
	width: 190px;
	text-align: left;
	background: #393939;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
}

.left_links {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	font-size: 14px;
	line-height: 22px;
	display: block;
}

.left_links a {
	text-decoration: none;	
	color: #fff;
	text-shadow:#000 1px 1px 1px;
}

.left_links a:hover {
	color: #fecb00;
}

.link_header {
	color: #ccc;
	font-weight: bold;
	text-shadow:#000 1px 1px 1px;
}

.main_content {
	float: right;
	width: 670px;
	background: #fff;
	border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 80px; 
	padding-left: 50px;
	font-size: 18px;
	text-align: left;	
}

.main_content img {
	margin-right: 25px;
	margin-bottom: 20px;
}

.quote {
	color: #c90000;
	font-style: italic;
}

.quote2 {
	color: #c90000;
	font-style: italic;
	font-weight: bold;
}

.question {
	color: #c90000;
	font-style: italic;
	font-weight: bold;
}

.main_content a {
	color: #c90000;
	text-decoration: none;
	font-weight: bold;
}

.main_content a:hover {
	color: #600;
	text-decoration: underline;
}

.caption { 
	font-size: 12px; 
	color: #666;
}

.footer_wrap {
	width: 100%;
	background: #000;
	border-bottom: 40px solid #111;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
	width: 1000px;
	font-size: 14px;
	color: #aaa;
	padding-top: 50px;
	padding-bottom: 40px;
}

.footer a {
	text-decoration: none;
	color: #f5cd00;
	font-weight: bold;
}

.footer a:hover {
	text-decoration: underline;
}

.bolder {
	font-size: 1.4em;
	font-weight: bold;
}

.bottom_links {
	float: left;
	display: block;
	width: 250px;
	
}

.bottom_links ul {
	list-style-type: none;
	line-height: 1.5em;
	margin-left: -30px;
}

.clear { clear: both; } 

.punch {
	color: #c90000;
	font-weight: bold;
}