body
{
	margin: 0;
	font-family: Verdana;
	font-size: 10pt;
	background: url(images/background.jpg);
}

a:link
{
	color: #a5665b;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited
{
	color: #a5665b;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:hover
{
	color: #a5665b;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#container
{
	overflow: hidden;
	margin: 0 auto;
	width: 755px;
}

#header
{
	width: 755px;
	height: 145px;
	background: url(images/header.jpg) no-repeat;
}

#navlinks ul 
{
	margin: 0px;
	padding: 112px 0 0 0;
	list-style-type: none;
	text-align: center;

}

#navlinks ul li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#navlinks ul li a
{
	padding: 4px 12px 5px 12px;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #4b351e;
	background: url('images/nav.gif') repeat-x;
}

#navlinks ul li a:hover
{
	color: #f2ead7;
	background: #4b351e;
	text-decoration: none;
}

#content
{
	padding: 4px 10px;
	background-color: #f2ead7;
}

.beans
{
	background: url(images/content.jpg) repeat-y center;
}

#top
{
	border: 4px solid #f2ead7;
	padding: 6px 9px;
	background: #4b351e;
	color: #f2ead7;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

#bottom
{
	border: 4px solid #f2ead7;
	padding: 7px 9px;
	background: #4b351e;
	color: #ffbb40;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

a.button,a.button:link,a.button:visited
{
	display: inline;
	color: #f2ead7;
	background-color: #a5665b;
	font-weight: bold;
	font-size: 11px;
	width: 120px;
	text-align: center;
	padding: 0 15px;
	padding-top: 4px;
	padding-bottom: 5px;
	border: 1px solid #f2ead7;
	outline: 1px solid #a5665b;
	text-decoration: none;
	margin-left: 1px;
}

a.button:hover,a.button:active
{
	background-color:#4b251e;
}

#footer
{
	padding: 10px 0;
	text-align: center;
	font-size: 8pt;
	color: #f2ead7;
}