#container {
	background-color: #FFFFFF;
	height: auto;
	width: 1024px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: auto;
	width: 100%;
	clear: both;
}
#main {
	width: 100%;
	height: 550px;
	clear: both;
}
#menu {
	float: left;
	width: 170px;
	height: auto;
	padding: 10px;
}
#menu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	line-height: 25px;
	display: block;
	letter-spacing: -1px;
	text-align: right;
}
#content {
	height: 480px;
	width: 820px;
	float: right;
}
#content li {
	list-style-type: circle;
	list-style-position: outside;
}
#content ul {
	padding-left: 10px;
}

#content_main{
	height: 480px;
	width: 100%;
	background-image: url(../images/content_left.gif);
	background-repeat: repeat-y;
	clear: both;
}
#content_main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#content_main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 50px;
}
#copyright {
	color: #666666;
	width: 100%;
	background-color: #CCCCCC;
	text-align: right;
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
	margin-top: 10px;
	font-size: 10px;
}
#gallery li a:active, #gallery li a:link, #gallery li a:visited{
	list-style-type: none;
	line-height: 30px;
	width: 600px;
	margin-bottom: 5px;
	display: block;
	background-image: url(../images/gallery_link.jpg);
	background-repeat: repeat-y;
	color: #666666;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-position: 20px;
}
#gallery li a:hover{
	list-style-type: none;
	line-height: 30px;
	width: 600px;
	margin-bottom: 5px;
	display: block;
	color: #009966;
}
#gallery a{
	list-style-type: none;

}
#gallery ul {
	margin: 0px;
	padding: 0px;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: none;
	color: #999999;
}
li {
	list-style-type: none;
}
.menutitle{
	cursor:pointer;
	margin-bottom: 10px;
	color:#000000;
	width:140px;/* */
	background-image: url(../images/li.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}

.submenu a{
	background-color: #FFFFFF;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
