@charset "UTF-8";

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0 }

a img, :link img, :visited img {
	border: 0;
}
body {
	font-size: 100%;
}

/* end global reset */


html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	text-align: center;	
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -50px;
	margin-left: auto;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.lftcol {
	padding-top: 10px;
	padding-left: 10px;
}
.lftcol p{
	font-size: 1.3em;
	line-height: 1.6em;
	font-style: italic;
	color: #cccc99;
	text-align: center;
}
.rtcol {
	padding-top: 10px;
}
.rtcol p {
	padding-right: 30px;
	font-size: 1.3em;
	color: #FFFFFF;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.footerInside {
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1.6em;
}
a:link {
	color: #cccc99;
	text-decoration: none;
}
a:visited {
	color: #cccc99;
	text-decoration: none;
}
a:hover{
	color: #cccc99;
	text-decoration: underline;
}
a.footer:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
