#content, .section {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#content {
	height:875px;
	overflow:hidden;
	width:800px;
	position: fixed;
	margin-top: 12px;
	margin-left: 230px;
}
#content a {
	color: #666; /*custom bullet list image*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: lighter;
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
}
.nav {
	width:200px;
	height:100%;
	line-height: normal;
	float: left;
	text-align:right;
	margin-top: 10px;
}
.section {
	position:relative;
	width:1900px;
	height: 1900px;
}
.section .sub {
	float:left;
	height:700px;
	position:relative;
	width:100%;
}
dt {
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0px 0 0px 0px; /*header text is indented 10px*/
	cursor: pointer;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	border: #000 thin sold;
	width: 200px;
	height: 25px;
}
dd ul li{
	padding: 0px 0 10px 0px; /*header text is indented 10px*/
	display: block;
}
dd ul li a{
	color: #666; /*custom bullet list image*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: lighter;
	font-size: 70%;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0 0px 10px; /*header text is indented 10px*/
}
.style{
	text-transform: uppercase;
	color:#000;
	cursor: pointer;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;/*header text is indented 10px*/
	padding-left: 10px;
	display: block;
	width: 700px;
	border-bottom: #666 1px solid;
}

dt a { 
	text-decoration:none;
	color: #000;
	display:block; 
	padding: 3px 6px;
}
dt a:hover {
}
#containter{
	width:800px;
	height:600px;
}
span{
	font-weight:700;
	color:#000;}
