/* CSS Document */
#container {
	width: 739px;
		clear: both;
	}

#main {
	width: 300px;
	margin:10px;
			float: left;
}

#right {
	float: right;
	width: 239px;
	margin:10px;
}

#left {
	width: 200px;
	margin-right: 10px;
float: left;
}



#subnav ul {
	list-style: none;
	margin: 0;
	padding:0;
}

#subnav li {
	background: #FFF;
	border-bottom: 1px dotted #CCC;
	margin: 0;
	padding:4px 1em;
}	
#subnav a {
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#subnav a:hover {
	text-decoration: underline;
}

#subnav ul li.on {
	background: url(images/subnav_arrow.gif) no-repeat 5px center;
	font-weight: bold;
}