@charset "UTF-8";
/* CSS Document */

body {
	background-color: #49473B;
	border: 0;
	margin: 0;
	position: relative;
}

a:visited   {
	color: #5F513A;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-decoration: none;
	white-space: pre
}
a:link   {
	color: #5F513A;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-decoration: none;
	white-space: pre
}
a:hover   {
	color: #060;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-decoration: none;
	white-space: pre;
}

#main {
	text-align: center;
	width: 100%;
	top: 0px;
}
#top {
	height: 100px;
}
#menubar {
	background-image: url(../img/site_imgs/menubar.png);
	background-repeat: repeat-x;
	background-position: top;
}
.border {
	background-image: url(../img/site_imgs/line_illume.png);
	background-repeat: repeat-x;
	height: 10px;
}
#content {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #2E281D;
	background-color: #E9F2E9;
	background-image: url(../img/site_imgs/content.png);
	background-repeat: repeat-x;
	background-position: top;
}
.contactInfo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F0E7DC;
	text-decoration: none;
	
}
.bottomtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ECE3D7;
}
#foot {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #F0E7DC;
	text-decoration: none;
}
.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #1B1918;
	text-decoration: none;
}
.description {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #191614;
	text-decoration: none;
}
.border_menu {
	background-image: url(../img/site_imgs/line_menu.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
}
.border_contact {
	background-image: url(../img/site_imgs/line_third.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 25px;
	color: #E5EBDE;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.buttons{
	border-top: solid 0px black;
	border-bottom: solid 0px gray;
	margin: 0px;
	padding: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 12px;
	background-image: url(../img/site_imgs/acc_button_sm.png);
	vertical-align: middle;
	background-repeat:no-repeat;
	background-attachment: inherit;
	background-position:center;
	
	color: #FAF8F5;
}
.ContactBacks {
	background-color: #49473B;
}

