h1 { color: #000000; font-weight: bold; font-size: 20px; line-height: 100%; font-family: verdana, arial }
h2 { color: #000000; font-weight: bold; font-size: 18px; line-height: 100%; font-family: verdana, arial }
h3 { color: #000000; font-weight: bold; font-size: 16px; line-height: 100%; font-family: verdana, arial }


.container { 
	width: 828px;
	background: #ebd4b5;
	text-align: center; 
	border: 0px solid black;
	margin: 35px auto;
	clear: both;
	padding: 0 0 0 0;
}

.header {
	width: 818px;
	background: #ebd4b5;
	margin:  0px auto 0px auto;
	padding: 10px 0 0 0;
	position: relative;
	clear: both;
}

.sidebar {
	width: 193px;
	background: #ebd4b5;
	font-size: 12px;
	padding-left: 18px;
	padding-top: 0px;
	float: left;
}

.footer {
	width: 818px;
	background: #ebd4b5;
	padding: 15px 5px 15px 0px;
	text-align: center;
	font-size: 13px;
	color: #000000;
	clear: both;
}

.content {
	width: 570px;
	background: #ebd4b5;
	padding: 0px 10px 10px 10px;	
	text-align: left;
	float: right;
}

body {
	color: #000000;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #660000 url('/images/beans_background3.jpg') top left repeat;
}

body * {
	margin: 0px; 
	padding: 0px;
}

img {
	border: 0px;
	padding: 5px 5px 0px 5px;
}

.sidebar img {
	padding: 0 15px 0 10px;
}

p {
	font-size: 13px;
	font-weight: normal;
	color: #663300;
}

.text_main {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.text_main_bold {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.text_main_bold_brown {
	font-size: 13px;
	font-weight: bold;
	color: #663300;
}

.text_small {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
li {
	font-size: 13px;
	font-weight: normal;
	color: #663300;
	list-style: disc inside;
}