#container {
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0px;
}

#content .header {
	background-image: url("/images/content_header_bg.png");
	background-repeat: no-repeat;
	height: 95px;
}

#content .header .heading {
	margin-left: 42px;
	margin-top: 42px;
}

#content .body {
	background-image: url("/images/content_body_bg.png");
	background-repeat: repeat-y;
	padding-top: 15px;
	/* 
	 * make this container expand to contain its floating children.
	 *
	 * http://www.quirksmode.org/css/clearing.html
	*/
	overflow: auto;
	width: 100%;
}

#content .body .inside {
	margin-left: 14px;
	padding-left: 30px;
	width: 900px;
}

.inside a {
	color: #03708d;
	font-weight: bold;
	text-decoration: none;
}

.inside a:hover {
	text-decoration: underline;
}

.inside a:visited {
	color: #03708d;
}

#content .footer {
	background-image: url("/images/content_footer_bg.png");
	background-repeat: no-repeat;
	height: 38px;
}
