body {
	margin:0px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #cc0000;
	text-align:left;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-weight:bold;
}
p, ul, ol {
	margin-top: 0;
	line-height: 130%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #cc0000;
}

a:hover {
	background: none;
	border-bottom: 1px solid #a60000;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 910px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 910px;
	color: #FFFFFF;
	height: 100px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#logo h1, #logo p {
}

#logo h1 {
	float: left;
	padding: 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 10px 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	width: 880px;
	height: 230px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
/* Menu */

#menu {
	width: 910px;
	height: 30px;
	margin: 0;
	padding: 0;
	background-color: #AE0000;
	border-top: 1px solid #990000;
}

#menu ul {
	background-color: #AE0000;
	margin: 0;
	padding: 0;
	padding-right: 15px;
	list-style: none;
	line-height: 30px;
}

#menu li {
	float: right;
	border-right: 1px solid #990000; 
}

#menu a {
	display: block;
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
	background-color: #AE0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	border: none;
}

.current_page_item {
	background-color: #990000!important;
}

#menu a:hover {
	background-color: #990000!important;
}

/* Page */

#page {
	float:left;
	position:relative;
	width: 910px;
	margin: 0 auto;
	padding-top: 0px;
	background: #FFFFFF;
	border-top: 1px solid #990000;
	text-align:center;
}

/* Content */
#content{
	float:left;
	position:relative;
	width: 870px;
	padding: 20px 20px 0 20px;
	text-align:justify;
}
.contenttitle {
	padding-left: 15px;
	letter-spacing: -.5px;
	color: #ffffff;
	background-image:url(images/img06.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 35px;
	padding-top:2px;
}
.contenttitle2 {
	padding-left: 15px;
	letter-spacing: -.5px;
	color: #ffffff;
	background-image:url(images/img07.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 60px;
	padding-top:2px;
}
#content p.padded {
	padding-left: 20px;
	padding-right: 20px;
}
#news {
	float:right;
	width:598px;
}

.post {
	float:left;
	position: relative;
	width: 590px;
}

.post .title {
	padding-left: 15px;
	letter-spacing: -.5px;
	color: #ffffff;
	background-image:url(images/img05.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 35px;
	padding-top:2px;
	width: 590px;
}

.post .title a {
	background: none;
	color: #cc0000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
	padding: 10px 5px 10px 5px;
	text-align: justify;
	border-bottom: 1px solid #D2D4C9;
	width: 98%;
}

.post .entry .photos a:hover {
	border:0;
}

.l {
	float:left;
	position: relative;
	border:0px;
	padding-right: 15px;
}
.r {
	float:right;
	position: relative;
	border:0px;
	padding-left: 15px;
}

/* Sidebar */

#sidebar {
	float:left;
	width:230px;
	color: #333333;
	text-align:justify;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding-left: 5px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 30px;
	padding-left: 5px;
	border-bottom: 1px solid #D2D4C9;
}
#sidebar li li.latestnews {
	line-height: 18px;
	padding:5px;
}

#sidebar li li span {
	display: block;
	font-size: 12px;
	line-height:18px;
	padding-bottom:5px;
	text-align:left;
}

#sidebar h2 {
	padding-left: 10px;
	letter-spacing: -.5px;
	color: #ffffff;
	background-image:url(images/img04.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 35px;
	padding-top:2px;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #cc0000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #a60000;
}
#newspage {
	float:left;
	position: relative;
	width: 860px;
	padding-left: 10px; 
	padding-right: 10px; 
}
#newspage .article {
	float:left;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	border-bottom: 1px solid #D2D4C9;
}
#newspage .article h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4D4D4D;
	font-weight:bold;
	padding:0px;
	margin-bottom:5px;
}
#newspage .article p {
	padding-left:0px;
	padding-right:0px;
}
/* Footer */
#footer {
	width: 910px;
	height: 80px;
	background: url(images/img02.jpg) no-repeat left bottom;
	color: #B2B2B2;
}
#cyressound {
background-image:url(radio1.gif)
}
