/* common */
html, body, img, form {margin: 0px; padding: 0px; border: none;}
html, body {height:100%;}
body {background-color:#fff;}
body, td {font: 14px Arial, sans-serif; color: #000;}
a {color: #000;	text-decoration: underline;}
a:hover {text-decoration: none;}
table {border: 0px; border-collapse: collapse;}
td {vertical-align: top;}
p {padding: 0px; margin: 0px 0px 12px 0px;}
object {outline:none;}

h1 {font-size:16px; padding: 0px; margin: 0px 0px 10px 0px; color:#ddd;}
h1 a{font-size:16px; padding: 0px; margin: 0px 0px 10px 0px; color:#ddd;}
h2 {font-size:15px; padding: 0px; margin: 0px 0px 10px 0px;}
h3 {font-size:13px; padding: 0px; margin: 0px 0px 10px 0px;}

.clear {clear:both;}
.none {line-height:0;}
.relative {position:relative;}
.img-marg {float:left; margin:0 10px 5px 0;}
.float-l {float:left;}
.float-r {float:right;}
.hfeed .posts {margin-bottom:10px;}

.main-cont {width:100%; min-width:995px; min-height:100%; background-color:#eee;}

/* header */
.header {height:90px; background-color: #555;}
.header-b {padding:25px;}
.header h1 {font-size:24px; color:#ddd; margin:0; padding:0;}

/* left col */
.left-col {width:220px; float:left; overflow:hidden;}
.left-col .padding {padding:20px 20px 70px 20px;}

.conteiner1 {width:100%; float: left;}

/* center col */
.center-col {margin:0px 220px 0px 220px;}
.center-col-b {width:100%; float:left; overflow:hidden;}
.center-col .padding {padding:20px 20px 70px 20px;}
.center-col li {margin:10px 0;}

/* right col */
.right-col {width:220px; float:left; overflow:hidden; margin:0 0 0 -220px;}
.right-col .padding {padding:10px 10px 70px 10px;}

/* data table */
.data-table {width:100%; margin:10px 0;}
.data-table th, .data-table td {padding:5px 10px; border:1px solid #888;}
.data-table th, .data-table thead td {color:#888; background-color:#ddd;}
.data-table td {font-style:italic;}

/* footer */
.footer {width:100%; min-width:995px; position:relative;}
.footer-b {width:100%; height:70px; background-color:#555; position: absolute; top:-70px; left:0;}
.footer .copyrights {padding:15px; color:#ddd;}
.foot-right {width:50%; float:right; padding:15px; text-align: right;}

