@charset "utf-8";
/* CSS Document */
body {
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B5985A;
}
#content-container{ width:1000px; margin:0px auto; text-align:left; background-color:#FFF;}
#top{width: 900px;}


#title-bar {
	width:1000px;
	height:100px;}

#top-header {
	width:1000px;
	background-image:url(images/sample2_02.png); text-align:center;}
	
#menu-bar {
	width:1000px;
	height:26px;
	background-image:url(images/sample2_03.png);
	padding-top:5px;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
	text-align:center;}
	
	
#maincopy{
	width:900px;
	padding-right:20px;
	padding-left:60px;
	padding-top:40px;
	padding-bottom:30px;
}
			
#rightcopy{
	width:270px;
	float: right;
	background-color:#ebe4d4;
	padding:10px;
	margin-left:50px;
}
#rightcopy p{ 
			font-family:"Century Gothic", "Trebuchet MS";
			font-size:12px;
			color:#333}
#rightcopy h3{ 
			font-family:"Century Gothic", "Trebuchet MS";
			font-size:14px;
			color:#99762b;}
			
#footer {
	height:26px;
	padding-top:5px;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
	color:#FFF}

p,li {
	font-family:;
	font-size:14px;
	color:#666;}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#99762b;
	text-align:left;
}
h2{
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:16px;
	color:#666;
}

a:link {
		text-decoration: none;
	color:#FFF;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
}
a:visited {
	text-decoration: none;
	color:#FFF;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
}
a:hover {
	text-decoration: none;
	color:#360;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
}
a:active {
	text-decoration: none;
	color:#C90;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:12px;
}
#middle-highlight{
	width: 150px;
	float:right;
	margin:10px;
}
#green-text{
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #063;}
#imagediv{ width:230px; float:left;}
