* {
	padding:0;
	margin:0;
}

body {
    margin:0 0 0 0;
    padding:0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    background:url(images/body_bg.png) repeat-x #fff;
}

a {
	color:#4a4a4a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
    border:0;
}

h1 {
	font-size:24px;
	color:#124c6b;
	font-weight:normal;
	margin:10px 0 10px 15px;
	padding:0;
}

h2 {
	font-size:24px;
	color:#124c6b;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

h3 {
	font-size:15px;
	color:#124c6b;
	font-weight:bold;
	margin:10px 0 10px 0;
	padding:0;
}

h3 a {
	font-size:15px;
	color:#124c6b;
	font-weight:bold;	
	text-decoration:underline;
}

h3 a:hover {
	text-decoration:none;
}

p {
	margin:0 0 15px 0;
	padding:0;
	text-align:justify;
}

.clear {
    clear: both;
}


.wrapper {
    width:947px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background:url(images/content_bg_repeater.png) repeat-y;
}

.wrapper_head {
	width:947px;
	background:url(images/content_bg.png) no-repeat;
}

.wrapper_padding {
	padding:25px 21px 25px 21px;
}

.logo {
	padding-bottom:20px;
}

.top_navi {
	list-style:none;
}

.top_navi li {
	float:left;
	display:block;
	height:37px;
	line-height:37px;
	background:url(images/top_navi_inactive_left.png) no-repeat;
	margin-right:1px;
}

.top_navi li a {
	float:left;
	display:block;
	padding:0 20px 0 20px;
	font-size:14px;
	color:#797777;
	background:url(images/top_navi_inactive_right.png) no-repeat right top;
}

.top_navi li.current_page_item {
	background:url(images/top_navi_active_left.png) no-repeat;
}

.top_navi li.current_page_item a {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background:url(images/top_navi_active_right.png) no-repeat right top;
}

.top_navi_sub {
	width:905px;
	height:19px;
	background:url(images/top_navi_sub.png) no-repeat;
	clear:both;
	margin-bottom:15px;
}

.content {
	width:905px;
}

.content_left {
	float:left;
	width:605px;
}

.content_left_padding {
	padding-right:15px;
}

.content_right {
	float:left;
	width:300px;
}


#sidebar {
	list-style:none;
}

#sidebar li {
}

#sidebar li ul {
	list-style:none;
	background:url(images/sidebar_ul_bg.gif) no-repeat #FFF;
}

#sidebar li ul li {
	width:300px;
	height:42px;
	display:block;
	background:url(images/sidebar_li_bg.gif) no-repeat;
	line-height:42px;
	text-indent:35px;
}

#sidebar li ul li.title {
	width:300px;
	height:44px;
	display:block;
	background:none;
	text-indent:0;
}

#sidebar li ul li.foot {
	width:300px;
	height:15px;
	display:block;
	background:none;
	line-height:15px;
	text-indent:0;	
	position:relative;
}

#sidebar li ul li.foot div {
	position:absolute;
	width:300px;
	height:15px;
	display:block;
	background:url(images/sidebar_foot.png) no-repeat;
	top:-2px;
}


.sidebar_spacer {
	height:10px;
}

.search {
	width:300px;
	height:82px;
	background:url(images/search_bg.png) no-repeat;
}

.search_spacer {
	float:left;
	width:95px;
}

.search_input {
	float:left;
	width:155px;
	padding-top:28px;
}

.search_input div {
	height:25px;
	border-left:1px #b8b8b8 solid;
	border-right:1px #b8b8b8 solid;
	background:url(images/search_input_bg.png);
	width:145px;
}

.search_input input {
	width:140px;
	padding:4px;
	border:0px;
	background:none;
}

.search_submit {
	float:left;
	padding-top:28px;
}


.logos {
	width:905px;
	height:100px;
	text-align:center;
	margin:20px 0 0 0;
}

.logos .spacer {
	width:2px;
}

.logos .spacer img {
	width:2px;
	height:100px;
}


.footer {
	margin-top:30px;
	background:url(images/footer_bg.png);
	width:905px;
	height:44px;
	line-height:44px;
	color:#5aacdb;
}

.footer_padding {
	padding-left:21px;
}

.footer .white {
	color:#FFF;
}

.footer a {
	color:#FFF;
}


.storycontent {
	background:url(images/list_bg.png) no-repeat left bottom;
}

.storycontent p {
	margin-bottom:10px;
}

.storycontent_padding {
	padding:0 15px 10px 15px;
}

.storycontent_spacer {
	height:20px;
}

.read_more {
	margin-bottom:10px;
	text-align:right;
}

.comment_padding {
	padding:15px;
}

#comment {
	width:550px;
}

.commentlist {
	list-style:none;
}

.comment-meta {
	font-size:10px;
	margin:3px 0 3px 0;
}

.storycontent ul {
	padding-left:20px;
}

.storycontent ol {
	padding-left:20px;
}

.post, .storycontent{
	line-height: 18px;
}