@charset "utf-8";
/* CSS Document */
#category {
    clear: both;
	float: left;
	position: relative;
	left: 15px;
	width: auto;
	height: 28px;
	z-index: 2;
}

#page {
	float: left;
	position: relative;
	left: 15px;
	margin-top: -15px;
	clear: both;
	height: 27px;
	z-index: 1;
}

#sidemenu {
	float: left;
	position: relative;
	background: url(../images/menu_back.gif) repeat-y top left;
	left: 15px;
	margin-top: 5px;
	padding: 5px 5px 0px 5px;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
	line-height: 23px;
	width: 124px;
	clear: both;
}

#sidemenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #303093;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #6666FF;
}

#content
{
	float: none;
	margin-left: 180px;
	margin-top: 50px;
	position: relative;
	width: 600px;
	z-index: 2;
}

#copyright {
	margin-top: 10px;
}