@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%;
}

/*  floats and clear */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #CCCCCC;
}
.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;
	text-align: left;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.textArea {
	width: 536px;
	padding-top: 20px;
	padding-right: 60px;
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}
.footerInside {
	padding-top: 20px;
}

/* type */
.breadcrumb {
	color: #AD0100;
	font-size: 1.2em;
}
.textArea p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 15px;
	color: #CCCCCC;
}
blockquote {
	margin-left: 20px;
}


/* links */

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #AD0100;
	text-decoration: none;
}
a.breadcrumb:link {
	color: #AD0100;
	font-size: 1em;
	text-decoration: none;
}
a.breadcrumb:visited {
	color: #AD0100;
	font-size: 1em;
	text-decoration: none;
}
a.breadcrumb:hover {
	color: #CCCCCC;
	font-size: 1em;
	text-decoration: none;
}
a.footer:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:hover {
	color: #AD0100;
	text-decoration: none;
}
