html, body, div, span, h1, h2, h3, p, blockquote, a, em, img, strong, sub, sup, li, ol, ul, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	text-align:left;
	font-family:inherit;
}

a {	text-decoration:none;}
html {	height:100%;}
body {
	height:100%;
	background: #000;
	font-size:14px;
}
p {
	margin:0 0 3px;
	line-height:135%;
	text-align:inherit;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px;
}
#head {
	margin: 0 auto;
	padding: 0;
}
#logo {
	margin:200px 50px 50px;
}
#title {
	margin:0 auto;
	padding:0;
}

#foot a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bg-black-40.png);
	padding: 5px 7px;
}
a:hover {
	background-image: url(../images/bg-black-60.png);
}


#main {
	margin:100px auto 20px;
	padding:0 0 1px;
	color: #222;
}
#foot, .push {
	height: 55px;
}
#foot {}
#contact{margin-left:350px}
.fl_r {
	float:right
}
.fl_l {
	float:left
}
.c960, .c900 {
	clear:both;
	margin:0 auto;
	float:none;
}
.c480 {
	width:285px;
	margin:0 505px 0 0;
}
.c960 {
	width:960px;
}
.c900 {
	width:900px;
}
.divider {
	margin:5px 10px;
}
hr.end {
	height: 1px;
	clear: both;
	float: none;
	visibility: hidden;
}
/**** SUPERSIZED BG ****/
#container, #foot {
	z-index: 3;
	position:relative;
}
#supersize {
	position:fixed;
}
#supersize img, #supersize a {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
/**** FONT FAMILY ****/
body {
	font-family: Arial, Helvetica, sans-serif
}
.category ul li {
	font-family: Georgia, "Times New Roman", Times, serif
}
blockquote, h1, .note {
	font-family: "Lucida Grande", Arial
}
h1, h2, h3 {
	font-family:"Arial Black", Arial, Helvetica;
}

