/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/FanclubContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../images/LeftNavBkg_Fanclub.gif) top no-repeat #d01d23;
	height: 626px;
	padding-top: 80px;
}

#LeftNav
{
	float: left;
	padding-left: 35px;
	height: 515px;
	list-style: none;
}


	#LeftNav a.Join
	{
		display: block;
		height: 106px;
		margin-bottom: 13px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
		#LeftNav a:hover.Join
	{
		background: url(../Images/LeftNavBkg_Fanclub-Over.gif) -33px -75px;
	}



	#LeftNav a.FunBenefits
	{
		background: url(../Images/LeftNav_Fanclub_FunBenefits.gif);
		display: block;
		height: 45px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.FunBenefits
	{
		background: url(../Images/LeftNav_Fanclub_FunBenefits.gif) 0px -45px;
	}
	
	#LeftNav a.SpecialContests
	{
		background: url(../Images/LeftNav_Fanclub_SpecialContests.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 127px;
	}
	
	#LeftNav a:hover.SpecialContests
	{
		background: url(../Images/LeftNav_Fanclub_SpecialContests.gif) 0px -48px;
	}
	


/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(../Images/ContentBkgFanclub.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;

}

#RightColumn a.Signup
{
	background: url(../images/btnSignup.gif);
	display: block;
	float: right;
	height: 29px;
	margin: 658px 20px 0px 0px;
	text-indent: -5000px;
	width: 256px;
}

	#RightColumn a:hover.Signup
	{
		background: url(../images/btnSignup.gif) 0px -29px;
	}

#RightColumnSignup
{
	background: top no-repeat url(../Images/ContentBkgFanclub_Signup.jpg);
	margin-left: 189px;
	padding: 208px 30px 40px 30px;
	width: 529px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


#RightColumnSignup h1

#RightColumnBenefits
{
	background: top no-repeat url(../Images/ContentBkgConstruction.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}

#RightColumnContests
{
	background: top no-repeat url(../Images/ContentBkgConstruction.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}

#RightColumnCoupon
{
	background: top no-repeat url(../Images/ContentBkgFanclubCoupon.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}

#RightColumnLetter
{
	background: top no-repeat url(../Images/ContentBkgFanclubLetter.jpg);
	margin-left: 189px;
	height: 669px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}