/*
* This css files applies to absolute module of the absolute website
*/
#body_content {
	min-height: 630px !important;
}

#title-container
{
	float: left;
	margin-left: 36px;
	width: 183px;
}

.image_nav {
	display: inline-block;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #333333;
}

.separator {
	background-color: rgb(204, 204, 204); 
	height: 1px; 
	margin: 0px; 
	padding: 0px;
}

.last_updated {
	font-size: 11px;
	color: #666666;
}
