div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 1em;
	margin-bottom: 3em;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #161616;
	color: #161616;
	font-weight: normal;
}
div#header {
	height: 150px;
	background-image: url(images/rocket-logo.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: text-bottom;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-position: right;
	margin-right: 1em;
}
div#contactInfo {
	width: 35%;
	float: left;
	margin-top: 1em;
	margin-left: 1em;
}
div#contactInfo h3 {
	font-size: 120%;
	font-weight: bold;
}
div#contactInfo a:link, div#contactInfo a:visited {
	color: #273C6B;
	font-size: 90%;
}
div#contactInfo a:hover {
	text-decoration: none;
}

div#content_sub {
	float: left;
	width: 260px;
	background-color: #BFBFBF;
	display: inline;
	color: #161616;
	clear: both;
	margin-top: 3em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
div#content_sub img {
	border: 1px solid #161E43;
}
div#content_sub a:link, div#content_sub a:visited {
	color: #900;
	text-decoration: none;
}
div#content_sub a:hover {
	text-decoration: underline;
}
div#services {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #900;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 130%;
	line-height: 110%;
	color: #FFF;
}


div#content_sub p {
	padding-right: 0.25em;
	padding-left: 0.25em;
	color: #FFFFFF;
}
div#content_sub h3 {
	padding-right: 1em;
	padding-left: 1em;
	color: #161616;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	line-height: 120%;
}
div#content_main {
	float: right;
	width: 440px;
	padding: 1em;
	margin: 1em;
}
div#content_main h3 {
	font-size: 130%;
	line-height: 130%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div#content_main h4 {
	font-size: 120%;
	line-height: 120%;
	text-align: center;
	color: #900;
}


div#content_main a:link, div#content_main a:visited {
	color: #161E43;
	text-decoration: none;
	font-weight: bold;
}
div#content_main a:hover {
	text-decoration: underline;
}


div#content_main img {
	border: 1px solid #161E43;
}
div#clear {
	clear: both;
}


div#site_info {
	font-size: 80%;
	text-align: center;
	width: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #273C6B;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
}
div#site_info a:link, div#site_info a:visited {
	color: #161E43;
	text-decoration: none;
}
div#site_info a:hover {
	text-decoration: underline;
}
