body { 

}

#header {
	width: 500px;
	height: auto;
	float: left;
}

.header1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 60px;
	color: #990000;
	padding-top: 10px;
	padding-left: 120px;
	text-align: left;
}

.header2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #990000;
	padding-left: 135px;
	text-align: left;
}

#wrap {
	height: 500px;
	width: 550px;
	margin-left: 170px;
}

#navbar {
	height: auto;
	width: auto;
}

.nav { 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	border: solid 1px #FF9933;
	border-right: none;
	border-top: none;
	float: left;
	width: auto;
}

.nav a {
    font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	border: solid 1px #FF9933;
	border-bottom: none;
	border-left: none;
	padding: 5px 5px 5px 5px;
	margin-right: 0px;
	background-color: #FFCC66;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #990000;
	display: block;
	width: 7em;
}

.nav a:hover {
	background-color: #FFFF99;
	color: #CC6633;	
}

.nav li {
	float: left;
}


#contentwrapper {
	width: 484px;
	height: auto;
	float: left;
}

#content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #990000;
	text-align: justify;
	margin: 10px;
	margin-top: 6px;
}

#content a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}

#content a:hover {
	color: #CC6633;
}

.homeface {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.hometext {
	font-size: 15px;
	text-align: justify;
}		

.bioface {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.biotext {
	font-size: 15px;
}

.quote {
	font-style: italic;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 20px;
}	

.quoteface {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
}	

.shopdate {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
		
	
.shopface {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
}	

.shopface a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	color: #990000;
}	

.shopface a:hover {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	color: #CC6633;
}					

.links {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	padding-bottom: 5px;
}

.links a {
	text-decoration: none;
	color: #990000;
}

.links a:hover {
	color: #CC6633;
	text-decoration: underline;
}


