* { margin:0; padding:0;}
body{ font: 11px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica; color: #282828; background:#CFDEEA url(images/bg.jpg) left top repeat-x;}

a { color:#1471B1; text-decoration:none;}
a:hover { color:#3399FF; text-decoration:underline;}

.fr { float:right; margin:5px 0 5px 10px; padding:5px; background-color:#CCC;}
.fl { float:left; margin:5px 10px 5px 0; padding:5px; background-color:#CCC;}
.ads { text-align:center; padding:10px 0;}
.adslink { background-color:#3399ca; width:726px; text-align:center;}

/* Header */
#header { width:726px; background:url(images/header.jpg) left top no-repeat; margin:27px auto 0 auto; height:135px;}
#header ul { list-style-type:none; padding:20px 10px;}
#header ul li { display:inline; padding:0 0 0 10px; font-size:14px; font-weight:bold;}
#header ul li a { text-decoration:none; background-color:#EEF3F7; color:#3a79bc; padding:8px 10px;}
#header ul li a:hover { text-decoration:none; background-color:#FFF;}
.logo { clear:both; padding:10px 0 0 10px; border:none;}
#header h1 { font-size:13px; color:#FFF; padding:5px 15px; font-weight:normal;}

/* Content */
#content { width:726px; margin:0 auto; background:#EEF3F7 url(images/shadow.jpg) 510px top repeat-y;}
.cont_right { width:470px; background-color:#FFF; padding:20px; float:left;}
.cont_right h1, .cont_right h2, .cont_right h3 { color:#003366; font-size:14px; padding:10px 0 5px 0; margin-bottom:10px; border-bottom:1px solid #555;}
.cont_right p { padding-bottom:10px;}
.cont_right ul li { padding-bottom:10px;}

.cont_left { width:216px; float:right; padding: 20px 0;}
.cont_left ul { list-style-type:none; padding-left:40px;}
.cont_left ul li { list-style-image:url(images/li.gif); padding-bottom:5px;}
.cont_left h2 { padding:10px 0 5px 0; margin:0 10px 10px 20px; border-bottom:1px solid #555; font-size:14px;}

/* Footer */
#footer { width:706px; margin:0 auto; height:45px; padding:10px; background-color:#EEF5FB; text-align:center;}
#footer p { padding:15px 0 0;}
/* Code Clearfix */
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden; line-height: 0; height: 0;}
.clearfix {	display: inline-block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}