/* CSS Document */

@import url('g.css');

body
{
	padding:0;
	text-align:center;
	background-color: #a70a0f;
	color: #851919;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a 
{
	text-decoration: underline;
	font-weight: bold;
	color: #851919;
	border: 0px;
	outline:none;
}
a:hover 
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #851919;
	border: 0px;
	outline:none;
}

/*********** DIV Container and Content ***********/
div#container
{ 
	margin:0 auto;
	padding:0;
	text-align:left;
	width:980px;
}

div#contentWrapper
{ 
	margin: 0 auto;
	padding: 10px;
	padding-top: 0px; 
	text-align: left; 
	width: 960px; 
	float: left;
	background-color: #FFFFFF;
	background-image: url(/images/content-bg.gif);
}
div#contentFrontWrapper
{ 
	margin: 0 auto;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 0px; 
	text-align: left; 
	width: 960px; 
	float: left;
	background-color: #FFFFFF;
	background-image: url(/images/contentFront-bg.gif);
}
div#header
{
	padding: 10px;
	background-color: #FFFFFF;
}

div#mainContent
{
	width: 520px;
	min-height: 300px;
	float: left;
	padding: 10px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
div#mainContent a
{
	text-decoration: underline;
	font-weight: bold;
	color: #851919;
}
div#mainContent a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #851919;
}
div#mainFrontContent
{
	width: 540px;
	min-height: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
}
div#artists
{
	width: 540px;
	height: 340px;
	float: left;
	padding: 0px;
	margin: 0px;
}
div#bonus
{
	width: 520px;
	float: left;
	padding: 10px;
	margin: 0px;
	margin-top: 10px;
	background-color: #de2328;
}
div#bonus table td h3 a
{
	color: #e8c18d;
	text-decoration: none;
	text-transform: uppercase;
}
div#bonus table td h3 a:hover
{
	color: #e8c18d;
	text-decoration: none;
	text-transform: uppercase;
}
div#links
{
	width: 540px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	background-color: #FFFFFF;
}

div#leftContent
{
	color: #851919;
	width: 180px;
	min-height: 300px;
	text-align: left;
	float: left;
	font-size:12px;
	padding: 10px;
	margin: 0;
}
div#leftContent h2
{
	margin: 0px;
	margin-bottom: 5px;
}
div#leftContent h3
{
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
div#rightContent
{
	color: #851919;
	width: 180px;
	min-height: 500px;
	text-align: left;
	float: right;
	font-size:11px;
	padding: 10px;
	margin: 0px;
	background-color: #e8c18d;
}
div#rightContent h2
{
	margin: 0px;
	margin-bottom: 5px;
}

div#bannerAd
{
	width: 200px;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	float: right;
}
/*********** TEXT ***********/
h1
{
	background-color: #851919;
	color: #FFFFFF;
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 515px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	float: left;
	font-size: 17px;
}
h2
{
	color: #de2328;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	float: left;
	font-size: 16px;
}
h3
{
	color: #de2328;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 14px;
}
h4
{
	color: #de2328;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	line-height: 12px;
}

p
{
	margin-top: 1em;
}
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
ul
{
	font-size: 12px;
	line-height: 12px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
li
{ 
	font-size: 12px;
	line-height: 12px;
	margin-top: 7px; 
}

.smallText
{
	font-size: 10px;
}

/*********** IMAGES and PHOTOS ***********/

img
{
	border: 0;
	margin: 0;
	padding: 0;
}
img.logo
{
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0;
}
img.photo {
	margin-right:7px;
	margin-bottom:5px;
}
img.photoLeft {
	margin-right:5px;
	margin-bottom:3px;
	float:left;
}
img.photoRight {
	margin-left:10px;
	margin-bottom:3px;
	float:right;
}
/*********** Navigation ***********/

div#nav {
	width: 750px;
	height: 40px;
	float: left;
	background-color: #de2328;
}
div#nav ul
{ 
	margin:0; 
	padding:0;
}
#nav a {
    display: block;
    height: 40px;
    text-indent: -9999px;
}
div#nav ul li
{ 
	float:left; 
	list-style-type:none; 
	margin:0; 
	padding:0;
	outline:none;
}
div#nav ul li a
{ 
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	outline:none;
}
#nav li.Artists a { background: url(/images/nav/Artists.gif) no-repeat; width: 89px; }
#nav li.Artists a:hover { background: url(/images/nav/Artists.gif) no-repeat 0 -40px; }

#nav li.Dates a { background: url(/images/nav/Dates.gif) no-repeat; width: 116px; }
#nav li.Dates a:hover { background: url(/images/nav/Dates.gif) no-repeat 0 -40px; }

#nav li.Promote a { background: url(/images/nav/Promote.gif) no-repeat; width: 101px; }
#nav li.Promote a:hover { background: url(/images/nav/Promote.gif) no-repeat 0 -40px; }

#nav li.Sponsors a { background: url(/images/nav/Sponsors.gif) no-repeat; width: 105px; }
#nav li.Sponsors a:hover { background: url(/images/nav/Sponsors.gif) no-repeat 0 -40px; }

#nav li.About a { background: url(/images/nav/About.gif) no-repeat; width: 79px; }
#nav li.About a:hover { background: url(/images/nav/About.gif) no-repeat 0 -40px; }

#nav li.Blog a { background: url(/images/nav/Blog.gif) no-repeat; width: 65px; }
#nav li.Blog a:hover { background: url(/images/nav/Blog.gif) no-repeat 0 -40px; }

#nav li.Spacer a { background: url(/images/nav/Spacer.gif) no-repeat; width: 42px; }
#nav li.Spacer a:hover { background: url(/images/nav/Spacer.gif) no-repeat 0 0px; }

#nav li.Donor a { background: url(/images/nav/Donor.gif) no-repeat; width: 153px; }
#nav li.Donor a:hover { background: url(/images/nav/Donor.gif) no-repeat 0 -40px; }


/*********** FOOTER ***********/
div#footerContainer
{
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 980px;
	height: 30px;
	padding-top: 20px;
	color: #FFFFFF;
	float: left;
	background-image: url(/images/footer-bg.gif);
}
div#footerContainer a
{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold
}
div#footerContainer a:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #851919;
	
}
