/*
#622e00 #ff0000 #ffffff #feb99f #b4cb00
chocolate
		strawberry
				white
						pink
								green
*/

h1
{
	/*color: #b4cb00;*/
}

html
{
	background-color: #622e00;
	height: 100%;
	color: #622e00;
}

div
{
	padding: 2px;
	border: solid 1px #b4cb00;
}

body
{
	text-align: center;
}

#container
{
	text-align: left;
	width: 800px;
	margin: 0 auto;
	height: 100%;
}

#bg
{
	z-index: -1;
	background-color: Transparent;
	position: absolute;
	top: 4px;
	width: 800px;
	height: 100%;
}

body 
{ 
	background-color: transparent; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index:0; 
	position:relative; 
}

#header
{
	height: 100px;
	
}

#left
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
	height: 500px;
	float: left;
}

#center
{
	float: left;
	width: 392px;
	height: 500px;
}

#right
{
	float: left;
	width: 195px;
	height: 500px;
}

#footer
{
	clear: both;
	text-align: center;
}

.head
{
	border: solid 0px black;
}

.head img, .head h1
{
	float: left;
}

.head img
{
	height: 96px;
}

.head h2
{
	float: right;
}

.left_content
{

}

.left_content ul
{
	position: relative;
	left: -15px;
	list-style-image: url(special_warm_16.png);
	list-style-position: outside;
}

.main_content
{
}

.right_content
{
	
}

.right_content ul
{
	position: relative;
	left: -15px;
	list-style-image: url(love_warm_16.png);
	list-style-position: outside;
}

.right_content h1
{
	font-size: medium;
	font-weight: bold;
}

a,
a:visited
{
	color: Black;
	border: solid 0px black;
}

img
{
	border: solid 0px black;
}

a:hover
{
	background-color: #feb99f;
	color: #622e00;
}