body {
	background-position: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 21px;
	font-size: 14px;
	background: url("images/paper.png") repeat transparent;
	background-color: #ffffff;
	color: #323232;
	margin: 0;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding: 0;
/*	background: url("images/paper.png") repeat;*/
}

#top {
/*	background-color: rgba(50,50,50,0.5);*/
	text-align: right;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 20px 0px 6px 12px;
	margin-bottom: 12px;
/*	border-bottom: 6px #d65517 solid;*/
}

#header {
	padding: 0 12px;
	border-bottom: 6px solid #d65517;
	margin-bottom: 20px;
	text-align: center;
	background: url("images/amps.png") no-repeat top;
}

#header h1 {
	font-size: 48px;
	font-weight: normal;
	color: #d65517;
	padding-top: 48px;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

#header p {
	font-size: 18px;
/*	font-style: italic;*/
	line-height: 24px;
	padding-bottom: 0;
	margin-bottom: 18px;
}

.headerName {
	text-transform: uppercase;
	font-size: 13px;
}

/* Site Content */

#content {
	padding: 0 12px;
}

#nav {
	width: 140px;
	padding-right: 20px;
	float: left;
}

#left {
	width: 536px;
	float: left;
	padding-right: 40px;
	padding-bottom: 20px;
}

#left h1 {
	font-size: 20px;
	line-height: 22px;
	color: #d65517;
	font-weight: normal;
	border-top: 1px solid #b4b4b4;
	padding-top: 16px;
}

#left h2 {
/*	font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-weight: normal;
/*	font-style: italic;*/
	font-size: 16px;
	margin-bottom: 0;
/*	color: #d65517;*/
}


p {
	padding-bottom: 8px;
	margin-top: 0;
}

/*hr.embossed {
	width: 100%;
	height: 0;
	color: none;
	background: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #9a9a9a;
	border-left: none;
	border-right: none;
}*/

#right {
	width: 200px;
	float: right;
}

#right h1 {
	font-size: 20px;
	line-height: 22px;
	color: #d65517;
	font-weight: normal;
	margin-top: 0;
}

#right h2 {
/*	font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-weight: normal;
/*	font-style: italic;*/
	font-size: 16px;
	margin-bottom: 0;
/*	color: #d65517;*/
}

#right p {
	padding-bottom: 4px;
}

#bottom {
	background-color: rgba(50,50,50,0.6);
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 12px 12px 12px 12px;
	clear: both;
	color: #e8e8e8;
	border-top: 6px #d65517 solid;
 }

a {
	color: #619496;
	text-decoration: none;
}

a:hover {
	color: #3eb093;
}

ul {
	margin-left: 8px;
	padding-left: 8px;
}

ul li {
	list-style-type: square;
}

p + ul {
	margin-top: -12px;
}

p + p {
	margin-top: -7px;
}

h2 + ul {
	margin-top: 0;
}