BODY {
	background-color: #325f7c !important;
	background-image: url(../images/bg2.jpg) !important;
	background-repeat: no-repeat;
	height: 100%;
	font-family: Georgia, 'Times New Roman', Serif;
	padding: 0;
	margin: 0;
}



#menu_ {
	position: absolute;
	border: 0px solid #ff0000;
	top: 104px;
	left: 236px;
	z-index: 100000;
}


.overflow_container {
	position: relative;
	width: 590px;
	height: 220px;
	overflow: auto;
	padding-right: 30px;
}

#content {
	position: absolute;
	border: 0px solid #ff0000;
	overflow: hidden;
	top: 160px;
	left: 50px;
	width: 623px;
	height: 300px;
}

#content H1 {
	font-size: 24px;
	color: #e5e1ea;
	margin: 30px 30px 20px 0;
	text-align: left !important;
}

#content H2 {
	font-size: 14px;
	color: #90f4e3;
	margin: 20px 30px 10px 0;
	text-align: left !important;
}

#content H3 {
	font-size: 12px;
	color: #36a290;
	margin: 20px 30px 10px 0;
	text-align: left !important;
}

#content p {
	font-family: Arial;
	color: #a1b8c7;
	font-size: 12px;
	text-align: justify;
	padding: 0 0px 0 0;
}

#content a {
	color: #90f4e3;
	border-bottom: 1px dotted #36a290;
	text-decoration: none;
	font-weight: bold;
}

#content ul { list-style-type: none; }

#content ul li {
	font-family: Arial;
	color: #a1b8c7;
	font-size: 12px;
	padding: 0 0 0 20px;
	background-image: url(../images/vig.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

/*

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

#menu ul li { display: inline; }

#menu ul li a {
	text-decoration: none;
	padding: 3px 4px 3px 4px;
	color: #36a290;
	background-color: #325F7C;
	font-size: 10px;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #250452;
}

*/

