/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html, body {
	font-family: Arial,sans-serif;
	color: #333333;
	width: 750px;
	margin: 10px auto 20px auto;
	background: #000061 url(images/bgfade.gif) bottom right fixed repeat-x;
}

.Participant {
	color:#A00000;
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 19px; 
	padding-left: 5px;
}

.InfoTxt {
	color:#A00000; 
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 19px;
	position: inline;
}

a.mubucks {
	margin:5px; 
	display:block;
}

a.mubucks img {
	border: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#entireSite {
	float: left;
	width: 750px;
	background-color:#000000;
}

#bottomSpacer
	{
	display: none;
	height: 0px;
	padding-top: .8em;
	}

#subSite {
	float: left;
	width: 608px;
	height: 100%;
	background-color:#FFFFFF;
}

/*******************************/
/* Header                      */
/*******************************/

#aboveHeader {
	width:750px;
	height:25px;
	background-color:#000000;
}

#middleHeader {
	background-color:#A00000;
	height: 70px;
	width: 749px;
	background-image: url(images/Header.gif);
	background-position:185px;
	background-repeat: no-repeat;
	border-left: 1px solid black;
}

#middleHeader h1 {
	display: none;
}

#bottomHeader {
	background-color:#000000;
	width: 750px;
	height: 32px;
	border-bottom: 2px solid #A00000;
}

#bottomHeader h2 {
	color: #A00000; 
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 19px; 
	font-weight: bold; 
	text-align: center; 
	margin: 0;
	padding-top: .2em;
/*	top: 4px;  I commented this out and used padding-top instead */
}

/*******************************/
/* Left Column                 */
/*******************************/

#sectionLinks {
	margin: 7px 0px 0px 1px;
	padding: 0px;
	font-size: 18px;
}

#sectionLinks a {
	color: #A00000;
	display: block;
	padding: 1px 0px 1px 0px;
	font-family: "sylfaen", "Times New Roman", Times, serif;
	margin: 3px 15px 2px 15px;
	border-top: 3px solid #A60000;
	border-bottom: 3px solid #660000;
	border-left: 3px solid #A60000;
	border-right: 3px solid #660000;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	text-indent: 1px;
	text-decoration: none;
}

#sectionLinks a:hover {
	text-decoration: none;
	color: #FEEF59;
}

#sectionLinks a:active {
	text-decoration: none;
	color: #FEEF59;
	border-top: 3px solid #660000;
	border-bottom: 3px solid #A60000;
	border-left: 3px solid #660000;
	border-right: 3px solid #A60000;
}

#sectionLinks ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	text-indent: 0;
}

#sectionLinks li {
	display: inline;
	list-style: none;
}

#navBar {
	float: left;
	width: 142px;
	height: 100%;
	background-color: black;
	background-image: url(images/logo.gif);
	background-repeat:no-repeat;
	background-position: 4px 5px;
	padding-top: 170px !important;
	padding-top: 175px;
}

/*******************************/
/* Content Layout              */
/*******************************/

#contentFood{
	float: right;
	width: 592px;
  	background-color:#FFFFFF;
	padding-top: 15px;
	padding-left: 8px;	
	border-left: 2px solid #A00000;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 428px;
  	background-color:#FFFFFF;
	padding-right: 10px;
	padding-left: 10px;	
	border-left: 2px solid #A00000;
	padding-bottom: 10px;
}

#content img.soccer {
	margin-top:-8px;
	border: 0;
}

#content img {
	padding-top: 10px;
}

#content h4, #content h3{
	text-align:center; 
	color:#A00000; 
	font-size: 17px; 
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#content h3 {
	text-align:left;
	color: #A00000;
}

#content h2 {
	color: #000000; 
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 19px; 
	font-weight: bold; 
	text-align: left; 
	margin:0px;
}

#content a {
	color:#A00000; 
	font-size: 17px; 
	font-family: "sylfaen", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align:center;
}

/*******************************/
/* HomePage Content            */
/*******************************/

#TextLeft, #TextRight {
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 17px;
	float:left;
	padding-left: 5px;
	width: 47%;
	margin-top: 1em;
}

#TextLeft {
	padding-left: 5px;
}

#TextRight {
	padding-left: 13px;
}

#TextLeft h4, #TextRight h4 {
	color:#000000;
	font-size: 17px; 
	text-align:left; 
	margin-top: 0; 
	padding-top:0;
	font-weight: bold;
}

#TextLeft dl, #TextRight dl {
	padding-left: 1em; 
	margin-top:0; 
	margin-bottom: 0;
	color:#A00000;
	font-size: 17px; 
	text-align:left; 
	margin-top: 0; 
	padding-top:0;
	font-weight: bold;
}

#TextLeft dd, #TextRight dd {
	margin-left:1em; 
	padding-left:0;
}

/*******************************/
/* T-Shirts Page               */
/*******************************/

#TshirtImageLeft {
	float:left;
	padding-left: 5px;
	width: 220;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#TshirtImageRight {
	float:left;
	padding-left: 5px;
	width: 220;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#TshirtRollover {
	padding-left: 5px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 17px;
	color: #A00000;
	font-weight: bold;
}

#TshirtText{
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #000000;
	text-align:center;
	font-weight: bold;
}

/*******************************/
/* Bar Layout                  */
/*******************************/

#BeerList{
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 15px;
	color: #A00000;
	font-weight: bold;
	margin-left: 15px;	
}

#BeerList img{
	border:0;
}

/*******************************/
/* Parties Layout              */
/*******************************/

#PartyMiniImageLeft {
	float:left;
	width: 209;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#PartyMiniImageRight {
	float:left;
	padding-left: 5px;
	width: 209;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#PartyText{
	margin-top: 170px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #A00000;
	text-align:center;
	font-weight: bold;
}


/*******************************/
/* Advertisement Right Column   */
/*******************************/

#advertisement {
    float: right;	
	width: 158px;	
	background-color:#FFFFFF;
	margin-top: 10px;
}

#advertisement img {
	margin: 0;
	margin-left: -2px;
}


/*******************************/
/* Catering Layout             */
/*******************************/

#CateringText {
	font-family: "sylfaen", "Times New Roman", Times, serif; 
	float: left;
	padding-left: 5px;
}

#CateringText h4{ 
	color:#000000;
	font-size: 24px; 
	text-align: center; 
	margin-top: 10px; 
	padding-top:0;
	font-weight: bold;
}

#CateringText a{
	text-decoration:underline;
}

#CateringText h2{ 
	color:#000000;
	font-size: 20px; 
	text-align: center; 
	margin-top: 0; 
	padding-top:0;
	font-weight: bold;
	text-decoration: underline;
}

#CateringText dl{
	padding-left: 1em; 
	margin-top:0; 
	margin-bottom: 0;
	color:#000000;
	font-size: 16px; 
	text-align:left; 
	margin-top: 0; 
	padding-top:0;
	font-weight: bold;
}

#CateringText dd{
	margin-left:1em; 
	padding-left:0;
	font-size: 14px;
	margin-bottom: 10px;
	color: #A00000;
}


