/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, img, 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, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*general*/
body {
    background:#000 ;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
#container {
	background:#fff;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* BASE */
h1 {
	font-size:248.5%;
}
h2 {
	font-size:193.1%;
}
h3 {
	font-size:160%;
}
h1, h2, h3 {
	
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ul li {
	list-style:disc outside;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
#container {
	margin:0 auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
}
#container_inner {
	
	margin-top:20px;
	position:relative;
		font-size:16px
	
}

#main {padding:10px 40px 50px 40px;}
/*header*/

#header {
	position:relative
}
.header-inner {margin:0 auto  ;  text-align:center}




.floatL{ float:left; display:inline }
.floatR{ float:right; display:inline}
.alignC { text-align:center}



/* links */
a {
	text-decoration:none
}
strong {font-weight:700}
h1 { c text-align:center;}
p {line-height:1.3; }





#footer  { text-align:center;   padding-top: 30px; margin-bottom:50px }
#footer a{ font-weight:700}
.footer_inner { width:780px; margin:0 auto}

.content { background:#fff;  width:740px; margin:0 auto; font-size:14px }
.width50 { width:48%; padding:0 5px; text-align:justify}
.toptext { border-top:2px solid #000000;
font-size:80px;
line-height:0.9;
margin:0 8px 0;
padding:10px 0 0 0 ;}
.topmeta { font-size:38px; border-bottom:2px solid #000; margin:0 8px; margin-bottom:15px}
.clear { clear:both}
.ftlink { font-size:16px; }
.cp { padding:15px 0}
