html
{
	margin:          0;
	padding:         0;
	background-color: #891812;
	height:100%; /* needed for container min-height */
}

body
{
	font-size:       90%; /* reset 1EM to 10px */
	color:           #6FA35D;
	margin:          0;
	padding:         0;
	background-color: #891812;
	background: url(../images/gradients.jpg) repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	height:100%; /* needed for container min-height */
}


#container
{
	margin:          0 auto;
	width:           830px;
	position:        relative;
	background-color:#B0D398;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header
{
	margin:          0 auto;
	width:           830px;
	height:          180px;
	padding-left:30px;
	padding-top:6px;
}

.authentic
{
	padding-left:95px;

}

a:link, a:visited
{
	color:           #6FA35D;	
	font-size:       1em;
	font-weight:     bold;
	text-decoration: none;
}

a:hover, a:focus
{
	color:#B0D398;
}


.active
{
	color:           #EE3224;	
}

/******   FLASH   *********/

#flash
{
	width:           360px;
	height:     	 380px;
	margin:          0 auto;
	float: left;


}


/******  MAIN CONTENT  *********/
#content
{
	width:           795px;
	margin:          0 auto;
	height:	500px;

}

#rightcontent
{
	padding: 2px;
	margin: 0 auto;
	background-color:#FFFDCA;
	background-image:url(../images/characters.png);
	background-position:center;
	background-repeat:no-repeat;
	height:374px;
	float: left;
	width:416px;
	border-top:solid 1.5px;
	border-bottom:solid 1.5px;
	border-color: #6FA35D;		
}

#nav
{
	font-weight: bold;
	color: #6FA35D;
	font-size: 12.8px;
	text-align: center;
}

#maincopy
{
	padding-left:14px;
	padding-top:5px;
}

#locationcopy
{
	padding-left:15px;
	padding-top:0px;
}

#shopcopy
{
	padding-left:14px;
	padding-top:0px;
}

/*If we add more items and need to scroll we modfiy the following code- although the scroll will work regardless*/
#menuscroll
{
	width: 380px;
	height: 290px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFFDCA;
	padding: 7px;
	margin-left:10px;
}

.menunumber
{
	float:left;
	padding-left:12px;
	padding-right:30px;
}

.menucontent{
	margin-top:4px;
	float:left;
	padding:0px;
	width:260px;
}

.headline{

	font-weight:bold;
}


hr
{
	color:#6FA35D;
	background-color:#6FA35D;
	height: 3px;
}



.rounded{
float:right;
}


/*********  FOOTER ************/

#footer
{
	position:absolute;/*remove position and bottom to make footer end where content does */
	bottom:0; /* stick to bottom */
	width:100%;
	margin:          0 auto;
	height:          29px;
	background:      #6FA35D !important;
	background:      #6FA35D;
	padding:         5px 0;
	text-align:center;
	border-top:solid 1px;
	border-color: #FFFDCA;
}

#footer ul
{
	margin:          0;
	padding:         7px;
	height:          29px;
	margin-left:	 35px;
}

#footer ul li
{
	list-style:      none;
	display:         inline;
	text-align:		 center;
	margin-right:	 60px;
	font-size:       1em;
	text-decoration: none;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited
{
	color: #FFFDCA;
	text-decoration: none;
}

#footer ul li a:hover
{
	color:         #B0D398;
}





