﻿/* CSS layout */
html {
	height:100%;
}
body {
	background-color: #a3a672;
	background-image: url('images/bodybackground.gif');
	background-repeat: no-repeat;
	width: 1100px;
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 120%;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width:900px;
}
#top_nav {
	background-color:#221e1f;
	color:#ffffff;
	font-weight:bold;
	font-size: 13px;
	width:100%;
}
#page_content {
	background-color:#cdca9f;
	padding-bottom:30px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100%;
	height: auto;
	height: 100%;
}
#wrapper {
	min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -100px; 	
}
#push {
	height:100px;
}
#footer {
	background-color:#231f20;
	color:#cdca9f;
	height:100px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	font-size: 11px;
}
#footer a {
	float: left;
}
#footer img {
	border-color: #231f20;
	display: block;
	margin-top: 10px;
}

/* Styles for top_nav*/
#top_nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left:5px;
	padding-right:5px;
}
#top_nav a:hover {
	color: #cdca9f;
	text-decoration: none;
}
#headerInfo {
	width: 900px;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#cdca9f;
}
#headerInfo a {
	color: #000000;
	text-decoration: none;
}
#headerInfo a:hover {
	color: #cdca9f;
	text-decoration: none;
}
#page_content h1 {
	font-family: "Script MT Bold";
	font-style: normal;
}
#page_content h2 {
	font-family: "Script MT Bold";
	font-style: normal;
}
#page_content h3 {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
}
.columnLeft {
	width: 400px;
	float:left;
}
.columnRight {
	text-align: center;
	width: 400px;
	float: right;
	text-align:left;
}
.collectionBox {
	border: thin solid #000000;
	padding: 5px;
	margin: 3px;
	width: 273px;
	float: left;
	height: 350px;
}
.collectionBox p {
	width: 270px;
}
.mainParagraph {
	margin: 10px;
}
.quoteParagraph {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.centeredImage {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.centeredText {
	text-align: center;
}
.underlineText {
	text-decoration: underline;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}

