@charset "UTF-8";
/* CSS Document */
/*
a, a:link, a:hover, a:focus, a:visited {
	color:#80368c;
	text-decoration:underline;
}
*/
#inner-wrapper {
	background: #fff;
	
}
/*SEARCH BAR*/
#search {
	float: right;
	padding: 5px 5px 0 0;
	height: 30px;
	display:inline;
}

#search img {
	float: left;	
}

#search_mid {
	background: url(../img/search_mid.gif) repeat-x;
	width: 200px;
	height: 22px;
	float: left;
	padding-top: 3px;
}

#search_input {
	border: none;
	height: 12px;
	width: 150px;
	font-size:10px;
}

/*end of SEARCH*/

#content {
	overflow-y: scroll;
	overflow-x: hidden;
	height:680px;
	padding-left: 20px;
	padding-right:20px;
	width: 806px;
	float: left;
	display:inline;

}

#content {
background-color:#FFFFFF;
height:667px;
margin-top: 0px;
padding-top: 0px;
}

#inner-wrapper {
	height: auto;
}

#content ul li {
	list-style-image:url(../img/bullet.gif);
	list-style-type: square;
	width: 600px;
	padding:0px;
	margin-left:20px;
}

#content h4 {color:#80368c; font-weight:bold;}
