﻿@charset "UTF-8";

body {
	margin:auto 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #444444;
	color: #fff;
}
img {
	padding-top: 10px;
}

a {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
	padding: 15px;
	background: #008957;
	line-height: 30px;
}

h1 {
	color: #444444;
	font-size: 15px;
	font-weight:bold;
}

h2 {
	font-size: 12px;
	font-style: italic;
	color: #f15922;
}

h3 {
	font-weight:normal;
	font-size: 12px;
	margin-bottom: -1px;
}

h3 a {
	color:#222222;
}

div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 682px;
	text-align: center;
}