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

*{margin:0px; padding:0px;}
img{border:0px; padding:0px;}
.clear{clear:both;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image: url(../images/bg_homepage.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 15px;
	line-height: 18px;
	text-decoration: none;
}

#MainContainer{
	width:769px;
	margin:auto;
	background-image: url(../images/shadow_lft_rt.png);
	background-repeat: repeat-y;
	background-position: top;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 7px;
}
#Navi_Container {
	background-color: #9a6616;
	background-image: url(../images/navi_bg.gif);
	background-repeat: repeat-x;
	height: 55px;
	text-align: center;
	padding-top: 9px;
}
#Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCAA52;
	text-decoration: none;
	background-color: #003366;
	height: 177px;
	background-image: url(../images/Logo_RobertFoster.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: bold;
	line-height: 20px;
}
#Header .picture_left {
	text-decoration: none;
	background-color: #0063C6;
	float: left;
	height: 177px;
	width: 258px;
}
#Header .headline {
	text-decoration: none;
	float: left;
	padding-top: 100px;
	padding-left: 50px;
}
#Strip{
	height:12px;
	background-color: #9A6733;
	background-image: url(../images/img_01.gif);
	background-repeat: repeat-y;
}
#Left_Column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	text-decoration: none;
	float: left;
	width: 238px;
	padding-top: 30px;
	padding-left: 20px;
}
#Content_Base { background:url(../images/img_02.gif) left repeat-y;
}

#Content_Div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	text-decoration: none;
	float: left;
	width: 471px;
	padding: 20px;
	text-align: justify;
	line-height: 20px;
	background-color: #FFFFFF;
}
#Content_Div a {
	color: #4D4D4D;
	text-decoration: underline;
	font-weight: bold;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.Photo {
	padding-bottom: 15px;
	padding-left: 15px;
}
#Content_Div ul {
	text-decoration: none;
	margin-left: 20px;
	margin-top: 5px;
}
#Content_Div li {
	text-decoration: none;
	margin-top: 5px;
}
#Footer {
	background-image: url(../images/footer_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 33px;
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#Left_Column a {
	color: #4d4d4d;
	text-decoration: none;
}
#Left_Column a:hover {
	color: #4d4d4d;
	text-decoration: underline;
}

