@import 'main.css';

#mainContent {
	padding-top: 10px;
}


/*Set The Content Floats*/

#contentLeft {
	float: left;
	display: block;
	width: 245px;
	background: transparent;
	}

#contentLeft h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
	color: #401e48;
	text-align: center;
	border-bottom: 1px dotted #401e48;
}

#contentRight {
	margin: 0;
	float: right;
	width: 66%;
	padding-left: 10px;
	padding-bottom: 10px;
}

#contentRight p {
	color: #fff;
	font-size: .9em;
	display: block;
	margin-top: 10px;
	font-family: Verdana, sans-serif;
	}


/*Announcements List*/

.announcements {
	background: transparent url('/images/storeFrontTrans.png') repeat-x;
	width: 240px;
	min-height: 214px !important;
	display: block;
	position: relative;
	top: 0px;
	left: 28px;
	margin-bottom: 20px;
}

.announcements ul {
	list-style: none;
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 20px;
}
	
.announcements ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
}
	
.announcements ul li dl dt, dd {
	display: inline;
	margin: 0px;
/*	position: relative;
	left: 0px;*/
}

.announcements ul li dl dd {
	color: #401e48;
	margin: 0px;
}

.announcements ul li dl dt {
	color: #401e48;
	font-weight: bold;
	margin: 0px;
}

.announcements span {
	color: #401e48;
	font-weight: bold;
	font-size: .8em;
}

.announcements a {
	color: #231027;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	text-decoration: none;
	font-size: .7em;
	font-family: verdana, sans-serif;
	padding-left: 3px;
}

.announcements a:hover {
	text-decoration: underline;
	}

/*End Announcements List - Begin Shop Feature*/

#fromTheShop {
	width: 93%;
	height: 40px;
	background: transparent url('/images/cssimages/bwcNavBG1.jpg') repeat;
	margin-top: -5px;
	margin-left: 3.5%;
	padding-bottom: 15px;
}

#logo {
	position: relative;
	top: -32px;
	left: 20px;
	}


.clear {
	clear: both;
	}


/*CONTENT STYLES*/

h2#aboutHeader {
	background: transparent url('/images/aboutHeader.png') top left no-repeat;
	width: 417px;
	height: 81px;
	text-indent: -5000px;
	margin: 0px;
}

