@charset "UTF-8";
/* CSS Document */
body {
	background-color: #E5BEB9;
	margin-top: 0px;
}
#holder {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 908px;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 908px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8CA79F;
	border-left-color: #8CA79F;
	background-color: #FFF;
}
#header {
	width: 908px;
}
#navigation {
	background-image: url(images/navigation_background.jpg);
	background-repeat: repeat-x;
	padding-left: 0px;
}
#navigation li {
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 7px;
    margin-right: 30px;
	line-height: 0px;
	font-size: 0px;
	display: inline;
}
#navigation ul {
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navigation li.last {
	margin-left: 220px;
}
#pagetab {
	padding-left: 20px;
	background-repeat: repeat-x;
	background-image: url(images/tab_dropshadow_background.jpg);
}
#rightbox {
	width: 472px;
	float: right;
	border: 1px solid #000;
	margin-right: 10px;
	margin-top: 5px;
}
#content {
	width: 390px;
	float: left;
	margin-left: 15px;
	border: 1px solid #D9D1B2;
	margin-top: 5px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b250d;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	line-height: 120%;
	margin-bottom: 0px;
	padding-left: 15px;
	padding-top: 0px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b250d;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 0px;
}
#footer {
	
}
#footer2 {
	width: 87px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
a:link, a:visited  { text-decoration:none; color: #ed7871; }
a:hover { text-decoration:none; color: #ed7871; }
a:active  { text-decoration:none; color: #ed7871; }
