html, body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: "Trebuchet MS";
	background-image: url(../images/bg.gif);
	}


#pagecontainer {
	width: 780px;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	}

#header {
	width: 780px;
	border-width: 0px 0px 3px 0px;
	border-color: #000000;
	border-style: solid;
	height: 74px;
	background: url(../images/header.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#largemontage {
	width: 780px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

.largemontage {
	height: 250px;
	width: 780px;
	}

#smallmontage {
	width: 780px;
	border-width: 0px 0px 3px 0px;
	border-color: #000000;
	border-style: solid;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

.smallmontage {
	height: 150px;
	width: 780px;
	}

#horiznav {
	width: 780px;
	height: 19px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	background: #400000 url(../images/horiznavbg.jpg) repeat-x;
	
}

#breakbar {
	width: 780px;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
	font-size: 0px;	
	background-color: #400000;
}

#container {
	width: 780px;
	background: url(../images/mainbg.jpg) repeat-y;
	}

#maincontent {
	width: 580px;
	text-align: left;
	float: left;
	}

#main, #right {
	padding: 4px 8px;
	}

#rightbar {
	width: 200px;
	text-align: center;
	float: left;
	}


.clearfloats {
	clear: both;
	height: 0px;
	line-height: 0px;
	}

#horiznav ul {
	float: left;
	padding: 0px;
	margin: 0px 10px;
	}

#horiznav ul li {
	float: left;
	margin: -3px 10px 0px 10px;
	list-style-type: none;
	}

#horiznav ul li.first {
	float: left;
	margin: -3px 10px 0px 0px;
	list-style-type: none;
	}

#horiznav ul li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	}

#horiznav ul li a:hover {
	text-decoration: underline;
	}

a img {
	border-width: 0px;
	border-style: none;
	}

.blogimg {
	margin: 0px 4px 0px 0px;
	width: 39px;
	height: 14px;
	}

.galleryimg {
	margin: 0px;
	width: 55px;
	height: 14px;
	}

.guestbookimg {
	margin: 0px 4px 0px 0px;
	width: 75px;
	height: 14px;
	}

#footer {
	font-size: 0.7em;
	}

