/*green #414513
pink #fdcfe0
*/
body, form, div, h1, h2, h3, h4, h5, dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	/*background-color:#ede3c0;*/
	background-color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	/* Browsers default font size is 16px (medium). This changes default value to 14px  */	
	font-size: 87.5%;
	/*	line-height:120%;
	letter-spacing:1px;*/
	color:#000;
}
a:link, a:visited, a:active {
	color:#414513;
	text-decoration:underline;
}
a:hover {
	color: black;
	text-decoration:none;
}
.menu a:link,.menu a:visited,.menu a:active {
	color:black;
	text-decoration:none;
}
.menu a:hover {
	color: #414513;
	text-decoration:underline;
}
.bodycolor {
	background-color:white;
}
.backgroundcolor {
	background-color:#ffd895;
}
.sidecolumns {
	/*background-color:#ede3c0;*/
	background-color:white;
}
.maincontent {
	/*border-left:1px solid #ddbc84;
	border-right:1px solid #ddbc84;*/
	padding-top:20px;
	padding-left:55px;
	padding-right:55px;
	/*height:385px;*/  /*NonIE browsers*/
	/*.height:555px; For IE*/
}
.starthidden {display:none;}
.menu {
	/*background-color:#ffd07f;*/
/*	float:left;
	background-color:white;
	padding-left:15px;
	padding-right:20px;
	line-height:130%;
	border-collapse:collapse;
*/	padding-bottom:10px;
	padding-top:5px;
/*	font-size: 12px;
*/	text-transform:lowercase;
	font-weight:bold;
}
.saleitems {
	width:300px;
	border:3px solid black;
	float:right;
	text-align:center;
	background-color:#fdcfe0;
	margin-left:10px;
	margin-bottom:10px;
}
/* Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding; IE and Opera pad a list on the margin. Set one of these to zero, and use the other for the indent.
Margin-top:0 removes the empty blank line after <ul> */
ul {
	margin-left:1.2em;
	padding-left:0em;
	margin-top:0;
	margin-bottom:0;
}

/*.indent ul {
	margin-left:3.5em;
	padding-left:3.5em;
}*/

/*
li { 
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.pagetitle {
	font-size: 110%;
	font-weight:bold;
	text-transform:uppercase;
}