@CHARSET "UTF-8";
body{
	margin:0px;
	padding:0px;
	background:url(./images/background.png) repeat-x;
}
img{
	border:none;
}
a{
	color:#600;
	margin-left:3px;
	margin-right:3px;
	text-decoration:underline;
	cursor:pointer;
}
table,tr,td,th{
	border-spacing:0px;
	padding:3px;
}
h2 a{
	text-decoration:none;
	colro:#009;
}
ul{
	margin-top:0px;
}
ul li{
	padding-bottom:8px;
}
#_body{
	width:999px;
	margin:0px auto;
	padding-bottom:3px;
}
#_header{
	width:999px;
	height:153px;
	background:url(./images/header_bk.png);
}
#_logo{
	float:left;
	padding-top:13px;
	padding-left:30px;
}
#_topSearchBox{
	float:right;
	margin-right:80px;
	margin-top:10px;
}
#menu{
	width:277px;
	float:left;
}
#main{
	width:722px;
	padding-top:20px;
	min-height:400px;
	float:left;
}
/*
#login_area{
	background:url(./images/login_area.gif) no-repeat;
	width:252px;
	height:121px;
	padding-left:40px;
	padding-top:10px;
	color:#FFF;
}
*/
#navigation{
	padding-top:56px;
	padding-right:160px;
	height:50px;
	float:right;
	text-shadow: #99C 3px 3px 5px;
}
#_footer{
	text-align:center;
	font-size:0.8em;
	background:#333;
	padding:5px;
	margin-top:20px;
	margin-bottom:5px;
}
#_footer a,#_menu a{
	color:#FFF;
	text-decoration:none;
}