html {
	background-color: #000;
	padding: 2em 0 2em 0;
}

body {
	text-align: center;
	background-color: #3e634b;
	width: 949px;
	position: relative;
	margin: 0 auto;
	min-width: 760px;
}
#wrapper {
	width: 550px;
	text-align: left;
	left: 50%;
	margin-left: -100px;
	position: relative;
}
h1#banner {
	background-image: url(img/banner.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 950px;
	margin-top: auto;
	margin-left: -1px;
	text-indent: -9999px;
}
h1#tag {
	color: #1c2b36;
	text-align: center;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin-left: 2.5em;
	width: 13em;
	float: left;
	padding-top: 1em;
	padding-bottom: 3em;
	background-color: #344c37;
}
#nav li {
	display: block;
	margin: 0;
	padding-right: 1em;
	text-align: left;
}
#nav a {
	text-decoration: none;
	color: #fff;
}
#nav a:hover {
	color: #ea70e9;
}
#nav #home a {
	color: #b3bd49;
}

#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	color: #CCCCCC;
	width: 550px;
	float: right;
	margin-top: -37em;
}
#content img {
	float: right;
	border: 1px solid #FFFFFF;
	margin: 2em;
}
#content a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}
#content a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}
#content img.floatright {
	float: right;
	margin: auto;
	width: 200px;
	height: 297px;
	padding: 1em;
}
h2 {
	color: #1c2b36;
	margin-top: 1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
}
h3 {
	color: #1c2b36;
	margin-left: 0;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-style: italic;
}
#footer {
	clear: both;
	width: 100%;
	color: #fff;
	background-color: #3e634b;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
}
#content h2, #content p {
	padding-right: 20px;
}
#gigbuilder {
	padding: .5em;
}
#mission {
	position: absolute;
	margin-left: 2em;
	left: -21.3em;
	top: 38em;
	width: 18.5em;
}
#flash {
	background-color: #344c37;
	position: absolute;
	top: 4.5em;
	right: 1em;
}