
*{
	margin:0;
	padding:0;
	border:0;
}
body{
	background: #999;
	font:12px verdana;
	color:#999;
	}
	

#menu
{
	width:100%;
	height:59px;
	background:url(images/menu_bg.jpg) repeat-x;
}
#menu ul
{
	list-style:none;
	margin:0 auto;
	/*width:600px; */
	width:820px;
}
#menu li
{
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
}
#menu li a
{
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;	
}
#menu li a:hover
{
	color:#fff;
	background:url(images/menu_h.jpg) no-repeat bottom;
}

#menu li a.current
{
	display:block;
	float:left;
	background:url(images/menu_h.jpg) no-repeat bottom;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;	
}
#menu li a:hover.current
{
    color:#fff;
}

.clear
{
	clear:both;
}
#wrapper
{
	border: 3px solid red;
	border-right-color:#FFF ;
	border-left-color:#FFF;
	width:857px;
	margin:0 auto;
}
#header
{
	width:857px;
	height:170px;
}
#container
{
	background: #FFF;
	width:857px;
	font:12px verdana;
	color:#333;
}
.left
{
	background:url(images/content_bg.gif);
	width:847px;
	float:left;
	padding:0 0 5px 0px;
	background:#FFF;

}
.left h2
{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#F00;
	margin:20px 0 5px 20px;

}
.left p
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#717171;
	line-height:22px;
	margin:10px 0 5px 20px;

}
.divider
{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}
.right
{
	width:215px;
	float:right;
}
.right h2
{
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#bad709;
	margin:10px 0 10px 10px;
}
.right p
{
	margin:5px 0 5px 14px;
}
#footer
{
	width:857px;
	height:93px;
	font-size:11px;
	font-family:Verdana;
	color:#717171;
	background:url(images/footer_bg.gif);
}



.divider
{
	background:url(img/divider.gif) no-repeat center center;
	width:5px;
	height:252px;
	float:left;
}

