body {
	background-color: rgb(59,59,60);;
	font-family: Georgia, "MS Georgia", Times, serif;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 13px;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	background-color: #FFFFFF;
	width: 100%;
	height: 190px;
}

#logo {
	width:110px;
	height:157px;
	background-image: url(style_imgs/logo.gif);
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0px 0px 20px;
	display:block;
}


#links {
	border-left: 1px #999999 solid;
	height: 132px;
	float:left;
	margin: 40px 0px 0px 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
}

#tagline {
	width:210px;
	height:17px;
	background-image: url(style_imgs/tagline1.gif);
	background-repeat: no-repeat;
	float: right;
	margin: 160px 20px 0px 0px;
}

#content {
	margin: 5px 0px 50px 0px;
	width: 100%;
	height: 585px;
	background-color: white;
}

#content_left {
	width: 525px;
	margin: 15px 0px 0px 20px;
	float:left;
}

#content_right {
	width: 413px;
	margin: 18px 0px 0px 0px;
	float:left;
}

#content_bottom {
	width: 525px;
	margin: 30px 0px 30px 0px
}

ul {
	list-style: none;
	margin: 0px 0px 0px 21px;
	padding: 0px;
}

li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

a, a:visited {
	color: #808080;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: none;
}

.current_link {
	color: #000000;
}

.clear {
	clear:both;
}

.huge {
	font-size: 25px;
	font-style: italic;
	line-height: 35px;
	color: black;
}

.dotted {
	margin: 10px 0px 0px 0px;
	width: 156px;
	border-top: 2px #999999 dotted;
}

#divider {
	height: 547px;
	width: 5px;
	margin: 18px 18px 0px 18px;
	border-left: 1px #999999 dotted;
	border-right: 1px #999999 dotted;
	float:left;
}

.verd {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	padding:15px 0px 10px 20px;
}



	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		margin: 0px auto;
		width:1008px;
		height:510px;
		overflow:hidden;
		text-align: center; 
		background-color: #edf6f7;
		}
	span#prevBtn{}
	span#nextBtn{}					


