body {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#top{
	height: 60px;
	width: 950px;
	text-align:left;
	padding: 10px 0px;
	background-color: #FFF0D4;
}
#menu{
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	width: 950px;
	margin-bottom: 10px;
}
#menu_text{
	float: left;
	height: 30px;
	width: 100px;
	padding-top: 12px;
	font-size: 16px;
	font-weight: bold;
}
#menu_dot{
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	width: 3px;
}
#text{
	height: auto;
	width: 950px;
	margin-bottom: 10px;
	text-align: left;
}
#left_title{
	background-image: url(../images/v_dot_line.gif);
	background-repeat: repeat;
	height: auto;
	width: 189px;
	font-size: 16px;
	padding: 8px 5px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #FF0000;
}
#left{
	height: auto;
	width: 199px;
	text-align: left;
	margin-top: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px 0px;
}
#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: 950px;
}
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;
}