body{
/*	background-color:rgb(235,235,218);*/
}
div.content{
	width:525px;
	text-align:left;
	font-family:garamond, "times New Roman", serif;
	padding:10px;
	float:left;
	color:#333333;
	letter-spacing:.5px;
/*	border-right-style:solid;
	border-right-color:#cccccc;
	border-right-width:1px;
	*/
}
.sidebar{
	width:200px;
	text-align:left;
	float:left;
	height:100%;
}
span.sidebar{
	padding-top:5px;
	text-indent:3px;
	font-size:14px;
}
a.sidebar{
	color:rgb(93,87,63);
	text-decoration:none;
	font-style:italic;
	font-family:garamond, "times New Roman", serif;
	font-size:16px;
	text-align:center;
	letter-spacing:1.5px;
}
a:hover.sidebar{
	text-decoration:underline;
	color:#000000;
}
div.product{
	font-family:garamond, "times New Roman", serif;
}

a.product{
	font-weight:bold;
	font-family:garamond, "times New Roman", serif;
	font-size:large;
	text-align:left;
}

li.product_description{
	text-align:left;
}

.contact{
	margin-top:20px;
	text-align:left;
	font-family:garamond, "times New Roman", serif;
}

.profile{

}
.profile_title{
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	text-align:left;
}

.menu{
/*	width:625px;*/
	text-align:center;
	font-family:garamond, "times New Roman", serif;
	font-size:15px;
	margin-top:10px;
	padding-bottom:10px;
	
}
a.menu{
	color:rgb(93,87,63);
	text-decoration:none;
	font-size:18px;
	letter-spacing:4.3px;
	margin-left:5px;
	margin-right:5px;
	font-weight:bold;
	/*border-bottom:none;*/
}
/*
a.menu:active{
	color:#000000;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	border-bottom:none;
}
a.menu:visited{
	color:#000000;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	border-bottom:none;
}
*/
a.menu:hover{
	color:#999999;
	text-decoration:underline;
	margin-left:5px;
	margin-right:5px;
/*	border-bottom:none;*/
}
.heading{
	
	font-family:garamond, "times New Roman", serif;
	font-weight:bolder;
	text-align:left;
	font-size:16px;
	color:#000000;
}
a.heading:hover{
	color:#999999;
	text-decoration:none;
}
.frontpage{
	font-family:garamond, "times New Roman", serif;
}
.container{
	position: absolute;
	width:800px;
/*	height:500px; */
	left: 50%;
	margin-left: -400px;
	margin-top: 0;
	vertical-align:top;
/*	border-style:solid;
	border-color:#cccccc;
	border-width:1px;*/
/*	background-color:rgb(247,247,238);*/

}
.subcontainer{
	width:750px;
	margin-left:25px;
	margin-top: 0;
}
.footer{
	text-align:center;
	padding-bottom:-10px;
}
.copyright{
	text-align:center;
	letter-spacing:1.5px;
	font-size:12px;
}
.header{
	text-align:center;
}
.imagecaption{
	font-style:italic;
	float:left;
	padding-left:20px;
}
.sidebarcaption{
	padding-left:5px;
	font-style:italic;
	font-size:11px;
/*	border-bottom-style:solid;
	border-bottom-color:#cccccc;
	border-bottom-width:1px;*/
}