body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}


#wrapper {
	margin: auto;
	width: 713px;
}

#header {
	background: #000 url(images/paper-top.jpg) no-repeat left bottom;
	color: #fff;
	width: 100%;
	padding-top: 8px;
	height: 275px;
	min-height: 275px;
	max-height: 275px;
	overflow: hidden;
	position: relative;
}
#header #logo {
	float: left;
	display: inline;
	width: 200px;
	text-align: right;
}
#header #menu {
	float: left; 
	display: inline;
	width: 513px;
	padding-top: 85px;
	text-align: center;
}
#header #menu ul {
	margin: 0px;
	padding: 0px;
}
#header #menu ul li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #fff;
	padding: 0px 10px;
}
#header #menu ul li:first-child {
	border: 0px;
}
#header #menu ul li a {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
}
#header #banner {
	width: 622px;
	margin: 0px;
	position: absolute;
	bottom: 16px;
	left: 50px;
}


#content ul.submenu {
	margin: 0px;
	padding: 0px;
}
#content ul.submenu li {
	list-style-type: none;
	display: inline;
	border-left: 1px solid #000;
	padding: 0px 10px;
}
#content ul.submenu li:first-child {
	border: 0px;
}
#content ul.submenu li a {
	color: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
}



#middle {
	width: 613px;
	background: #eecb92 url(images/paper-middle.jpg) repeat-y top left;
	overflow: hidden;
	padding: 0px 45px 0px 55px;
	color: #111;
	min-height: 268px;
}

#boxes 
{
	float: right;
	display: inline;
	width: 208px;
}
#boxes .box 
{
	width: 190px;
	border: 1px solid #000;
	margin-bottom: 25px;
	padding: 8px;
	letter-spacing: 0px;
}
#boxes .box h2 
{
	font-size: 1.05em;
	font-weight: bold;
}
#boxes .box p 
{
	font-size: 0.95em;
	margin: 0px;
	padding: 0px;
}


#content 
{
	float: left;
	display: inline;
	width: 390px;
}

#content.short {
	min-height: 268px;
	max-height: 268px;
	height: 268px;
}
#content.medium {
	height: 536px;
	min-height: 536px;
	max-height: 536px;
}
#content.long {
	height: 804px;
	min-height: 804px;
	max-height: 804px;
}
#content.ultra 
{
	height: 2412px;
	min-height: 2412px;
	max-height: 2412px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #111;
}
h1 {
	font-size: 1.8em;
}
h2 
{
	font-size: 1.5em;
}
h3 
{
	font-size: 1.3em;
}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#footer {
	width: 622px;
	background: #eecb92 url(images/paper-bottom.jpg) no-repeat top left;
	height: 32px;
	padding: 25px 41px 0px 50px;
	overflow: hidden;
	color: #222;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #222;
	padding: 0px 5px;
}
#footer ul li:first-child {
	border: none;
	padding-left: 0px;
}
#footer a {
	color: #222;
}
#footer p {
	margin: 0px;
	padding: 0px;
}