@charset "utf-8";
/* CSS Document */

#sidemenu	{
	float: left;
	width: 150px;
	padding-right: 15px;
	padding-top: 10px;
}

#sidemenu .link	{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
}

#sidemenu .link_on	{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image:url(images/bg_sidemenu.jpg);
	background-repeat:no-repeat;
	background-position: -4px 5px;
}

#content	{
	float: left;
	width: 597px;
	color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-bottom: 20px;
	margin-top: 15px;
}

#content .title	{
	width: 520px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 14px;
	color: #005E95;
	font-weight: bold;
}

#content .fancy	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #999999;
	font-weight: normal;
	font-size: 18px;
}

#content .words	{
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	line-height: 16px;
}

#content ul	{
	margin: 0px;
	padding-left: 30px;
}
