
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
	font-family: Helvetica, sans-serif;
	color: #e74310;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color: #302f2f;
		color: white;
	text-align: center;
}

a{
	color: #e74310;
}

#container {
	padding-top: 30px;
	height: 100%;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

#header{
	height: 60px;
	background: #000;
	text-align: center;
}

#content{
	overflow: hidden;
	color: #e74310;
	font-size: 12px;
	font-weight: normal;
	line-height: 22px;
	background: url("../images/footer-decal2.jpg") right bottom no-repeat #000;
}

.left{
	width: 50%;
	float: left;
}

.left ul, .right ul{
	margin: 40px;
}

.left li, .right li{
	padding-bottom: 5px;
	list-style: disc;
	margin: 0 20px;
}

.right{
	width: 50%;
	float: right;
	overflow: hidden;
}

.person {
	margin: 0 60px 40px;
}

.person h2 {
	font-size: 18px;
}

.person em{
	float: left;
	display: block;
	width: 50px;
}

#footer {
	
	overflow: hidden;
	color: #e74310;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#footer dl{
	padding: 20px 60px 20px 60px;
}

#footer dl dt {
float: left;
width: 6em;
font-weight: bold;
}

#footer dl dd {
margin-left: 7em;
}

p#author {
display: block;
text-align: right;
font-size: 11px;
padding: 14px 0 23px 0;
clear: both;
}

p#author a {
color: #605e5e !important;
text-decoration: none;
}