html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	background-image:url('images/background.jpg')
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Reset */


body		{
		background-color: black;
		font-family: sans-serif;
		background-image: url('../images/background(large).jpg');
		font-size: 14pt;
			}
		
.content	{
		width: 808px;
		height: 925px;
		margin-left: auto;
		margin-right: auto;
		background-image: url('../images/black.png');
		}

.logo	{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		}
		
.underlinemenu{
		font-weight: bold;
		font-size: 18pt;
		width: 100%;
		}

.underlinemenu ul{
		padding: 15px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
		margin: 0;
		text-align: center; /*set value to "left", "center", or "right"*/
		background-image: url('../images/menu.jpg');
		background-repeat: no-repeat;
		height: 40px;
		}

.underlinemenu ul li{
		display: inline;
		}

.underlinemenu ul li a{
		color: #494949;
		padding: 15px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
		margin-right: 50px; /*spacing between each menu link*/
		text-decoration: none;
		}

.underlinemenu ul li a:hover, .underlinemenu ul li a:active{
		border-bottom: 3px solid gray; /*bottom border is 3px*/		
		}
		
		
.menu	{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		}		

.left	{
		float: left;
		width: 510px;
		}
		
.top	{
		width: 600px;
		height: 381px;
		background-image: url('../images/top-left.jpg');
		background-repeat: no-repeat;
		background-position:top left;
		padding-bottom: 15px;
		}
		
.top p	{
		color: #00aeef;
		padding: 15px;
		text-align: center;
		}
		
.top img	{
		margin-left: auto;
		margin-right: auto;
		}	
		
.bottom	{
		width: 600px;
		height: 196px;
		background-image: url('../images/bottom-left.jpg');
		background-repeat: no-repeat;
		background-position:top left;
		}
		
.bottom	h3	{
		color: #ef4423;
		padding: 10px;
		font-size: 1.5em;
		font-weight: bold;
		}		
		
.bottom	p	{
		color: #ef4423;
		padding: 10px;
		padding-left: 15px;
		}
		
#loc	{
		padding-left: 30px;
		padding-right: 30px;
		text-align: center;
		}	

#info	{
		padding-left: 15px;
		font-size: .7em;
		}	
		
.right	{
		float: right;
		width: 188px;
		height: 592px;
		color: #494949;
		margin-right: 10px;
		background-image: url('../images/right.jpg');
		background-repeat: no-repeat;
		background-position:top left;		
		}	
		
.right h4	{
		font-size: 1.3em;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 8px;
		}	
		
.right li	{
		padding-left: 15px;
		padding-bottom: 3px;
		}	
		
#mascot	{
		position: relative;
		bottom: -80px;
		right: -20px;
		}
		
.AuthorizeNetSeal {
		float: right;
		}

		
