/* CSS Document */

body {
	/* background:#687274;  #6284A9; */
	font:"Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size:80%;
	color:#000000;
	}

h1 { font-size:225%; font-family:Georgia, "Times New Roman", Times, serif; }
h2 { }
h3 { }

.nobreak { white-space:nowrap; }

#interior {
	width:780px;
	display:block;
	margin:auto;
	border:1px solid #cccccc;
	padding:20px;
	background:#ffffff;
	} 

#header a { text-decoration:none; color:#000000;  }

#header_img { margin:-10px 0 0 0; }

#nav { 
	margin:10px 0 15px 0;
	font-weight:bold;
	}

#nav a { color:#313436; }
#nav a:hover{ text-decoration:none; }

#content {
	border:1px solid #cccccc;
	padding:0 20px;
	}

#footer { margin-top:20px; font-size:90%;}

#hbi { width:780px; margin:auto; padding:20px; text-align:right; }
#hbi a { color:#A2A2A2; }


#left_col{
	width:440px;
	float:left;
	padding:20px 0;
	}
#right_col{
	width:270px;
	float:right;
	padding:20px 0;
	}
#end_nested_divs { clear:both; }

#map { width:440px; height:400px; clear:both;  }

#imgs_left { width:364px; float:left; }
#imgs_right { width:364px; float:right; }

.img { border:1px solid #cccccc; padding:2px; }

.img_gallery { margin-bottom:20px; border:1px solid #cccccc; padding:2px; }