html {
	min-width: 738px;
}

body {
    background:#FFD89F; 
    font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.4em;
    color : #514F19;
	text-align:center;
    margin: 0px; 
}

*html body {
	font-size: .75em;
}

#wrapper{
	background: transparent url(../images/wrapper_bg.gif) top left repeat-y; 
	background-color : #6D6A21;
	width: 738px;
	margin: 0 auto;
	text-align:left;
	padding: 0; 	
}

div#top{
	text-align:left;
	width:738px;
}

div#header{
	text-align:left;
	width:730px;
	margin: 0 0 0 3px;
	background:#514F19;
}

/* ------------------------------
	site wide styles
------------------------------ */

p, td, b {

	}

hr {
	border: 1px solid #514F19;
	background: transparent;
	}

h1 {font-size: 1.1em; 
	margin: 8px 0 0px 0;
	border-bottom: 1px solid #514F19;
	}
h2 {font-size: 1em; margin: 12px 0 -12px 0;}
h3 {color:#A6021C; font-size: .9em; margin: 8px 0 0 0;}

strong {color:#A6021C;}

.pixborders {
	border: 1px solid #514F19;
	margin-left: 5px;
	}

/* ------------------------------
	main nav
------------------------------ */

div#nav{
	height: 35px;
	background:#514F19;
	overflow: hidden;
}

div#nav ul {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
}

div#nav li {
	float: left;
	height: 35px;
	
}

div#nav li a {
	display: block;
	height: 100%;
}

#n-diamond {width: 17px;}
#n-home {width: 40px;}
#n-menu {width: 40px;}
#n-events {width: 43px;}
#n-photos {width: 90px;}
#n-merch {width: 85px;}
#n-gift {width: 107px;}
#n-contact {width: 60px;}

#n-home a {background: url(../images/nav_home.gif) no-repeat left top;}
#n-menu a {background: url(../images/nav_menu.gif) no-repeat left top;}
#n-events a {background: url(../images/nav_events.gif) no-repeat left top;}
#n-photos a {background: url(../images/nav_photos.gif) no-repeat left top;}
#n-merch a {background: url(../images/nav_merch.gif) no-repeat left top;}
#n-gift a {background: url(../images/nav_gift.gif) no-repeat left top;}
#n-contact a {background: url(../images/nav_contact.gif) no-repeat left top;}

#nav li a:hover {background-position: left bottom;}

/* ------------------------------
	menu nav ends
------------------------------ */

div#homecontent{
	text-align:left;
	width: 730px;
	padding: 0 0 0 4px;
	overflow:hidden;
}

div#homecontent p {color:#FFE8C7;}
div#homecontent td {color:#FFE8C7;}

div#homecontent a:link {
  color: #FE8C4D; 
  text-decoration : none; 
}
div#homecontent a:visited {
  color: #ED6C20; 
  text-decoration : none; 
}
div#homecontent a:hover { 
  color: #fff; 
  text-decoration : none; 
}


div#content{
	text-align:left;
	background-color:#FFE8C7;
	width: 718px;
	padding: 0 5px 5px 5px;
	margin: 0 0 0 4px;
	overflow:hidden;
}

div#content p{ color:#514F19;}
div#content td{ color:#514F19;}

div#content a:link {
  color: #FE8C4D; 
  text-decoration : none; 
}
div#content a:visited {
  color: #ED6C20; 
  text-decoration : none; 
}
div#content a:hover { 
  color: #fff; 
  text-decoration : none; 
}

/* ------------------------------
	menu nav
------------------------------ */

#menunav{
	float: left;
	width: 142px;
	overflow: hidden;
}

#menunav ul {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0;
}

#menunav li {width: 142px;}
	
#menunav li a {
	display: block;
	width: 100%;
	height: 100%;
}

#n-apps {height: 24px;}
#n-piz {height: 24px;}
#n-spec {height: 24px;}
#n-des {height: 24px;}
#n-mart {height: 24px;}
#n-wine {height: 24px;}

#n-apps a {background: url(../images/menunav_apps.gif) no-repeat left top;}
#n-piz a {background: url(../images/menunav_pizzas.gif) no-repeat left top;}
#n-spec a {background: url(../images/menunav_spec.gif) no-repeat left top;}
#n-des a {background:  url("../images/menunav_dessert.gif") no-repeat left top;}
#n-mart a {background: url(../images/menunav_martinis.gif) no-repeat left top;}
#n-wine a {background: url(../images/menunav_wine.gif) no-repeat left top;}

#menunav li a:hover {background-position: left bottom;}

/* ------------------------------
	menu content
------------------------------ */

div#menucontent {
	background: transparent url(../images/menucontent_bg.gif) top left repeat-y; 
	float:left;
	color: #514F19; 
	width: 728px;
	margin: 0 0 0 3px;
	padding: 0;
	}
	
*html div#menucontent {
	margin: 0 0 0 2px;
	}

div#menuright {
	 width: 560px;
	 padding-left: 2px;
	 margin: 0 0 0 150px;
	 }

/* ------------------------------
	form styles
------------------------------ */

input.btn{
   color:#fff;
   font-size:84%;
   font-weight:bold;
   background-color:#6D6A21;
   border:1px solid #514F19;}

/* ------------------------------
	footer
------------------------------ */

div#address{
	background:#514F19; 
	text-align:center;
	font-size: .77em;
	color:#fff;
	width: 730px;
	padding: 1px 0;
	margin: 0 0 0 3px;
}

*html div#address{
	font-size: .75em;
	padding: 5px 0;
}

div#footer{
	text-align:right;
	font-size: .9em;
	color:#514F19;
	width: 738px;
	margin: 0 auto;
	padding: 0;
}

div#footer a:link {
  color: #FE8C4D; 
  text-decoration : none; 
}
div#footer a:visited {
  color: #ED6C20; 
  text-decoration : none; 
}
div#footer a:hover { 
  color: #fff; 
  text-decoration : none; 
}