/* General Attributes *********************************************************************/

body {
	background-color: #DFDFDF;
	font: 8.5pt/13pt Verdana, serif;
	color: #5a585a;
	text-decoration: none;
}

body a:link, body a:visited, body a:active {
	color: #0000CC;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
	color: #990000;
}

#title {
	font-weight: bold;
	position: absolute;
	left: 229px;
	top: 238px;
	width: 308px;
}

/* Main Content Attributes *********************************************************************/
#main_content {
	position: absolute;
	left: 229px;
	top: 265px;
	width: 610px;
	height: 1120px;
}

/* Main Content Attributes *********************************************************************/
#main_content_about {
	position: absolute;
	left: 229px;
	top: 265px;
	width: 610px;
	height: 652px;
}

/* Navigation Attributes *********************************************************************/	
#navigation {
	position: absolute;
	left: 371px;
	top: 180px;
	width: 484px;
	text-align: right;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	font: 9pt;
	color: #990000;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
	color: #0000CC;
}	
	
