


body {
	margin: 0;
	padding: 0;

background-attachment: fixed;
background: url(images/img1.gif) repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
}

h1, h2, h3 {
	margin: 0;
	
	font-weight: normal;
	color: #333333;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

.h2size{font-size:16px;font-weight:bold;}

h4{padding-left:10px;}

ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}


p{margin-top: 0;margin-bottom: 0;line-height:16px;text-align: justify;}


ul, ol { }

blockquote { }

a { color: #333333; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
width:958px;
margin : 0px auto 0px auto;
}

/* Header */

#header-wrapper {
}

#outline{
	width:958px;
	background-color:#666;
		margin: auto;
	}
#header {
	background: url(images/nav.png) no-repeat; 
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background-color:#000;
}

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.gif) no-repeat left 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	background: #689970;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 305px;
	height: 50px;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 20px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 15px 15px 0px 15px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
	
}

	/** LOGO */

#logo {
	width: 930px;
	height: 100px;
	margin: 0 auto;
	padding-left: 20px;
	background-color:#FFF;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 3px;
	padding-top: 6px;
	text-transform: uppercase;
	font-size: 10px;
}

#logo h1 {
	padding: 155px 0px 0px 0px;
	font-size: 34px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {

	float: right;
	width: 700px;
}
#content a{ text-decoration:none;}
#content a:hover{ color:#333;}
/* Post */

.post {
	padding-top:10px;
	
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #42423E;
}

.post .date {
}

.post .meta {

	
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	position:relative;
	float: left;
	width: 200px;
}

#sidebar a:hover{ color:#333; }



#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}


#sidebar p {
	
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 14px;
	color: #fff;
}

#footer a {
color:#fff;
font-size: 14px;
text-decoration: none;
}






#newsdate{background: #333333; width:200px; height:20px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:center;}
#pnewsdate{background: #333333; width:620px; height:20px; font-size:16px; font-weight:bold; color:#FFFFFF; text-align:center;}
#pnewsheader{font-size:17px; font-weight:bold; color:#333333; padding-left:5px; padding-top:5px;}
#pnewscontent{font-size:14px;  padding-top:20px; padding-left:10px; padding-right:10px;}

#clink {height:30px; padding-bottom:30px;}

#clink a{ font-size:25px; font-weight:bold; }

#clink a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}

a.button {
background: url(images/button.png);  
float:right; width: 81px;height: 16px; display: 
block; color: #6C6; font-size: 10px; padding-top: 3px; text-align: center; text-transform: uppercase; 
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(images/button.png);
}



#ra_menu{
width:920px;
height:20px;
margin: 0 auto;
background:#111;
}


#ra_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ra_menu li {
	display: inline;
}

#ra_menu a {
	display: block;
	float: left;
	height: 20px;
	padding:0 31px 0 31px;
	border-left: 1px solid #ffffff;
	text-decoration: none;
	line-height:20px;
	color: #fff;
}

#ra_menu a:hover {
	background: #333333;

}



#radiocontent{
	padding-top:20px;
margin: 0 auto;


}



#radionotice {
margin:auto 0px;
padding-top:20px;
	position:relative;
min-height:600px;
}

#radionotice .header, .time{
	
	color:#000000;

	}
#radionotice .header, #noticecontent .header {
		margin:auto 0px;
font-weight:bold;
font-size:15px;
	}	
#radionotice .time, #noticecontent .time {
margin:auto 0px;
	font-size:11px;
	}

#radionotice .content,  #noticecontent .content{
margin:auto 0px;
padding-top:5px;
color:#666666;

}


#en_home .header{
		margin:auto 0px;
font-weight:bold;
font-size:12px;
}

#en_home .time{
margin:auto 0px;
	font-size:10px;

}



#notelink {
color:#006335;
font-weight:bold; 
padding-top:15px;
bottom:0;
float:right;
padding-right:15px;
}

#notelink a{
color:#006335;
text-decoration:none;
}
