body {
	font-family: comic sans ms, fantasy, Sans-Serif;
	font-size: 13px;
	background-color: #FF9900;
	padding: 0; 
	}



#page {
	background-color: #EDE8C0;
	margin: auto;
	padding: 0;
	width: 760px;
	border: 4px solid #CE6F00;
	}
	

#footer {
	margin: 0 auto;
	width: 760px;
	clear: both;
	background-image: url(images-template/bottombar760.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	}


#header {
	background-color: #CD5308;
	background-image: url(images/titlebar760.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 220px;
	width: 100%;
	}
	
#wrapper {
	background-color: #EDE8C0;
	}
	

#content {
	font-size: 13px;
	}


small {
	font-size: 8px;
	}

h1, h2, h3 {
	font-weight: bold;
	color: #7D0200;
	}

h1 {
	font-size: 15px;
	}

h2 {
	font-size: 14px;
	}


h3 {
	font-size: 13px;
	}



a {
	color: #758200;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #CC3300;
	text-decoration: underline;
	font-weight: bold;
	}
	
.floatleft {
	float:left;
}


/* this sets the color and such of the left menu	*/
	
a.pagelinkcolor{
	background-color: transparent;
	background-image: url(menu-divider.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom left;
	display: list-item;
	list-style-image:url(pepper-icon.gif);
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 7px;
	margin-bottom: -10px;
	font-weight: bold;
	}


/* this sets the color and such of the bottom menu */
a.pagelinkcolor2 {
	}



p img {
	padding: 0;
	max-width: 100%;
	}

.bigger {
	font-size: 12px;
	font-weight: bold;
}

#sitemessage {
	padding: 10px;
	color: #000099;
	font-weight: bold;
	margin: 0 auto;
}

.salecolor {
	color: #990000;
	font-weight: bold;
	}
	
