html {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url('/_images/grad-bottom.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
#top {
	margin: 0px auto;
	height: 100px;
	width: 975px;
}
/* Navigation */
ul#nav {
	margin: 0px auto 0px auto;
	padding: 25px 10px 0px 0px;
	list-style-type: none;
	float: right;
}
ul#nav li {
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 20px;
}
ul#nav a {
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	width: 89px;
	height: 25px;
	padding-top: 12px;
	background-image: url('/_images/btnbg.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
ul#nav a:link, ul#nav a:visited {
	background-position: center left;
}
ul#nav a:link.active, ul#nav a:visited.active {
	background-position: bottom left;
}
ul#nav a:hover, ul#nav a:hover.active {
	background-position: top left;
}

#bar {
	height: 200px;
	width: 100%;
	background-image: url('/_images/bar.jpg');
	background-color: #040810;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
#bar img {
	padding: 100px 10px 0px 620px;
}
#content {
	width: 975px;
	margin: 0px auto;
}
#content #left {
	position: absolute;
	width: 590px;
	padding: 10px 0px 10px 0px;

	background-color: #0d0d0d;
	background-image: url('/_images/bg-left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#content #right {
	position: relative;
	left: 610px;
	width: 355px;
	min-height: 435px;
	padding: 10px 0px 10px 0px;

	background-color: #1a1a1a;
	background-image: url('/_images/bg-right.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
#content #wide {
	position: absolute;
	width: 965px;
	padding: 10px 0px 10px 0px;

	background-color: #0d0d0d;
	background-image: url('/_images/bg-wide.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
h1 {
	color: #fff;
	font-family: georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	margin: 0px 19px;
	padding: 10px 0px 0px 0px;
}
h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 33px;
	padding: 10px 0px 5px 0px;
	border-bottom: 1px dotted #607481;
}
p {
	margin: 10px 33px;
	padding: 0px;
	color: #c0d4e1;
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
a:link {
/*	color: #faf7e6;*/
	color: #eec364;
	text-decoration: underline;
}
a:visited {
	color: #c0d4e1;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#right img {
	margin: 15px 30px 5px 30px;
	border: 1px solid #1a1a1a;
}
#right img.photo {
	width: 295px;
	height: 150px;
	background-position: center center;
}
.prop {
	float: right;
	height: 500px;
	width: 1px;
}
.white {
	color: #fff;
}
.accent {
	font-style: italic;
	color: #fff;
	font-family: Georgia, Serif;
	font-size: 1.2em;
}
#sig {
	margin: 15px 0px 0px 60px;
}
