@import url("style_elements.css");
@import url("style_menu.css");
body {
	/*background-color: #000000;*/
		background-color: #FFFFFF;
	background-image:  url("/assets/layout/bg_page.gif");
	background-repeat:repeat-y;
	background-position: 40%;
	width:920px;
	position:relative;

}

.Menu {
	position:absolute;
	top:150px;
	left:0px;
	width:170px;
/*background-color:#FF6600;*/
	}
.RightMenu {
	position:absolute;
	top:150px;
	left:750px;
	width:170px;
}
.FontFunction {
	text-align:right;
	margin-right: 187px;
	font-weight:bold;
	color:#005fb4;
	}
.MainPage {
	margin: auto;
	width: 550px;
	background-color:#006699;
	background-image:  url("/assets/layout/bg_content.jpg");
}
.Header {
	text-align:left;
	width: 947px;
	/*padding:13px;*/
	padding-bottom:0px;
	/*background-color: #FFFFFF;*/
}

.Content {
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 13px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	background-image: url(../assets/layout/bg_content.gif);
	background-repeat:repeat-y;

	/*height:400px;*/	
}
.Footer {
	text-align:left;
	color:#ffffff;
	font-size: 11px;
	line-height:18px;
	height:50px;
/*	background-color:#ffffff;*/
	padding:13px;
}
.LoginPanel {
position:absolute;
background-repeat:no-repeat;
left:750px;
top:0px;
padding-top:30px;
width:166px;
height:118px;
padding-left:20px;
z-index:0;
}
