@charset "utf-8";
/* Main Styles */

body {
	background-color: #b9b9b9;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#site {
	width: 955px;
	margin: auto;
	background-color: #fefaf3;
	margin-top: 3%; 
}
#header {
	width: 955px;
	height: 103px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 955px;
	background-color: #fefaf3;
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-y;
	overflow: hidden;
}
#content .left {
	width: 745px;
	float: left;
}
#content .right {
	width: 200px; /* max 210px */
	float: left;
}
#content .right .logo_sidebar {
	margin-top: 150px;
}
#content .right p{
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 15px;
}
#content .right .header {
	font-weight: bold;	
}
#content .right .email a {
	color: #b73e31;
	text-decoration: underline;	
}
#content .right .email a:hover {
	color: #b73e31;
	text-decoration: none;	
}
#navi {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navi a {
	text-decoration: none;
	color: #333;
}
#navi a:hover {
	text-decoration: none;
	color: #b4412e;
}
#navi a.active {
	text-decoration: none;
	color: #b4412e;
}
h1 {
	font-size: 21px;
	color: #333;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
	width: 650px;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 10px;
}
h2 {
	font-size: 15px;
	color: #333;
	padding-top: 5px;
}
.scrollable {
	width: 630px;
	height: 250px;
	margin-left: 50px;
	overflow:auto;
	margin-bottom: 10px;
	padding-right: 20px;
}
.scrollable ul {
	margin-bottom: 20px;
	font-size: 13px;
}
.scrollable ul li{
	background-image:url(images/list_dot.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	margin-bottom: 6px;
	font-size: 13px;
}
.scrollable ul li span {
	margin-left: 10px;
	font-size: 13px;
}
/*.scrollable ul li{
}*/
.text {
	margin-top: 30px;
}

.text p {
	margin-bottom: 10px;
	line-height: 17px;
	font-size: 13px;
}
.footer_sub {
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-y;
	width: 955px;
	height: 83px;
	padding-bottom: 60px;
}
.copy {
	margin: auto;
	text-align: center;
	color: #7b7b7b;
	margin-top: 10px;
	width: 955px;
}

.copy a {
	text-decoration: none;
	color: #7b7b7b;
}
.copy a:hover {
	text-decoration: none;
	color: #7b7b7b;
}
.copy a.active {
	text-decoration: none;
	color: #7b7b7b;
}
.startpic {
	margin-left: 110px;
	margin-top: 30px;
}
.email a {
	color: #b73e31;
	text-decoration: underline;	
}
.email a:hover {
	color: #b73e31;
	text-decoration: none;	
}
