body {
	background: #244383;
}


/* ---- Standard Elements ---- */

a {
	color: #3069b0;
}

a:hover {
	color: #3069b0;
}

a:visited {
	color: #3069b0;
}

a:active {
	color: #3069b0;
}


/* ---- Background ---- */

#gradient {
	background: url(../images/blue/bg_gradient.gif) repeat-x;
}

.gradient_highlight {
	background: url(../images/blue/bg_highlight.gif) no-repeat;
}


#footer {
	color: #759fdf;
	text-align: center;
}
#container #content_container #content2 {
	width: 900px;
	padding: 30px;
	background-image: url(../images/content_topbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #555555;
	float: none;
	height: auto;
}
