body {
	background-color: #000000;
	margin: 0 auto 0 auto;
	width: 1000px; 
	font-family: arial, tahoma, sans-serif;
	color: #ffffff;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}
	
#header{
	width: 1000px;
	}
	
#contentBackground {
	background: url(http://www.thefaintinggoat.com/index.php_files/brickBackground.png) repeat-y;
	width: 1000px;
	}

#lnav a, #lnav a:visited {
	display:block;
	width: 162px;
	height: 66px;
	line-height: 66px;
	text-decoration:none;
	background: url(http://www.thefaintinggoat.com/index.php_files/home_button.png) no-repeat left bottom;
	}
	
#lnav a:hover{
	background: url(http://www.thefaintinggoat.com/index.php_files/home_buttonRollover.png) no-repeat right bottom;
	/*background-position: right bottom;*/
	text-decoration:none;
	}

#lnav2 a, #lnav2 a:visited {
	display:block;
	width: 156px;
	height: 66px;
	line-height: 66px;
	text-decoration:none;
	background: url(http://www.thefaintinggoat.com/index.php_files/menu_button.png) no-repeat left bottom;
	}
	
#lnav2 a:hover{
	background: url(http://www.thefaintinggoat.com/index.php_files/menu_buttonRollover.png) no-repeat right bottom;
	/*background-position: right bottom;*/
	text-decoration:none;
	}

#lnav3 a, #lnav3 a:visited {
	display:block;
	width: 172px;
	height: 66px;
	line-height: 66px;
	text-decoration:none;
	background: url(http://www.thefaintinggoat.com/index.php_files/events_button.png) no-repeat left bottom;
	}
	
#lnav3 a:hover{
	background: url(http://www.thefaintinggoat.com/index.php_files/events_buttonRollover.png) no-repeat right bottom;
	/*background-position: right bottom;*/
	text-decoration:none;
	}

#lnav4 a, #lnav4 a:visited {
	display:block;
	width: 158px;
	height: 66px;
	line-height: 66px;
	text-decoration:none;
	background: url(http://www.thefaintinggoat.com/index.php_files/merchandise_button.png) no-repeat left bottom;
	}
	
#lnav4 a:hover{
	background: url(http://www.thefaintinggoat.com/index.php_files/merchandise_buttonRollover.png) no-repeat right bottom;
	/*background-position: right bottom;*/
	text-decoration:none;
	}
	
#lnav5 a, #lnav5 a:visited {
	display:block;
	width: 175px;
	height: 66px;
	line-height: 66px;
	text-decoration:none;
	background: url(http://www.thefaintinggoat.com/index.php_files/contact_button.png) no-repeat left bottom;
	}
	
#lnav5 a:hover{
	background: url(http://www.thefaintinggoat.com/index.php_files/contact_buttonRollover.png) no-repeat right bottom;
	/*background-position: right bottom;*/
	text-decoration:none;
	}

.align {
	text-align: center;
	}
	
#bottomNav {
	color: #ef3030;
	}
	
#bottomNav a, #bottomNav a:visited {
	color: #ef3030;
	font-family: arial, tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	}
	
#bottomNav a:hover {
	text-decoration: none;
	font-family: arial, tahoma, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	}
	
.colClear {
	clear: both;
	}
	
#col1 {
	float: left;
	width: 600px;
	}
	
#col2 {
	float: right;
	width: 240px;
	}
	
.col2Info {
	width: 240px;
	text-align: center;
	}
	
#mainContent {
	color: #ffffff;
	margin-left: 70px;
	margin-right: 60px;
	}
	
#mainCol {
	width: 865px;
	}
	
.line {
	background: url(http://www.thefaintinggoat.com/index.php_files/lineBackground.jpg) repeat-x;
	height: 1px;
	}
	
h1 {
	margin-top: 0;
	padding-top: 0;
	color: #f6b42a;
	font-size: 20pt;
	}
	
h2 {
	color: #ef3030;
	}
	
h3 {
	color: #6a9d11;
	}
	
h4 {
	color: #6a9d11;
	}
#foodtable{
	text-align: center;
}
th{
	font-family: Kristen ITC;
	color: #ef3030;
	font-size: 26px;
	padding: 5px;
}
.food{
	color: #6a9d11;
	font-family: Tekton Pro;
	font-size: 20px;
	width: 50%;
}
.desc{
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	width: 50%;
}
#warning{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
	padding-left: 30%;
	padding-right: 30%;
}
#notice{
	color: #ef3030;
	font-family: Verdana;
	font-size: 16px;
	width: 100%;
	padding-left: 3%;
}		
#form input {
	background-color: #ffffff; 
	color: #000000;
	}
	
#form fieldset {
	border: 1px solid #6a9d11; 
	}

#form legend {
	padding: 3px;
	border: 1px solid #6a9d11;
	color: #000000;
	}
  
#form input[type=text] {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	}

#form input[type=password] {
	color: #ef3030;
	font-weight: normal;
	font-style: normal;
	}
	
#form input[type=checkbox] {
	color: #003263;
	font-weight: normal;
	font-style: normal;
	}
	
#form input[type=submit], #form input[type=reset] {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	background-color: #ef3030;
	}
	
#form input[type=button] {
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	background-color: #ef3030;
	}
	
#form textarea {
	background-color: #ffffff;
	color: #000000;
	display: block;
	width: 400px;
	height: 150px;
	}
	
.bg {
	background-color: #332e2e;
	padding: 8px;
	}

.announce {
	background-color: #000000;
	padding: 8px;
	}
	
a, a:visited {
	color: #f6b42a;
	font-family: arial, tahoma, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	}
	
a:hover {
	text-decoration: none;
	font-family: arial, tahoma, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10pt;
	}
	
#googlecart-widget-control { /*View Cart Header*/
	color: #f6b42a;
	}
	
.override .googlecart-widget-title {  /*item name*/
    color: #000000;
	text-transform: none;
  }

.override .googlecart-widget-quantity-box { /*border around item quantity*/
    border: 1px solid #ef3030;
  }

.override .googlecart-widget-price { /*price color*/
    color: #ef3030;
  }
  
/*.override .googlecart-widget-remove {  remove button
    color: brown;
  }*/

.override #googlecart-widget-emptymessage { /*message saying your cart is empty*/
    color: #000000;
  }

.override .googlecart-widget-totalmessage { /*subtotal*/
    color: #000000;
	font-weight: bold;
	}
	
.override .googlecart-widget-totalprice { /*subtotal price*/
    color: #ef3030;
  }

.override .googlecart-widget-disclaimer { /*message below subtotal price*/
    color: #000000;
  }
  
.override .googlecart-widget-checkout { /*background color for google checkout*/
    background-color: #ffffff;
  }
  
.override #googlecart-widget-body { /*background color for entire body*/
    background-color: #ffffff;
	border: solid 1px #f6b42a;
  }

.override .googlecart-widget-item { /*border between the top and the bottom*/
    border-bottom: 1px solid #f6b42a;
  }
  
.borderRight {
	border-right: solid 1px #f6b42a;
	}
	
.left {
	text-align: right;
	}
	
.prodCol1 {
	float: left;
	width: 500px;
	}
	
.prodCol2 {
	float: left;
	width: 350px;
	/*border: 1px solid red;*/
	}
	
.viewCart {	
	margin-left: 70px;
	}
	
.googlecart-add {
	margin-top: 10px;
	}
	
.size {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	}
	
#price {
	font-weight: bold;
	color: #ef3030;
	}
	
.home {
	line-height: 17pt;
	}
	
.theTitle {
	font-size: 10pt;
	color: #6a9d11;
	text-transform: none;
	}
	
.thePrice {
	color: #ffffff;
	}
	
.topLeft {
	float: left;
	width: 500px;
	}
	
.topRight {
	float: left;
	width: 350px;
	}
	
.viewCart2 {	
	margin-left: 70px;
	padding-top: 10px;
	}
a.cal:link {
	text-decoration:none;
	color:red;
	height:50%;
	background:white;
	padding:0px;
	}
a.cal:visited {
	text-decoration:none;
	color:red;
	height:50%;
	background:white;
	padding:0px;
	}
a.cal:hover {
	text-decoration:none;
	color:white;
	height:50%;
	background:#6a9d11;
	border: thin solid black;
	padding:0px;
	}
a.cal:active {
	text-decoration:none;
	color:red;
	height:50%;
	background:white;
	padding:3px;
	} 
th.cal{
font-size: 100%;
font-family: arial, sans-serif;
}
.delete a, .delete a:visited {
	color: #ef3030;
	text-decoration: none;
	}
	
.delte a:hover {
	color: #ef3030;
	text-decoration: underline;
	}
	
.terms ul {
	margin: 0;
	padding: 0;
	}