body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background: #000 url(../img/gen/mainBg.jpg) repeat-x;
}

a {
	color: #2b479e;
	text-decoration: none;
}

a:hover {
	color: #2b479e;
	text-decoration: underline;
}

img {
	border: none;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
	color: #25117d;
}

h2 {
	margin: 25px 0 5px 0;
	color: #25117d;
	font-size: 1.4em;
}

h3 {
	padding-bottom: 0;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #787cba;
}

.clearfix {
	clear: both;
}

#container {
	padding: 0;
	margin: 0 auto;
	width: 800px;
	min-height: 450px;
	background: #fff;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #242424;
	text-align: left;
}

#nav {
	padding: 0;
	margin: 0;
	width: 800px;
	height: 104px;
	background: #000 url(../img/nav/mainBg.png) repeat-x;
	border-bottom: 6px solid #9ea1d1;
}

#navLogo {
	float: left;
	padding: 11px 0 0 15px;
	width: 198px;
	height: 93px;
	background: url(../img/nav/purpleOffBg.png) repeat-x;
}

#nav ul {
	float: left;
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	display: inline-block;
	padding: 75px 0 0 0;
	margin: 0 0 0 1px;
	height: 29px;
	text-align: center;
	background: url(../img/nav/purpleOffBg.png) repeat-x;
}

a.nav:link, a.nav:visited {
	color: #aeaeae;
	text-decoration: none;
}

a.nav:active, a.nav:hover {
	color: #fff;
	text-decoration: none;
}

li#navOn {
	display: inline-block;
	padding: 75px 0 0 0;
	margin: 0 0 0 1px;
	height: 29px;
	text-align: center;
	background: url(../img/nav/blueOnBg.png) repeat-x;
}

a.navOn:link, a.navOn:visited, a.navOn:active, a.navOn:hover {
	color: #fff;
	text-decoration: none;
}

#navButt {
	float: right;
	width: 14px;
	height: 104px;
	background: url(../img/nav/purpleOffBg.png) repeat-x;
}

#contentHome {
	padding: 0;
	margin: 0;
	width: 800px;
}

#content {
	padding: 0 25px 25px 25px;
	margin: 0;
	width: 750px;
	font-size: 0.8em;
}

ul.resume  {
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
}

li.resume  {
	margin-bottom: 10px;
}

.quote {
	width: 500px;
	padding: 0 25px 25px 15px;
	font-style: italic;
}

.quoteSignature {
	padding-top: 5px;
	width: 100%;
	text-align: right;
}

.reelDiv{
	padding: 0;
	margin-left: 225px;
	width: 320px;
}

a.download:link, a.download:visited {
	float: right;
	display: block;
	padding-top: 8px;
	height: 22px;
	width: 170px;
	text-align: center;
	background: #787cba;
	color: #fff;
}

a.download:active, a.download:hover {
	background: #9ea1d1;
	color: #2b479e;
}

#footer {
	padding: 10px;
	margin: auto;
	width: 800px;
	text-align: center;
	color: #9ea1d1;
	font-size: 1.0em;
}

#footer a {
	color: #9ea1d1;
	font-size: 1.0em;
}

