html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

img {
	border:0;
}

#wrapper{
	margin:20px auto;
	width:1005px;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #000000;  
	text-decoration: underline;
}   

a:hover, a:active {
	color: #7D2B27; 
	text-decoration: underline;
	font-weight: normal;
}  

.toptext {
	color:#865486; 
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-align:right;
	text-decoration: none;
	}
.toptext a:link, .toptext a:visited {
	text-decoration: none;
	color:#865486;
}
.toptext a:hover {
	text-decoration: underline;
	color:#865486;
}     


#navbar {
	/*border:solid 1px black;*/
	border-top:solid 1px #000000;
	border-bottom:solid 1px #000000;
	font-size: 12px;
	padding: 2px 0 0 5px;
	height: 24px;
	background: #FFFFFF;
	
}

#navbar a{
	
}

#navbar a:link, a:visited {
	  
	text-decoration: none;
}   

#navbar a:hover, a:active {
	 
	text-decoration: underline;
	font-weight: normal;
}  


/* beginning of listnav */

#nav, #nav ul { /* all lists */
	/*border:solid 1px green;*/
	font-family: arial, sans-serif;
	font-weight:bold;
	padding: 0 2px;
	margin: 0 0 0 2px;
	list-style: none;
	line-height: 1.8;
	text-align: center;
}

#nav a {
	/*border:solid 1px blue;*/
	display: block;
	color: #865486;
	text-decoration: none;
}
#nav a:hover {
	color: #C10C11;
}

#nav li { /* all list items */
	float:left;
	/**/
	width:100px;
	padding: 0 10px;
	
	
}

#nav li ul { /* second-level lists */
	margin: 0 5px 0 0px;
	position: absolute;
	background: #EEEEEE;
	color:#FFFFFF;
	width: 12em;
	text-align: left;
	display: block;
	left: -999em; 
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: 100%;
	color:#FFFFFF;
	}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 10em;
	width: 11em;
	color: #FFFFFF;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	color:#FFFFFF;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	/* lists nested under hovered list items */
	left: auto;
	color: #FFFFFF;
}

#divider {
	border-left: solid;
	color: #AAAAAA;
} 

#divider-contents {
	border-left: solid;
	color: #AAAAAA;
	padding-left:10px;
} 

.sideevents {
	width: 175px;
	color: #000000; 
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
	border: solid #000000 1px; 
	padding: 0px 5px;
	margin: 20px 0px;
	}
th.sideevents {
	background-color: #75263D; 
	color: #EEEEEE;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
	}
	
p.sideevents {
	border: none; 
	}
.sideevents a:link, .sideevents a:visited {
	color: #000000; 
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}    
.sideevents a:hover, .sideevents a:active {
	color: #000000; 
	font-size: 8pt;
	text-decoration: underline;
	font-weight: normal;
}   

h1 {
	color:#BA0024; 
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}
h2 {
	color:#BA0024;
	font-family: verdana, arial, tahoma, sans-serif;  
	font-size: 14pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}
h3 {
	color: #BA0024;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}
h4 {
	color:#000000;  
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left;
}

p, td, ul, ol, blockquote {
	color: #939598;
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 10pt; 
	font-weight: normal; 
	text-decoration: none;
	text-align: left;
}


#domainname {
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 14pt; 
	font-weight: bold;
}


#pizzamenu tr td {
border:solid 1px green;
color:#C10C11;
font:bold 12pt sans-serif;
padding:5px;
}

.footer {
	color: #000000; 
	text-align:center;
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	text-decoration: none;
	border-top: solid #000000;
}
.footer a:link {
	text-decoration: none;
}    
.footer a:visited {
	text-decoration: none;	
}
.footer a:hover {
	text-decoration: underline;
}   

.copyright {
	color: #000000; 
	text-align:center;
	font-family: verdana, arial, tahoma, sans-serif; 
	font-size: 7pt; 
	font-weight: normal; 
	text-decoration: none;
}

