html {
	height: 100%;
	background: url(../images/html_bg.jpg);
	text-align: center;
	font-family: tahoma, arial, helvitica, sans-serif;
	font-size: 14px;
	margin: 0px;
	}

body {
	height: 100%
	}

#wrapper {
	width: 799px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto 0px;
	background: #fff url(../images/content_bg.jpg) repeat-y 50% 0;
	border: solid #000;
	border-width: 2px 2px 0px 2px;
	text-align: left;
	}

#footer, {
	height: 14em; /* .push must be the same height as .footer */
	}

#footer {
	width: 799px;
	margin: 0px auto 0px;
	background: #562C1F;
	color: #fff;
	text-align: center;
	font-size: 80%;
	border: solid #000;
	border-width: 0px 2px 2px 2px;
	}
	
#footer ul {
	margin: 0; 
	padding: 0;
	}
	
#footer li {
	display: inline;
	list-style: none;
	}
	
#footer a {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover {
	text-decoration: none;
	}
	
#nav {
	font-size: 80%;
	float: left;
	}
	
#nav ul {
	margin: 0px; padding: 0px;
	width: 200px;
	}
		
#nav li {
	list-style: none;
	text-align: left;
	border-bottom: #000 solid 1px;
	width: 200px;
	margin: 0px; padding: 0px;
	}
	
#nav a {
	display: block;
	background-color: #562C1F;
	color: #fff;
	text-decoration: none;
	padding: 5px 15px;
	}

#nav a:hover {
	background-color: #793D2B;
	color: #fff;
	}
	
#main {
	width: 565px;
	float: right;
	padding: 15px;
	z-index: 1;
	}
	
#main ul {
	list-style-image: url("../images/bullet.gif");
	}
	
#clear {
	clear: both;
	margin: 0;
	height: 0;
	line-height: 0;
	font-size: 1px;
	}
	
h1 {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: -0.02em;
	text-align: right;
	font-variant: small-caps;
	}

h2 {
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-align: left;
	font-variant: small-caps;
	}

h3 {
	font-size: 1.05em;
	text-align: left;
	letter-spacing: -0.02em;
	font-weight: normal;
	font-variant: small-caps;
	}
	
h4 {
	font-size: 1.05em;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	}
	
h5 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	}
	
h6 {
	font-size: 0.9em;
	text-align: center;
	font-weight: normal;
	}
	
.float-right {
	float: right;
	margin: 0px, 5px, 10px, 10px;
	}
	
strong {
	font-weight: 600;
	}
	
#bordered-table {
	width: 400px;
	border: 1px solid #000;
	}
	
.bordered {
	border: 1px solid #000;
	padding: 1.0em;
	}
	
#articles-table {
	font-size: 80%;
	}
	
#articles-table ul {
	list-style: none;
	list-style-image: none;
	}
	
hr {
	border-top: 1px dashed #000;
    border-bottom: 1px solid #000;
    color: #fff;
    background-color: #fff;
    height: 4px;
    }
	
.results {
	text-transform: uppercase;
	}
	
.bail {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px;
	border: 2px solid white;
	}
	