
body {
	margin: 5px 0 15px 0;
	min-height: 600px;
	text-align: left;
	font-family: Verdana;
	color: #000000;
	font-size: 13px;
	background-color: Black;
	/*background-image: url("2011/bg.jpg");*/
}
a:link {
	color: #0053a1;
	text-decoration: none;
}
a:visited {
	color: #0053a1;
	text-decoration: none;
}
a:hover {
	color: #0053a1;
	text-decoration: underline;
}
#wrap {
	width: 942px;
	min-height: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px;
	text-align: left;
	background-color: Black;
	background-image: url(images/body_bkg.gif);
	background-repeat: repeat-y;
}
#toprow {
        width: 942px;
	
}
#navrow {
	width: 942px;
	height: 40px;
	padding: 3px 0px 2px;
	background-color: transparent;
	background-image: url("2011/background_black_white.jpg");
	
	text-align:center;
	font-size: 125%;
}
#navrow ul {
        margin: 0;
        padding: 5px;
}
#navrow ul li {
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0 2px 0 0;
        font-family: Times, serif;
        color: #FFF;
        font-size: 13px;
        font-weight: bold;
        font-variant: small-caps;
}
#navrow ul li a:link, #navrow ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#navrow ul li a:hover {
        text-decoration: underline;
}
#contentrow {
	width: 942px;
	min-height: 450px;
	height: auto;
	text-align: left;
	font-family: Verdana;
	color: White;
	background-color: transparent;
	background-image: url("2011/background_black_white.jpg");
	
}
#onecol {
        width: 890px;
        padding: 20px;
}

.performers { 
font-family: Verdana;
color: White;
 }
 
 .front {
	font-family: Verdana;
	font-weight: bold;
	color: #FFCC33;
}


#contentcolumn{
margin: 0 185px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: auto;
}

#leftcolumn{
	float: left;
	width: 176px;
	height: auto;
	/*Width of left column in pixel*/
	margin-left: -940px;
	/*Set margin to that of -(MainContainerWidth)*/
	background: Black;
}

#rightcolumn{
	float: right;
	width: 177px;
	height: auto;
	/*Width of right column*/
	margin-left: -178px;
	/*Set left margin to -(RightColumnWidth)*/	
	background-color: Black;
}


#leftcol {
        width: 550px;
        padding: 20px;
		text-align: left;
}
#rightpiccol {
        float: right;
        width: 318px;
        text-align: center;
}
#rightcol {
	float: right;
	width: 318px;
	text-align: left;
}

 .boldred { 
	font-size: 100%;
	font-weight: bold;
	color: Red;
 }

.realbigred {
font-size: 300%;
color: Red;
font-weight: bold;

}

#footer {
	width: 942px;
	margin-right: auto;
	margin-left: auto;	
	height: 40px;
	padding: 3px 0px 2px;
	background-color: #9C9C9C;
	text-align:center;
}

#footer ul {
        margin: 0;
        padding: 0;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0;
	font-family: Times, serif;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}
#footer ul li a:link, #footer ul li a:visited {
        text-decoration: none;
        color: #FFF;
}
#footer ul li a:hover {
        text-decoration: underline;
}
#copyright {
        width: 942px;
        margin: 5px auto 15px auto;
        font-family: Times, serif;
        color: #999;
        font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
}
div.clear {
        clear: both;
}
h1 {
	font-family: Verdana;
	font-size: 28px;
	color: #FFCC33;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	text-align: center;
	line-height: 100%;
}
h2 {
        font-size: 15px;
        color: #666666;
        font-style: italic;
        margin: 0 0 15px 0;
        padding-bottom: 5px;
        text-align: center;
        line-height: 110%;
}
h3 {
        display: block;
        border-top: 1px dotted #666666;
        font-size: 15px;
        color: #4FA601;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}
h4 {
        display: block;
        border-top: 1px dotted #666;
        font-size: 13px;
        color: #666;
        line-height: 100%;
        margin: 0 0 10px 0;
        padding-top: 10px;
}

h5 {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color: White;
	line-height: 100%;
}

/* horizontal menu styles */

ul#quicklinks {
        text-align: center;
        margin: 0;
        padding: 0;
}
ul#quicklinks li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
        font-size: 11px;
}
ul#quicklinks li a {
        margin: 0 3px;
}
