body {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#top{
	height: auto;
	width: 950px;
	text-align:left;
}
#nav{
	height: 49px;
	width: 950px;
	margin-bottom: 10px;
}
#nav_1{
	background-image: url(../images/top_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 9px;
}
#nav_2{
	background-image: url(../images/top_bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 41px;
	width: 933px;
	padding-top: 8px;
}
#nav_3{
	background-image: url(../images/top_right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 49px;
	width: 8px;
}
#ads{
	height: 143px;
	width: 950px;
	margin-bottom: 10px;
}
#ads1{
	background-image: url(../images/top2_left.gif);
	background-repeat: no-repeat;
	float: left;
	height: 143px;
	width: 8px;
}
#ads2{
	background-image: url(../images/top2_bg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 136px;
	width: 934px;
	padding-top: 7px;
}
#ads3{
	background-image: url(../images/top2_right.gif);
	background-repeat: no-repeat;
	float: left;
	height: 143px;
	width: 8px;
}
#text{
	height: auto;
	width: 940px;
	border: 4px solid #EAEAEA;
	text-align: left;
	padding: 1px;
	margin-bottom: 10px;
}
#left_title{
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 160px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 17px;
	padding-left: 11px;
	font-weight: bold;
}
#left{
	height: auto;
	width: 170px;
	text-align: left;
	margin-top: 5px;
}
#left ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left li{
	line-height: 25px;
	padding-left: 10px;
}
#word_big{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
#footer{
    height: auto;
	width: 940px;
	border: 4px solid #EAEAEA;
	text-align: left;
	padding: 1px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
	color: #333333;
}
a.white:active {
	text-decoration: none;
	color: #333333;
}
