/*
CSS for Celebrating Black History Month
*/


body {
	font-size: 70%;
	text-align: center;
	margin: 0; 
	padding: 0;
	background: #bab991 url(stripe_bkgrd4.gif);

}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	color: #000;

}
#container {
	float: left;
	background: #ffffff;
	width: 1024px;
	text-align:left;
}

#masthead {
	height: 205px;
}

#content {
	width: 100%;
	}
	
img {
	border: none;
}

img a{
	border: none;
}
/*
COLUMN 1
*/

#c1 {
	float: left;
	width: 270px;
	background: #382204 url(images/bkgrd_leftcol.gif) no-repeat;
}

#c1 p {
	font-family: georgia, times, serif;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 135%;
	color: #fff;
}

#c1 ul {
	font-size: 140%;
}

#c1 li {
	font-family: georgia, times, serif;
	list-style: none;
}

#c1 li a {
	padding: 2px;
	font-family: georgia, times, serif;
	line-height: 150%;
	text-decoration: none;
	color: #cc6600;
}

#c1 li a:hover {
	padding: 2px;
	font-family: georgia, times, serif;
	line-height: 150%;
	font-weight: bold
	border-bottom: 1px dashed #666;
	color: #13354c;
}

/*
COLUMN 2
*/

#c2 {
	float: left;
	width: 478px;
}

#c2 h1 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 160%;
	padding-left: 10px;
	padding-right: 15px;
	color:#382204;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;

}

#c2 h2 {
	font-family: georgia, times, serif;
	font-size: 130%;
	padding-left: 10px;
	padding-right: 15px;
	color:#cc6600;
}

#c2 h3 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 120%;
	padding-left: 10px;
	padding-right: 15px;
	color:#666;
}


#c2 p {
	font-family: georgia, times, serif;
	font-size: 110%;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 150%;
}

#c2 a {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
	line-height: 135%;
	color: #cc6600;
	border-bottom: 1px dashed #bab991;
	text-decoration: none;
}

#c2 a:hover {
	font-family: georgia, times, serif;
	font-style: italic;
	font-size: 105%;
	font-weight: bold;
	line-height: 135%;
	color: #4e7c75;
	border-bottom: 1px dashed #bab991;
	text-decoration: none;

}


/*
COLUMN 3
*/


#c3 {
	float: left;
	width: 18px;
}

#c4 {
	float: left;
	width: 258px;
}

#c4 p{
	float: left;
	font-family: helvetica, arial, verdana, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 160%;
}



/*
class
*/

.rule {
	padding-bottom: 5px;
	border-top: 1px solid silver; 
	color: #333333;
}

.date{
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 135%;
	color: #d5af16;
}

.location{
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 135%;
	color: #fff;
}


/*
clean-up
*/

.clear {
	clear: both;
}

/*
FOOTER
*/

#footer {
	background: #4e7c75;
	width: 100%;
	float: left;
}

#footer p {
	font-family: georgia, times, serif;
	font-size: 115%;
	color:#efe9df;
	padding-left: 20px;

}	

#footer a {
	font-family: georgia, times, serif;
	font-size: 115%;
	text-decoration: none;
	color:#efe9df;
}

#footer a:hover {
	font-family: georgia, times, serif;
	font-size: 115%;
	text-decoration: none;
	color:#fff;
	border-bottom: 1px solid;
}	
	

