body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 12px;
	background-color: #FFF;
	line-height: 1.8em;
}

p {
	margin: 0px 0px 18px 0px;
	padding: 0px;
}

img {
	border: 0px;
}

h1 {
	padding: 8px;
	margin: 0px 0px 18px 0px;
	background-color: #000;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
}

h2 {
	padding: 8px;
	margin: 0px 0px 18px 0px;
	background-color: #000;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

h3 {
	padding: 0px;
	margin: 0px 0px 18px 0px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

h4 {
	margin: 8px 0px 14px 0px;
	background-color: #008f4f;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
	letter-spacing: -1px;
	color: #FFF
}

h5 {
	color: #FFF;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px #FFF dashed;
}

#TopContainer {
	width: 100%;
	height: 533px;
	background: url(backgrounds/rotator.php) no-repeat center top;
}

#TopContainerContent {
	width: 1000px;
	height: 533px;
	margin: 0 auto;

}

#MainContainer {
	width: 100%;
	background-image: url(ContentBackground.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 1px dashed #000;
}

#MainContainerContent {
	width: 1000px;
	margin: 0 auto;
}

#Logo {
	width: 252px;
	float: left;
}

#Menu {
	width: 748px;
	height: 117px;
	float: left;
}

.clear {
	clear: both;
}

ul#Navigation {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	float: right;
	margin-top: 65px;
}


#Navigation li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#Navigation a {
	padding: 8px 13px 8px 13px;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
	margin: 0px;
	letter-spacing: -1px;
	float: left;
	display: block;
}

#Navigation a:hover {
	background-color: #FFF;
	color: #000;
}


#Column1 {
	width: 339px;
	margin-right: 15px;
	float: left;
	padding: 0px 10px 0px 10px;
}

#Column2  {
	width: 339px;
	margin-right: 15px;
	float: left;
	padding: 0px 10px 0px 10px;
}

#Column3 {
	width: 252px;
	float: left;
}


#Column1 a,
#Column2 a,
.Content a {
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

#Column1 a:hover,
#Column2 a:hover,
.Content a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: underline;	
}

#Column3 a {
	color: #000;
	text-decoration: none;
}

#Column3 a:hover {
	color: #000;
	text-decoration: underline;
}

#SBFooter {
	padding: 15px 0px 0px 0px;
	color: #667;
	text-align: right;
	margin-top: 15px;
}

#Footer {
	padding: 15px;
	border-top: 1px dashed #000;
	color: #667;
	text-align: right;
	margin-top: 15px;
}

#Footer a {
	margin-left: 20px;
	color: #000;
	text-decoration: none;
}

#Footer a:hover {
	color: #000;
	text-decoration: underline;
}

.Content {
	width: 718px;
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	float: left;
}

#NewsArticles {
	background-color: #333;
	color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

ul#NewsArticlesNav {
	margin: 0px;
	padding: 0px;
}

#NewsArticlesNav li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#NewsArticles a {
	color: #FFF;
	background-color: #333;
}

#NewsArticles a:hover {
	color: #FFF;
	background-color: #000;
}

.NewsArticle {
	border-top: 1px #000 solid;
	padding: 15px 0px 15px 0px;
}

.ReturnToTop {
	position: relative;
	top: -15px;
	color: #FFF;
	float: right;
}

.ImagesRight {
	width: 350px;
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}

.FeaturedArtistImage {
	float: left;
	width: 350px;
	margin-right: 12px;
	margin-bottom: 12px;
}

.ReturnToTop a {
	color: #FFF;
	padding: 4px;
	background-color: #000;
	text-decoration: none;
}

.ReturnToTop a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: underline;
}

.NewsImageLeft {
	width: 354px;
	float: left;
	margin-right: 10px;
	font-size: 10px;
	text-align: center;
	color: #467013;
	font-weight: bold;
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.NewsImageRight {
	width: 354px;
	float: left;
	font-size: 10px;
	text-align: center;
	color: #467013;
	font-weight: bold;
	margin-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.NewsImageRightSingle {
	width: 354px;
	float: right;
	font-size: 10px;
	text-align: center;
	color: #467013;
	font-weight: bold;
	margin-left: 11px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}