﻿/* CSS layout */

body {
	background-position: top;
	background: url('Images/red-bkgr.jpg') repeat left;
	background-attachment: fixed;
}

html {
	background-position: top;
	background: url('Images/red-bkgr.jpg') repeat-x left;
	background-attachment: fixed;
}

#masthead {
	height: 200px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background: #666600;
	background-attachment: fixed;
}
#top_nav {
	height: auto;
	width: 900px;
	background: #666600;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container {
	border-color: #800000;
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #666600;
	border-top-style: solid;
	border-top-width: 2px;
}

#left_col {
	width: 200px;
	height: auto;
	float: left;
	background: #666600;
	padding-left: 20px;
	padding-top: 20px; 
}

#page_content {
	margin: 0;
	background: #666600;
	height: auto;
	width: 660px;
	float: right;
	padding: 0; 
}
#page_content.left {
	margin: 0;
	background: #666600;
	height: auto;
	width: 660px;
	float: left;
	padding: 0; 
}

#mid-column {
	width:430px;
	margin: 0;
	padding-top: 20px;
	float: left; 
}

#right_col {
	width: 220px;
	height: auto;
	float: right;
	padding-right: 5px;
	padding-top: 20px;
}
#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	background: #666600;
	padding-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
}

.imgrightcol {
	border: 3px inset #FFFFFF;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	float: right;
}
.imgleftcol {
	border: 3px inset #FFFFFF;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
}
.button {
	text-align: center;
	border: 2px outset #D2C7B0;
	padding: 2px;
	width: 50px;
	height: 20px;
	float: inherit;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.imggallery {
	border: 3px inset #FFFFFF;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: 25px;
	float: right;
}
.gallery {
	padding: 10px;
	width: 850px;
	height: auto;
	position: inherit;
	float: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	margin-right: 15px;
}
.button {
	border: 3px outset #FFFFFF;
	padding: 2px;
	width: auto;
	height: 30px;
	margin: 15px 25px 15px 0px;
	background-color: #EBE4DA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #808000;
}
.textbox {
	font-family: "Palatino Linotype";
	color: #FFFFFF;
	font-size: inherit;
	margin-left: 25px;
	float: right;
	margin-top: 10px;
	width: 360px;
	height: auto;
	text-align: justify;
}
.textboxwide {
	font-family: "Palatino Linotype";
	color: #FFFFFF;
	font-size: inherit;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	width: 880px;
	height: auto;
	text-align: justify;
	margin-right: 10px;
}
.img {
	margin: 10px 25px 25px auto;
	border: 3px inset #FFFFFF;
	float: none;
}
.midpicture {
	border: 3px inset #D2C7B0;
	margin: 5px auto 25px auto;
	float: none;
}
