body {background: #fff; 
	color: #685D49;
	text-align: center;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:90%;
	padding: 0; 
	margin: 0; 
	}

#main {width: 800px; 
	background: #a2998a;
	margin: 2em auto;
	text-align: center; 
	border: 0px solid red;
	}

#main a {
	padding: 0;
	margin: 0;
	border: 0px solid red;
	color: #999999;
   } 

#main a:hover, #main a:active {background-image: none; text-decoration: none;}

#copy {width: 600px;
	margin:2em auto 0;
	text-align: left; 
	font-size:120%;
	border: 0px solid blue;
	padding-bottom: 10px;
	}

#copy a {
	color: #685D49;
   } 

div#copy p {
	margin-bottom: 0;
	}

#bar_with_logo {
	border-bottom: 0px solid #695e4a;
	}

#galleryimage {
	width: 600px;
	height: 600px;
	margin: 0em auto;
	text-align: center; 
	font-size:120%;
	border: 0px solid red;
	}

#galleryimage a {
    display: block; 
	float: none;
	padding: 0;
	margin: 0;
	border: 0px solid red;
	color: #999999;
   } 

#imagenav {
	width: 600px;
	height: 20px;
	margin: 1em auto;
	text-align: center; 
	font-size:120%;
	border: 0px solid blue;
	}

#imagenav a {
    display: block; 
	float: none;
	padding: 0;
	margin: 0;
	border: 0px solid blue;
	color: #666633;
   } 

#column1 {width: 350px; 
	background: #a2998a;
	float: left;
	margin: 0em auto;
	text-align: left; 
	font-size:120%;
	padding-left: 50px;
	padding-bottom: 50px;
	border: 0px solid red;
	}

#column2 {width: 350px; 
	background: #a2998a;
	float: left;
	margin: 0em auto;
	text-align: left; 
	font-size:120%;
	padding-left: 50px;
	padding-bottom: 50px;
	border: 0px solid red;
	}

img#logo {margin: 3em 0 2em; }

.fancy {color: #E8163B;}
	
/* Nav Stuff */
#nav {
	display: block;
	float: left;
	padding: 0px; 
	margin-top: 0px;
	margin-left: 0px; /* IE Mac Requires this redundancy*/
	margin-bottom: 0px;
	border: 0px solid green;
	width: 800px;
	height: 50px;
	}

#nav ul {display: block; 
    	margin:0px; 
    	padding:0px; 
    	}

#nav li   {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 50px;
	border: 0px solid blue;
    }

#nav a {
    display: block; 
	float: left;
	padding: 0px;
	margin: 0px;
	height: 50px;
	border: 0px solid red;
	color: #a2998a;
   } 
          
a.home { background: transparent url(n/home.jpg) no-repeat top center;
	width:106px;}  

a.aboutus { background: transparent url(n/aboutus1.jpg) no-repeat top center;
	width:131px;}  

a.brands { background: transparent url(n/brands1.jpg) no-repeat top center;
	width:115px;} 
	
a.gallery { background: transparent url(n/gallery1.jpg) no-repeat top center;
	width:115px;} 	

a.events { background: transparent url(n/events1.jpg) no-repeat top center;
	width:115px;} 	

a.hours { background: transparent url(n/hourslocation1.jpg) no-repeat top center;
	width:177px;} 	

a.contactus { background: transparent url(n/contactus1.jpg) no-repeat top center;
	width:147px;} 	

li.home { background: transparent url(n/home.jpg) no-repeat bottom center;
	width:106px;}  

li.aboutus { background: transparent url(n/aboutus1.jpg) no-repeat bottom center;
	width:131px;}  

li.brands { background: transparent url(n/brands1.jpg) no-repeat bottom center;
	width:115px;}  

li.gallery { background: transparent url(n/gallery1.jpg) no-repeat bottom center;
	width:115px;} 
	
li.events { background: transparent url(n/events1.jpg) no-repeat bottom center;
	width:115px;} 
	
li.hours { background: transparent url(n/hourslocation1.jpg) no-repeat bottom center;
	width:177px;} 

li.contactus { background: transparent url(n/contactus1.jpg) no-repeat bottom center;
	width:147px;} 

#nav a:hover, #nav a.active {background-image: none; text-decoration: none;}
