@import url("style.css");

h2 {
	width:600px;
	height:26px;
	padding-top:10px;
	text-indent:40px;
	background-image:url(../images/h2_background2.jpg);
	background-repeat:no-repeat;
	font-size:small;
}

#main {
	width:718px;
	min-height:auto;
	border-right:1px solid #330000;
	border-left:1px solid #330000;
	overflow:visible;
	font-size:small;
	background-color:white;
}

#left {
	float:left;
	width:208px;
	text-align:center;
}




#right {
	float:right;
	width:510px;
	color:#666666;
}

#left ul {
	text-align:left;
	margin:0px 0px 2px 0px;
	padding:0px;
	list-style-type:none;
}

#left li {
	width:190px;
	height:23px;
	padding:7px 0px 0px 10px;
	background-color:#330000;
	
}

#left li a:link,#left  li a:visited {
	color:white;
	text-decoration:none;
	font-size:small;
}

#left li a:active,#left  li a:hover {
	color:#FFCC00;
}

h3 {
	height:18px;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-image:url(../images/subpage/h3_category.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	font-size:small;
	font-weight:bold;
}

h3 a:link, h3 a:visited {
	text-decoration:none;
}

h4 {
	margin-bottom:10px;
	font-size:small;
}
