a:link, a:visited{ text-decoration: underline; color: #c00; }
a:active, a:hover{ text-decoration: none; color: #c00; }
a.white:link, a.white:visited{ text-decoration: underline; color: #fff; }
a.white:active, a.white:hover{ text-decoration: none; color: #fff; }


body{
	margin: 0px;
	background: #222;
}

img{
	border: 0px;
}

div, td{
	font: 12px Arial, Verdana, Tahoma, Helvetica;
}

a{
	outline: none;
}

#content{
	width: 800px;
	margin: 0px auto;
	background: #ededed;
}

#content_top{
	width: 100%;
	height: 20px;
	background: #222;
}

#header{
	width: 100%;
	height: 300px;
	background: #222;
}

#header_left{
	float: left;
	width: 400px;
	height: 300px;
}

#header_right{
	float: right;
	width: 400px;
	height: 300px;
}

#menu{
	width: 100%;
	height: 49px;
	background: url('images/menu_bg.gif') repeat-x;
	border-top: 1px solid #adadad;
}

#menu_left{
	float: left;
	width: 600px;
	height: 100%;
}

#menu_right{
	float: right;
	width: 153px;
	padding-top: 14px;
	padding-left: 47px;
}

#main_left{
	width: 550px;
	height: 240px;
	padding: 30px 25px;
	background: #ededed;
	vertical-align: top;
	text-align: justify;
}

#main_right{
	width: 150px;
	padding: 30px 25px;
	background: #dddddd;
	vertical-align: top;
}

#footer{
	clear: both;
	width: 100%;
	height: 12px;
	padding: 10px 0px;
	background: #737373;
	color: #fff;
	border-bottom: 1px solid #ababab;
	font-size: 11px;
	text-align: center;
}
