body {
	margin: auto;
	padding: 0;
}

blockquote {
	margin: 20px 0px 20px 0px;
	border: 1px solid #EEE;
	border-right: white;
	border-left: white;
	border-bottom: white;
	padding: 2px;
	background: url('../img/quote.jpg');
	background-repeat: no-repeat;
}
blockquote p {
	padding-left: 50px;
	margin-bottom: -20px;
}
blockquote span {
	border: 1px solid #EEE;
	border-right: white;
	border-left: white;
	border-top: white;
	float: right;
	font-weight: bold;
	font-size: small;
}

#floor {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

#header {
	padding: 10px;
	width: 100%;
	height: 100px;
	background: url('../oldpaper.png') #EEE;
	border: 1px solid #CCC;
	border-left: #EEE;
	border-top: #EEE;
	
}

#main {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 5%;
	padding: 0;
	width: 670px;
	position: relative;
	border: 3px solid #EEE;
	border-top: white;	
	border-left: white;
	border-right: white;
}

#menu {
	float: left;
	width: 35%;
	max-width: 220px;
	height: 50%;
	margin-right: 7%;
	margin-bottom: 50px;
	position: relative;
	border: 3px solid #555;
	border-top: white;
	border-bottom: white;
	border-left: white;
	text-align: center;
}

#menuItems {
	padding: 5px;
	margin: 0;
	border: 3px solid #555;
	border-left: white;
	border-right: white;
	border-bottom: white;
	text-align: left;
}

#menuItems b {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right:18px;
	display: block;
	background: url('../img/menuhover.gif');
	text-decoration: none;
	color: black;
	font-variant: small-caps;
}

#menuItems a {
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-right:18px;
	display: block;
	background: url('../img/menuhover.gif');
	text-decoration: none;
	color: black;
	font-variant: small-caps;
}

#menuItems a:hover {
	text-decoration: none;
	color: #538A1F;
	text-shadow: 0 1px 1px #ADADAD;
	font-weight: bold;
}


#content {
	float: right;
	width: 57%;
	margin-bottom: 50px;
	position: relative;
	border: 3px solid #EEE;
	border-top: white;
	border-left: white;
	border-right: white;
}

#footer {
	padding: 10px;
	clear: both;
	width: 100%;
	background: #EEE;
	background-position: 0px 590px;
	color: #999;
	text-align: center;
	border: 1px solid #CCC;
	border-bottom: #EEE;
	border-left: #EEE;
}

#content h1 {
	color:#464646;
	font-family: Times;
	letter-spacing: -2px;
	font-size: 40px;
	line-height: 35px;
	padding: 2px;
	font-weight: 500;
	margin-left: 0px;
	margin-top: 10px;
	max-width: 100%;

	/* IE Instruction
	_width: 245px;*/

	text-align: left;
	font-weight: normal;
	text-shadow: 0 1px 5px #ADADAD;
	border-bottom: 1px solid #ADADAD;
}

#content h1 span {
	color:#538A1F;
	font-size: 12px;
	font-family: arial;
	font-variant: small-caps;
	letter-spacing: 2px;

	/* IE Instruction
	_letter-spacing: -1px;
	_margin-left: -3px;*/

	text-align: right;
	text-shadow: none;
}

h2, h2 a {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 12px;
	text-decoration: none;
	color: black;
	text-align: center;
	font-family: Helvetica, Serifa, sans-serif;
	padding: 10px;
	margin: 0;
	text-shadow: 0 3px 1px #ccc;
}

#header h1 {
	font-size: 50px;
	letter-spacing: 4px;
	color: #538A1F;
	font-family: arial;
	font-variant: small-caps;
	text-align: right;
	text-shadow: 0 1px 5px #ADADAD;
	padding-top: 20px;
}

hr {
	color: #999;
	width: 40%;
	border-top: 1px dashed #EEE;
	border-bottom: 1px solid #BBB;
	border-left: white;
	border-right: white;
	color: #fff;
	background-color: #fff;
	height: 2px;
}