html {
	width: 100%;
	overflow: auto;
}
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #1D2837;
	line-height: 1.5;
	overflow: auto;
}
div#container {
	width: 750px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}
div#topContent {
	overflow: auto;

}
div#header {
	height: 50px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: black;
	margin-bottom: 20px;
	background-image: url(../images/corners_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div#nav {
	height: 25px;
	text-align: right;
	color: white;
	padding-right: 40px;

}
div#googleStuff, div#google-stuff {
	width: 750px;
	overflow: hidden;
	margin: 25px 0;
}
div#content {
	background-color: black;
	overflow: auto;
	padding: 40px;
	background-image: url(../images/corners_top.gif);
	background-repeat: no-repeat;
}
div#footer {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 50px;
	background-color: black;
	clear: both;
	overflow: auto;
}
div#optionOne {
	width: 250px;
	float: left;
}
div#optionTwo {
	width: 350px;
	float: right;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	color: white;
	background-color: black;
}
a:link, a:visited, a:active {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.navlink:link, a.navlink:visited, a.navlink:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.navlink:hover {
	text-decoration: underline;
}