@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}

html, #wrapper {
	height: 100%
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: url(../images/bg_yellow.jpg) repeat top center;
	height: 100%
}

#top {
	height: 175px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg_brown.jpg) repeat top center;
	}
	
#header {
	height: 175px;
	width: 795px;
	margin: 0 auto;
	background: url(../images/bg_header.jpg);
	}
	
#header h1 {
	display: none;
	}
	
#header p {
	padding: 25px 25px 0 25px;
	color: #F8EAC7;
	text-align: right;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	
#header h3 {
	padding: 29px 40px 0 25px;
	color: #F8EAC7;
	text-align: right;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
#container {
	width: 795px;
	margin: 0 auto;
	padding-top: 215px;
	background: url(../images/bg_photo_yellow.jpg) no-repeat;
	}

#centcol {
	float: left;
	display: inline;
	width: 2px;
	height: 353px;
	background: url(../images/bg_leftcol_line_yellow.jpg) no-repeat;
	}	

#leftcol {
	float: left;
	display: inline;
	width: 447px;
	margin-left: 21px;
	background: url(../images/bg_leftcol_line_yellow.jpg) no-repeat;
	}	

#leftcol h1 {
	padding: 15px 0 10px 25px;
	font-size: 19px;
	font-style: italic;
	}

#leftcol p {
	padding: 15px 40px 10px 45px;
	line-height: 150%;
	}

#fulcol {
	float: left;
	width: 750px;
	display: inline;
	margin-left: 21px;
	background: url(../images/bg_leftcol_line_yellow.jpg) no-repeat;
	}	

#fulcol h1 {
	padding: 15px 0 10px 25px;
	font-size: 19px;
	font-style: italic;
	}

#fulcol p {
	padding: 15px 40px 10px 45px;
	line-height: 150%;
	}

#rightcol {
	float: left;
	display: inline;
	width: 304px;
	margin-right: 21px;
	background: url(../images/bg_leftcol_line_yellow.jpg) no-repeat 100% 100%;
	}	

#rightcol h2 {
	padding: 15px 10px 0 35px;
	font-size: 14px;
	font-style: italic;
	color: #990000;
	}

#rightcol p {
	padding: 0 10px 15px 35px;
	line-height: 150%;
	background: url(../images/line.gif) no-repeat center bottom;
	}
	
.line {
	}

#clear {
	clear:both;
	height: 25px;
	}
	
#bottom {
	height: 51px;
	width: 100%;
	background: url(../images/bg_brown.jpg) repeat top center;
	}
	
#footer {
	width: 795px;
	margin: 0 auto;
	}
	
#footer a:link, #footer a:visited,#header a:link, #header a:visited {
	color: #F8EAC7;
	text-decoration: none;
	}
	
#footer a:active, #footer a:hover,#header a:active, #header a:hover {
	color: #F8EAC7;
	text-decoration: underline;
	}
	
#footer p {
	padding: 10px 25px 10px 25px;
	color: #F8EAC7;
	line-height: 150%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}
	
#footleft {
	float: left;
	width: 200px;
	display: inline;
	text-align: left;
	}
	
#footright {
	float: right;
	width: 500px;
	display: inline;
	text-align: right;
	}
	
#map {
	 margin: 10px 10px 0 45px;
	 width: 375px;
	 height:285px;
	 border: 1px solid #000;
	 }
	
.linline {
	background: url(../images/link_line.gif) no-repeat;
	padding: 0 0 15px 12px;
	margin-left: 8px;
	}
	
.navline {
	background: url(../images/link_line_nav.gif) no-repeat;
	padding: 0 0 14px 6px;
	margin-left: 8px;
	}
	
.photos {
	margin: 0 0 0 15px;
	behavior: url(../css/iepngfix.htc);
	}
	
a.grey:link, a.grey:visited, a.grey:active, a.grey:hover {
	color: #333;
	text-decoration: none;
}
