* {margin: 0; padding: 0; border: none; text-decoration: none;}

body {
	background: url(img/bg.jpg) repeat;
	color: #ccc;
	text-align: left;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
#container {
	position: relative;
	background: #666 url(img/contentbg.jpg) repeat-y;
	width: 777px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#header {
	height: 251px;
	width:777px;
}

#content {
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
	height: 100%;
	margin: 10px 75px 25px 102px;
	}

a:link, a:visited {color: #1B4750; text-decoration: underline;}
a:hover {color: #1b4750; text-decoration: underline;}
a.inline:link, a.inline:visited {color: #ccc; text-decoration: underline;}
a.inline:hover {color: #1b4750; text-decoration: underline;}
#footer a:link, #footer a:visited {color: #ccc; text-decoration: none;}
#footer a:hover {color: #ccc; text-decoration: underline;}

#footer {
	text-align: center;
	background: #20727C url(img/footerlines.jpg) repeat-y;
	height: 15px;
	clear: both;
	font-size: 75%;
	vertical-align: middle;
	border-top: 1px solid #ccc;
	padding: 2px 0 2px 0;
}

img.left {
	float: left;
	width: 300px;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
}

img.title {
	float: left;
	width: 300px;
	margin: 0 0 10px 0;
}

img.pgheader {
	width: 600px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	}

p {
	padding-bottom: 20px;
}

h1 {
	font-size: 160%;
	line-height: 25px;
	color: #1B4750;
	font-weight: bolder;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #1B4750;
	margin: 20px 0 10px 0;
}

img.thumb {
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	margin: 0 8px 8px 0;
}

p.filler {
	height: 200px;
}

p.top {
	padding-top: 50px;
}

p.slides {
	font-size: 85%;
	padding: 5px 0 0 0;
	font-style: italic;
}