html {
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(gfx/background.gif);
	background-color: #4E5EA0;
	background-repeat: repeat-y;
	background-position: 8px;
}
table {
	font-size: 12px;
}
#pageframe {
	width: 740px;
	margin-left: 8px;
}

#header {
	height: 77px;
	overflow: hidden;
	background-image: url(gfx/nav_bg.gif);
	background-position: 258px;
}
#logo {
	float: left;
}
#nav {
	width: 482px;
	padding-top: 17px;
	float: right;
}
#headline {
	background-image: url(gfx/headline_bg.gif);
	height: 51px;
	overflow: hidden;
}
#content {
	width: 707px;
	height: 525px;
	margin-top: 15px;
	margin-left: 17px;
}
#content_interior {
	width: 641px;
	height: 380px;
	display: table;
	margin-top: 15px;
	margin-left: 83px;
}
#content_interior2 {
	width: 641px;
	height: 600px;
	display: table;
	margin-top: 15px;
	margin-left: 83px;
}
#photogallery {
	width: 351px;
	float: left;
}
#hometext {
	width: 356px;
	float: left;
}
#hometext table.border {
	border: 2px solid #C1C1C1;
}
#hometext td.border {
	border: 1px solid #C1C1C1;
}
#footer {
	width: 707px;
	clear: both;
	padding-top: 10px;
	margin-left: 17px;
	margin-top: 20px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4E5EA0;
}
p {
	margin-top: 0;
}
a:link {
	color: #4E5EA0;
	text-decoration: none;
}
a:visited {
	color: #4E5EA0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.dropdown a:link {
	font-size: 10px;
	color: #FFFFFF;
}
.dropdown a:visited {
	font-size: 10px;
	color: #FFFFFF;
}
ul {
	margin-top: 0;
}
.footertext {
	font-size: 10px;
}
.leftpadding {
	padding-left: 30px;
}