html {
	height: 100%;
	margin-bottom: 1px;
}
body {
/*	background: #ffecce url(../images/background.jpg) repeat-x;*/
background-color:#FFF;
	font-size: 67.5%;
}
* {
	margin: 0;
	padding: 0;
}
p, ul, li {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	color:#3b1b01;
	font-size:1.3em;
}
img {
	border:0px;
}
/* styling */
a {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	text-decoration:none;
}
a:active {
	color: #3b1b01;
}
a:link {
	color: #3b1b01;
}
a:visited {
	color: #3b1b01;
}
a:hover {
	color: #3b1b01;
}
.red {
color:#FF0000;
}

/* h1s etc */
h1 {
	font-family: Calibri, arial, verdana, helvetica, sans-serif;
	font-size: 1.8em;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 0px;
	color: #fdbe58;
}
.underline {
	text-decoration:underline;
}
/*floats/clear*/
.left {
	float: left;
}
.right {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
}
.right a {
	text-decoration:underline;
}
.righttxt {
	float: right;
	padding-right: 40px;
}
.clear {
	clear:both;
}
.space {
	clear:both;
	padding-bottom: 10px;
}
/* site */
#wrapper {
	width: 830px;
	height:auto;
	margin:auto;
	text-align:left;
	position: relative;
}
#header {
	width: 830px;
	height: 122px;
	margin:auto;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#headerimage {
	padding-top: 30px;
	margin-left: 7px;
}
#content_container {
	width: 830px;
	height: auto;
	background-image:url(../images/content.jpg);
	background-repeat: repeat-y;
}
#content {
	width: 820px;
	margin-left: 10px;
}
#content a {
	color: #3b1b01;
}
#content p {
	padding-left: 20px;
	padding-top: 10px;
}
#left {
	float: left;
	width: 156px;
	height: 166px;
	margin-left: 14px!important;
	margin-left: 7px;	
	margin-top: 5px;
	background-image:url(../images/left.jpg);
	background-repeat: no-repeat;
}
#left p {
	margin-left: 0px;
	margin-right: 10px;
}
#right {
	margin-left: 170px;
	width: 620px;
	padding-bottom: 20px;
}
#right p {
	text-align: justify;
	margin-left: -10px;
	margin-right: 10px;
}
#right ul {
	margin-left: 30px;
	font-size: 1em;
}
#contact {
	margin-left: 20px;
	margin-top: 10px;
}
#flash {
	width:776px;
	margin-left: 27px;
	padding-top: 7px;
}
/*footer*/
.footer {
	width: 830px;
	height: 45px;
	padding-bottom: 10px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
.footer p {
	padding-top: 6px;
	padding-left: 30px;
	font-size: 1.2em;
	color: #3b1b01;
}
.footer a {
	color: #3b1b01;
	text-decoration:none;
	font-weight:bold;
}

.footer a:hover {
	color: #3b1b01;
}
/*menu*/
#menu {
	clear: both;
	text-align: left;
	font-size: 1.6em;
	text-decoration: none;
	margin-left: 10px;
	position:absolute;
	top:30px;
	left:470px;
}
#menu a, #menu a:link, #menu a:visited {
	color: #000000;
	text-decoration: none;
	margin-top: 8px;
	height: 20px;
}
#menu a:hover {
	color: #fef5e4;
	text-decoration: none;
}
a.button {
	text-decoration: none;
	color: #e2d1b5;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 20px;
}
.button_active {
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}
