/* 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*general*/
body {
	background:#190A1F;
	font-size:12px;
}
#container {
	background:#000;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* BASE */
h1 {
	font-size:220.5%;
	color:#171e4b;
}
h2 {
	font-size:163.1%;
	color:#fff
}
h3 {
	font-size:120%;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}

em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}


ul li {
	list-style:disc outside;
}


p, fieldset, table, pre {
	margin-bottom:1em;
}

#container {
	margin:0 auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/main_ft.jpg) repeat-y bottom;
}
#container_inner {
	background: url(images/footer.jpg) no-repeat bottom;
	margin-top:20px;
	
}


#footer {
margin:0 auto;
width:800px;
font-family: Arial, Helvetica, sans-serif;
text-align:center;
color:#fff;
font-size:9px;
font-weight:700
}
#footer a {color:#fff;
}

/*header*/

#header {
	background: url(images/header.jpg) no-repeat top center;
	height:420px
}
#midmenu {text-align:center; color:#fff; height: 45px;padding-top:75px;}
#midmenu a{
	padding:0px 10px ;
 	font-size:16px;
	font-weight:700;
	color:#fff;
	line-height:45px
	
	
}

.floatL{ float:left}
.floatR{ float:right}


#main {
	margin:10px 40px 30px 40px ;
	color:#fff
}
/* links */
a {
	text-decoration:none
}

p {line-height:1.8; }
.article-a p, .article-b p, .article-c p{text-align:justify}
.pic-a, .pic-b, .pic-c{text-align:center;}
.pic-a {margin:0 25px}
.article-b { margin-top:20px; margin-bottom:20px}
.article-b ul {margin:0 0 20px 0 }
.article-b li {list-style:none; line-height:1.8}
.pic-b {margin-right: 30px;}
.article-c table { width:400px}
.article-c tr {height:25px}
.article-c th {text-align:left; width:290px}
.article-c { position:relative; }
.pic-c {position: absolute; bottom:0; right:0 }


.header-text { margin:0px 0px 0 265px; width:505px; height: 295px; float:left; display:inline }
.header-text p{font-weight:700; font-size:14px; color:#fff; margin-bottom:10px; text-align:justify}
#twitter {margin:8px 0px 0 322px;}
#facebook {margin:5px 0px 0 322px;}


.topleft {float: right;margin-top: -20px; display:inline}


.link-bt {text-align:center; color:#666666; margin-top: 40px; font-weight:700}
.link-bt a {color:#666666; }