@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 1%;
	border: 0;
	outline: 0;
	font-size: 97%;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #FFF;

}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	letter-spacing: 120%;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
	letter-spacing: 120%;
	word-spacing: 120%;
}.img {
	text-align: center;
}
.specialText {
	margin: 0;
	padding: 1%;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #FFF;
	text-transform: capitalize;
}
.copyright {
	margin: 0;
	padding: 1%;
	border: 0;
	outline: 0;
	font-size: 80%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #CCC;
}
.contact {
	margin: 0;
	padding: 1%;
	border: 0;
	outline: 0;
	font-size: 95%;
	vertical-align: baseline;
	background: transparent;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 150%;
	color: #FFF;

