* { margin: 0; padding: 0;}
html{
    font-family: arial, sans-serif;
	font-size:12px;
	color:#333;
    }


body {
    
	margin: 0px;
	background: url(/site_media/images/Background.gif)  repeat top left ;
	background-color:#000;
}


h1 {
	color: #4D0D0E;
	margin:0px;
	font-size: 20px;
}

h2 {
	color: #333;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

h3 {
	color: #333;
	font-size:14px;
	margin:0px;
}

p{
	margin-bottom:1em;
}

a {
	color: #333;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
}

.callout{
	color:#4D0D0E;
	font-weight:bold;
}

#wrapper {
    margin: 0pt auto;
    height : auto;
    min-height : 780px;
    width : 957px;
	max-width: 957px;
	
}


#logo{
	margin-left:264px;
}

#header{
	height:57px;
	width:957px;
	background-color:#D5D0B4;
	
}

#footer{
	height:57px;
	clear:both;
	width:957px;
}


#navPanel{
	margin-top:18px;
	margin-left:18px;
	float:left;
}

#navigation{
    list-style:none;
    font-size:18px;
    font-weight:normal;
	
    
}

#navigation li{
    float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

#navigation a{
    display: block;
    margin: 0 2em 0 0;
    text-decoration:none;
    color:#333;
}

#navigation a:hover{
    text-decoration:underline;
    color:#4D0D0E;
}


.linkRow a:hover, body#home #link-home a, body#events #link-events a, body#artists #link-artists a
,body#contact #link-contact a, body#about #link-about a, body#history #link-history a
,body#newsletter #link-newsletter a
{
    color:#4D0D0E;
}


#content{
	clear:both;
	width:957px;
	background-color:#EBE8D8;
	min-height : 500px;
	margin-bottom:1em;
}




#contentLeft{
	float:left;
	width: 745px;
}

#contentRight{
	float:right;
	width: 212px;
}

.homePageImage{
	margin-top:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
}

.contentRightSection{
	margin-top:10px;
	margin-bottom:26px;
	font-size:14px;
	margin-left:18px;
	margin-right:18px;
}

.contentLeft1{
	float:left;
	width:488px;
	margin-left:18px;
}

.contentLeft2{
	float:right;
	width:200px;
	margin-right:10px;
}

.eventListing{
	margin-top:1em;
	font-size:14px;
}

.webArticle{
	float:left;
	font-size:14px;
	margin-bottom:18px;
}

.eventDetail{
	font-size:14px;
	margin-left:18px;
	margin-right:18px;
	margin-top:10px;
	
}

.inlineImage{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
    padding:4px;
    border: 1px solid #D9E0E6;
    border-bottom-color: #C8CDD2;
    border-right-color: #C8CDD2;
    background:#fff;
}

.artistSection{
	float:left;margin-right:1em;margin-bottom:1.25em;width:180px;
}

.artistSection a{
	text-decoration:none;
    color:#4D0D0E;
}

.artistSection a:hover{
	text-decoration:underline;
    color:#4D0D0E;
}
