body {
	margin: 0 0 0 0;
	background-image: url(images/lm_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

body, p, td, th, input, textarea, select, li, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#TopBar {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:780px; 
	height:170px; 
	z-index:1;
	background-color: #AE2827;
}
#TopBarImage {
	position:absolute; 
	left:0px; 
	top:30px; 
	width:130px; 
	height:170px; 
	z-index:2;
}
#TopBarTitle {
	position:absolute;
	left:130px;
	top:170px;
	width:650px;
	height:30px;
	z-index:3;
	font-size:14px;
	font-weight: bold;
}
#TopBarTitle .Text {
	padding: 5px;
}

#TopMenu {
	background-color: #444488;
	position:absolute;
	left:0px;
	top:200px;
	width:780px;
	height:30px;
	z-index:4;
}
#TopMenu .Items {
	padding-top: 5px;
	padding-left: 130px;
}
#TopMenu .Item {
	padding-left: 5px;
	padding-right: 5px;
}

#TopMenu A {
	color: #FFFFFF;
	text-decoration: none;
}

#TopMenu A:HOVER {
	color: #FFFF00;
	text-decoration: none;
}

#TopBarLogo {
	position:absolute;
	left:140px;
	top:10px;
	width:315px;
	height:120px;
	z-index:5;
}

#TopBarAd {
	position:absolute;
	left:650px;
	top:10px;
	width:120px;
	height:127px;
	z-index:6;
}

#LeftMenu {
	background-color: #555599;
	position:absolute;
	left:0px;
	top:230px;
	width:130px;
	height:500px;
	z-index:7;	
	padding-top: 20px;
}

#LeftMenu .Button {
	text-align: center;
	padding: 10px;
}

#LeftMenu .Item {
	color: #FFFFFF;
	padding: 5px;
	padding-left: 20px;
	background-image: url(images/button_arrow.jpg);
	background-repeat: no-repeat;
}

#LeftMenu .Item A {
	color: #FFFFFF;
	text-decoration: none;
}

#LeftMenu .Item A:HOVER {
	color: #FFFF00;
	text-decoration: none;
}
#Main {
	position:absolute;
	left:130px;
	top:230px;
	width:490px;
	height:500px;
	z-index:8;	
	padding: 10px;	
}
#RightCol {
	position:absolute;
	left:640px;
	top:250px;
	width:140px;
	height:450px;
	z-index:9;	
}
#RightCol .Item {
	padding-bottom: 10px;
}
