body {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #292f47;
}
/* HEADER */
#header {
	margin: auto;
	width: 762px;
}
/* -------------------------------------------- */
/* CONTENT */
#content {
	margin: auto;
	width: 760px;
	background: #ffffff;
}
#content #mainmenu {
	float: left;
	width: 211px;
}
#content #mainmenu img {
	display: inline;
	float: right;
	margin: 1px 0 0 2px;
}
#content #page {
	float: left;
	width: 327px;
	padding: 20px 15px;
	margin: 3px 0 0 3px;
	line-height: 15px;
}
#content #page a {
	font-weight: bold;
	color: #666666;
}
#content #page p {
	text-align: justify;
	
}

#content #page img {
	display: inline;
}
#content #rightBox {
	float: right;
	width: 186px;
	margin: 2px 2px 0 0;
	height: 300px;
}



#content #page2 {
	float: left;
	width:  513px;
	padding: 10px 15px;
	margin: 3px 0 0 3px;
	line-height: 15px;
}
#content #page2 a {
	font-weight: bold;
	color: #666666;
}
#content #page2 p {
	text-align: justify;
	
}

#content #page2 img {
	display: inline;
}









/* -------------------------------------------- */
/* BOTTOM */
#bottom {
	margin: auto;
	width: 760px;
	color: #cccccc;
	font-size: 11px;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ffffff;
}
/* -------------------------------------------- */
/* DEFAULT */
.clear
{
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}
img {
	border-width: 0px;
	display: block;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	margin: 0 0 0 15px;
	padding: 20px 0;
}
ul ul {
	margin: 0 0 0 15px;
	padding: 0;
}
/* -------------------------------------------- */