*{margin:0;padding:0;}
html{margin:0;padding:0;}

img {border: none;}
ul,ol{margin:0;padding:0;}
ul li {list-style: none;}
ul li a{text-decoration:none;border:none;}

/* =======basic======== */
body {
margin: 0; 
padding: 0; 
font-family: arial, sans-serif, Osaka, verdana; 
text-align: center; 
font-size: 12px; 
letter-spacing: 2px;
background: #07375b url(img/back.gif) repeat-x;
color: #aaa;
}
/* links */
a { 
color: #21a9ff; 
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/* =============layout start=========== */

#carrie {
width: 840px;
margin: 0 auto;
text-align: left;
}
#carrie h1 a {
display: block;
width: 755px;
height: 41px;
background: url(img/logo.gif) no-repeat;
margin: 43px 0 20px 0;
}
#carrie h1 a span {
display: none;
}

/* 
Content
 */
#main_block {
float: left;
width: 574px;
margin-top: 20px;
} 
#main_block ul {
padding: 5px 10px;
line-height: 140%;
}
#main_block ul li {
padding-bottom: 12px;
}

#main_block h2 {
color: #e6e6e6;
border-bottom: 1px dotted #aaa;
font-size: 18px;
}
#main_block h3 {
padding: 15px;
font-size: 26px;
background: #e9edf0 url(img/pagetitle.gif) no-repeat right bottom; 
text-align: right;
color: #222;
}
#main_block .entry_box { 
padding: 20px;
line-height: 230%;
font-size: 13px;
background-color: #e9edf0;
color: #333;
margin-bottom:20px;
}
#main_block .entry_box ul {
padding: 0;
line-height: 260%;
}
#main_block .entry_box ul li {
padding-bottom: 0;
}
.cat {
padding: 20px;
background-color: #e9edf0;
margin-bottom:20px;
font-size: 13px;
text-align: right;
}
.cat li a { color: #2a99e1; padding: 10px; text-decoration: underline;}
.cat li a:hover { text-decoration: none;}

/* 
right list
*/
#sub_block {
float: right;
width: 257px;
line-height: 200%;
margin-top: 20px;
background-color: #456984;
color: #fff;
}
#sub_block ul {
padding: 5px 10px;
line-height: 140%;
}
#sub_block ul li{
border-bottom: 1px dotted #aaa;
padding: 4px;
}
#sub_block .menu a {
height: 29px;
background: url(img/menu.gif) no-repeat;
padding: 6px 0 9px 80px;
color: #fff;
margin: 10px 0 0 10px;
}
#sub_block ul.lists {
background-color:#456984;
padding: 10px 0;
}
#sub_block ul.lists li {
border: none;
padding: 0;
}
#sub_block ul.lists li a {
display: block; 
line-height: 120%;
background-color: #0d4671;
color: #fff;
margin: 2px 10px;
}
#sub_block ul.lists li a:hover {
background-color: #236597;
text-decoration:none;
}
#sub_block ul.lists li a span {
display: block;
padding: 10px 10px 10px 30px;
}

/*
 foot 
 */
#footer-area {
clear: both;
padding: 15px;
background-color: #456984;
font-size: 11px;
color: #fff;
}
#footer-area .links {
text-align: right;
}
#footer-area .links li {
display: inline;
}
#footer-area p {
text-align: center;
padding-top: 15px;
}

