#content { width:990px; margin:0 auto; }

#header { width:990px; height:239px; background:url(images/header.jpg) no-repeat; }
#header_left { width:418px; height:239px; float:left; }
#header_right { width:509px; height:230px; float:left; padding:8px 63px 0 0; }
#logo { width:364px; height:47px; padding:30px 42px 0 12px; } 
#header_menu { width:398px; height:62px; padding:70px 0 0 20px; }

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li {
	float: left;
	margin: 0;
	padding: 0 16px 0 0;
	font-size:12px; 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#header li a {
	font-weight:normal;
	font-size:12px; 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
}
#header li a:hover {
	text-decoration:underline;
}

/*********************MAIN TOP MENU********************/
#menu { width:990px; height:32px; margin:0 1px 5px 1px; padding:0; }
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	margin: 0 1px;
	padding: 0 19px;
	height: 30px;
	background:url(images/menu_bg.jpg) repeat-x;
	border:#5C5C5C solid 1px;
	
}
#menu li a {
	font-weight:normal;
	font-size:12px; 
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	line-height: 30px;
	display: block;
}
#menu li a:hover {
	color: #999;
}

#left { width:580px; float:left; margin:20px 40px 20px 3px}
#right { width:363px; float:left; background: #2e2e2e; padding-bottom:10px; }

.clr { clear:both; }

#reg_form { margin:0 0 0 30px; width:333px; }
#reg_form .label { width:150px; float:left; margin:0 0 12px 0;}
#reg_form .field { width:183px; float:left; margin:0 0 12px 0;}

#footer_top { width:990px; margin:0 auto; text-align:left; }

