html, body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, Arial, sans-serif;
	color: #3C394B;
	background: #fff;
	height:100%;
}

/* DIVs */

#container {
	width: 783px;
	background: url(images/slice.jpg);
	height:100%;
}
#left {
	width:180px;
	float:left;
	text-align:center;
}
#right {
	width: 590px;
	float:right;
	padding-left:10px;
	padding-top:10px;
}
#content {
	width: 783px;
	background: url(images/slice.jpg);
}
#top {
	background-image: url(images/site_top.jpg);
	height: 100px;
}
#bottom {
	background-image: url(images/bottom.jpg);
	width: 752px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
}
/* Paragraphs */


/* Headers */

h1 {
	font: 17px Trebuchet MS, Verdana, Arial, Georgia, Sans-Serif;
	color: #8AA671;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h2 {
	font: 14px Verdana, Arial;
	color: #616355;
	font-weight: bold;
}
h3 {
	font: 14px Trebuchet MS,Verdana, Arial;
	color: #6A8248;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


p {
	line-height:16px;
}

a {
	color:#3C394B;
}
a:visited {
	color:#8AA617;
}
hr {border: none 0;
border-top: 1px dashed #FFCD00;
width: 100%;
height: 1px;
margin: 10px 0 10px 0;
}
td {
	font: 11px Verdana, Arial, sans-serif;
}