body{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height:17px;
	color:#333333;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../jimpansen_pic/jimpansen_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:center 0px;
}

img {
	margin: 0px 10px 10px 0px;
}

#main {
	margin: 0px auto;
	width: 775px;
	display: block;
}

#top_spacer {
	height: 240px;
	display: block;
}


#menu_left {
	width: 200px;
	float: left;
}

#content {
	width: 575px;
	float: left;	
	
}

#footer {
	float: left;
	width: 575px;
	margin-top: 36px;
	padding-top: 15px;
	padding-left: 200px;
	font-size: 10px;
	border-top: 2px dotted #ADC43B;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

#footer a:hover, #footer a.active {
	color: #ADC43B;
}

#content a:link, #content a:active, #content a:visited {
	color: #333;	
	text-decoration: underline;
}

#content a:hover {
	color: #ADC43B;
}

#menu_left a:link, #menu_left a:active, #menu_left a:visited {
	text-decoration: none;
	color: #666;	
	width: 175px;
	display: block;
}

#menu_left a:hover, #menu_left a.active {
	color: #ADC43B;
	
}

#flvmedia {
	margin-top: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 525px;
	border-bottom: 1px dotted #999;
}


h1 {
	font-size: 12px;
	line-height:18px;
	color: #333;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
}

h2 {
	font-size: 14px;
	line-height:20px;
	color:#000;
	padding: 0px;
	margin: 0;
}

h3 {
	font-size: 12px;
	line-height:18px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
}

p {
	list-style-type: square;
	padding: 0;
	margin: 0px;
}


