@charset "utf-8";
/* CSS Document */

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666999;
	text-align:center;
}
fieldset{
	width:250px;
}

#main{
	width:860px;
	margin:0 auto;
}
#header{
	width:860px;
	margin:0 auto;
}
#container{
	width:860px;
	padding-top:10px;
	background:#fff url(images/back.gif) no-repeat left top;
	float: left;
}
#bottom_line {
	float: left;
	width: 860px;
	height: 100px;
	background:#fff url(images/footer.gif) no-repeat left bottom;
}
#left{
	width:140px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	text-align:center;
}
#right{
	width:680px;
	float:left;
	padding-top:5px;
	margin-left:5px;
	text-align:left;
}
#lright{
	width:400px;
	float:left;
}
#rright{
	width:260px;
	float:left;
	padding-left:10px;
}
#bot_text{
	float:left;
	width:850px;
	margin-left:5px;
	text-align:center;
	margin-top:20px;
}
a:link {
	color: #666999;
	text-decoration: none;
	}
a:visited {
	color: #666999;
	text-decoration: none;
}