body {
	text-align: center; /* for IE */
	background-color: #FFF;
}

a, a img{
	border: none #FFF 0px !important;
}

a {
	color: #bf1e2e;
}

a:visited {
	color: #bf1e2e;
}

a:hover, a:active {
	color: #f5263b;
	font-weight: bold;
}

li {
	list-style: none;
	margin: 10px auto;
}

p {
	font-size: 1em;
}

#main {
	width: 840px;
	margin: auto;
	text-align: left;	/* compensate for the IE centering */
	color: #3c2415;
}

#header {
	overflow: hidden;
	padding: 8px;
	text-align: center;
}

logo {
	margin: auto;
	clear: both;
}

.allDoors {
	width: 745px;
	margin: auto;
}

.door {
	height: 255px;
	margin: 30px 2px 10px 2px;
	float: left;
	overflow: hidden;
}

.door a:hover img {
	position: relative;
	top: -255px;
}

.clear {
	clear: both;
}

.seperator, .dot-seperator, .lace_seperator {
	width: 812px;
	height: 12px;
	margin: 8px auto;
	background-repeat: repeat-x;
}

.seperator, .dot-seperator {
	background-image: url("/images/dot_seperator.png");
}

.lace-seperator {
	height: 20px;
	margin: 15px auto;
	background-image: url("/images/lace_seperator.png");
}

img.key {
	margin: 20px;
}

#content {
	padding: 15px;
	overflow: hidden;
	font-family: monospace;
}

h1, h2, h3, h4 {
	font-weight: 500;
}

h1, h2, h4 {
	text-align: center;
}

h1 {
	font-weight: normal;
	margin: 12px;
	font-size: 1.9em;
}

h2 {
	font-size: 1.4em;
	margin: 7px;
}

h3 {
	text-align: left;
}

h4 {
	font-size: 1.05em;
	margin: 5px;
}

.splitBlock {
	width: 800px; 
	height: 80px;
	font-size: 1.2em;
}

.splitLeft, .splitRight {
	padding: 5px;
	width: 48%;
	float: left;
}

.splitLeft {
	text-align: right;
}

.splitRight {
	text-align: left;
}

.bigBlock {
	text-align: center;
	font-size: 1.5em;
}

.green {
	color: #71831c;
}

.colorful {
	text-align: center;
}

.small {
	font-size: .85em;
}

#footer {
	margin-top: 15px;
	padding: 8px;
	font-size: 0.85em;
	font-family: monospace;
	text-align: center;
	border-top: 1px solid #5f4028;
}

.fade {
	color: #777;
}

.fade a {
	color: #977;
}

.fade a:visited {
	color: #977;
}

.fade a:hover {
	color: #f5263b;
}

#footer span {
	margin: 0 13px;
}
