body {
	margin-left:				0px;
	margin-right:				0px;
	margin-top:					25px;
	margin-bottom:				0px;	
	background-color:			#001959;
	background-image:			url('../images/background.jpg');
	background-repeat:			repeat-x;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					12px;
	color:						#77b7e5;
}
#wrapper {
	width:						909px;
	margin:						0 auto;
}
#header_wrapper {
	width:						909px;
	height:						165px;
}
#menu_wrapper {
	width:						909px;
	height:						31px;
	border-top:					1px #000129 solid;
	border-bottom:				1px #000129 solid;
}
#content_wrapper {
	width:						809px;
	background-color:			#1c233d;
	background-image:			url('../images/content_background.jpg');
	background-repeat:			no-repeat;
	padding-right:				100px;
	min-height:					458px;
	height:						auto !important;
	height:						458px;
}
#footer_wrapper {
	width:						909px;
	height:						21px;
	border-top:					1px #000129 solid;
	font-style:					italic;
	font-size:					13px;
	font-weight:				bold;
	text-align:					center;
	padding-top:				5px;
	color:						#000000;
	background-image:			url('../images/footer_background.png');
}
a.FooterText:link {
	color:						#000000;
	text-decoration:			none;
}
a.FooterText:active {
	color:						#000000;
	text-decoration:			none;
}
a.FooterText:visited {
	color:						#000000;
	text-decoration:			none;
}
a.FooterText:hover {
	color:						#000000;
	text-decoration:			underline;
}
#link2design {
	width:						909px;
	margin-top:					20px;
	text-align:					center;
	color:						#ffffff;
	font-size:					10px;
}
#content {
	padding-left:				5px;
	padding-top:				5px;
	width:						630px;
}
a:link {
	color:						#d7eeff;
	text-decoration:			underline;
}
a:visited {
	color:						#d7eeff;
	text-decoration:			underline;
}
a:active {
	color:						#d7eeff;
	text-decoration:			underline;
}
a:hover {
	color:						#d7eeff;
	text-decoration:			none;
}
a.Link2Design {
	color:						#ffffff;
	text-decoration:			none;
}

/* DROPDOWN MENU */
.submenu {
	color: 						#ffffff;
	visibility:					hidden;
	position:					absolute; 
	left:						100;
	top:						170; 
	cursor:						pointer;
}
.submenu_txt {
	color: 						#ffffff;
	cursor:						pointer;
	background-color:			#4c7eb0;
	text-align:					center;
	height:						20px;	
}
.submenu_txt_over {
	color: 						#ffffff;
	background-color:			#012351;
	font-style:					italic;
	cursor:						pointer;
	text-align:					center;
	height:						20px;	
}
.menu {
	position:					relative;
	cursor:						pointer;
}