/*****************************************************************/
/* New Generation Artist Culinary Stylesheet                     */
/* Copyright New Generation Artist Inc.                          */
/* All rights reserved, use by permission only                   */
/* Stylesheet Authored by Internet DesignWorks                   */
/* Website Design our Specialty :: Development our Passion       */
/*****************************************************************/

body{
	width:800px;
	margin-left:18%;
	background-color:#ffffff;
}

#accent{
	background-color:#FF6600;
	color:#000000;
	width:800px;
	text-align:center;
	vertical-align:middle;
	font-family:helvetica, georgia, arial, sans-serif;
	font-weight:600;
	border:#7802fc solid 2px;
}

#address{
	background-color:#7802fc;
	color:#ffffff;
	font-weight:600;
	text-align:center;
	vertical-align:middle;
	font-family:helvetica, georgia, arial, sans-serif;
	font-weight:600;
	border:#ff6600 solid 2px;
}

#content{
	width:80%;
	margin-left:26%;
	margin-top:-14%;
	font-family:helvetica, georgia, arial, sans-serif;
	text-align:left;
	vertical-align:top;
	font-weight:500;
	font-size:85%;
}

#content h1{
	background-color:#ff3300;
	font-size:110%;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	text-align:center;
}
	
#nav{
	width:25%;
	text-align:center;
	vertical-align:top;
}

#nav ul{
	list-style-type:none;
}

#nav li a{
	display:block;
	text-align:left;
	background-color:#ff3300;
	background-image:url("../images/nav.png");
	background-repeat:no-repeat;
	background-position:1% 50%;
	font-size:85%;
	color:#ffffff;
	padding-left:16px;
	border:#000000 outset 1px;	
	font-weight:600;
	text-decoration:none;
}

#nav li a:hover{
	display:block;
	text-align:left;
	background-color:#7802fc;
	background-image:url("../images/navhover.png");
	background-repeat:no-repeat;
	background-position:1% 50%;
	font-size:85%;
	color:#ffffff;
	padding-left:16px;
	border:#000000 outset 1px;	
	font-weight:600;
	text-decoration:none;
}

#vertnav{
	height:20px;
	width:100%;
	text-align:right;
}



#vertnav li{
	display:inline;
}	



#vertnav li a{
	font-family:geneva, arial, helvetica, sans-serif;
	font-weight:600;
	font-size:85%;
	color:#000066;
	text-decoration:none;
}	

	

#vertnav li a:hover{
	font-family:geneva, arial, helvetica, sans-serif;
	font-weight:600;
	font-size:85%;
	color:#660000;
}


}


