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

body { background-color: #ffe7af;
	margin: 0px; }
	
body a { color: #333333; 
	text-decoration: none; }

body a:hover { color: #CC6600; }
	
#top {width: 805px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px; }

#header { float: right;
	background-color:#cc6600;
	height: 73px;
	width: 575px;
	border: none;
	padding-left: 40px;
	padding-top: 12px;
	padding-bottom: 0px;
	color: #ffcc66;
	font-family: "Frutiger LT Std 55 Roman", Tahoma; 
	font-size: 36px; }
	
h4 { font-family: Tahoma, Geneva, sans-serif;
color: #666666; }
	
#logo { float: left;
	height: 85px;
	width: 180px;
	border: none; 
	margin-right: 10px; }
	
#center { width: 805px;
    height: 100%;
	margin-left: auto;
	margin-right: auto; 
	margin-bottom: 10px;  
	background-color: #ffcc66; }


#nav { float: left;
	background-color: #ffcc66; 
	width: 170px;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	padding: 10px;
	padding-right: 0px;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #993300;
	text-align: right;  
        line-height: 18px; }
	
#nav a { text-decoration: none;
	color: #333333; }

#nav a:hover { color: #cc6600; }

#content a { text-decoration: none;
	color: #336600;
	font-family: Tahoma, Geneva, sans-serif; }

#content a:hover { color: #cc6600; }

#content { border: 1px solid #ff9933;
	width: 533px;
	position: relative;
	float: right;
	background-color: #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px; }
	
#right { float: right;
	/*border: 1px solid #ff9933;
	background-color: #ffe7af;*/
	width: 170px;
	position: relative;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;  }
	
#footer_container { width: 805px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative; 
	margin-bottom: 10px;
	margin-top: 0px; 
	background-color: #ffe7af; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	padding-top: 0px; }
	
/*#footer_left { float: left;
	background-color: #ff9933; 
	width: 180px;
	height: 40px;
	position: relative;
	margin-top: 0px;
	margin-right: 10px;
	padding-right: 0px;
	border: none;  }*/
	
#footer_right { width: 613px;
	height: 40px;
	position: relative;
	float: right;
	/*background-color: #FFCC66;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-left: 0px; 
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px; }
	
#thumbnail_container { width: 533px;
	height: 150px;
	padding: 0px;
	background-color: #ffffcc; 
	margin-bottom: 40px; }
	
#thumbnail { width: 125px;
	height: 150px;
	float: left;
	text-align: left;
	background-color: #ffffcc; }
	
p.thumbnail { color: #333333;
	font-size: 14px;
	float: right;
	margin-right: 20px;
	text-align: left; 
	width: 380px;
	padding-top: 30px; }
	
p.thumb_intro { font-size: 14px; }

#contact { float: left;
	margin-top: 100px; }
	