body {
	font-family: serif;
	background: url('../images/darkBG.png') top center repeat;
	background-attachment:fixed;
	font-size: 1.1em;
	color: #2c1908;
}

#pageContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#lowerPage {
	padding: 10px;
	background: url('../images/lightBG.png') top center repeat;
}

a {
	color: #2c1908;
}

a img {
	border: none;
	text-decoration: none;
}

.center {
	text-align: center;
}

.footerText {
	font-size: 0.8em;
	text-align: center;
	color: #7d682b;	
}

.footerText a {
	color: #7d682b;	
}

hr {
	border-top: 3px solid #2c1908;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

fieldset {
	border: 2px solid #2c1908;
}

.borderMe {
	border: 1px solid #2c1908;
	background-color: #7d682b;
}

.borderMe:hover {
	color: #7d682b;
	background-color: #2c1908;
}

.middleImage {
	margin-left: 300px;
}

.topMenu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topMenu li {
	display: inline;
}

.topMenu li a {
	text-align: center;
	display: block;
	width: 150px;
	height: 24px;
	border-bottom: 2px solid #2c1908;
	text-decoration: none;
	color: #2c1908;
	float: left;
	margin-right: 20px;
	font-size: 1.2em;
	padding-top: 6px;
}

.topMenu li a:hover, .topMenu li a.selected {
	background-color: #2c1908;
	color: #7d682b;
}

.niceBox {
	padding: 15px;
	margin: 15px;
	background: url('../images/darkBG.png') top center repeat;
	color: #7d682b;	
}

.larger {
	font-size: 1.1em;
}

.quote {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 1.12em;
	font-style: italic;	
}

.ost {
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 30px;
}

.pressKit tr {
	/* border-bottom: 1px solid black; */
}

.pressKit td {
	padding: 7px;
}

.rightAlign {
	float: right;
}
