body {
	margin: 0;
	padding: 0;
	background: #e35609 url(images/img01.jpg) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	color:#333333;
}

h1 { background:url(images/h1.jpg) no-repeat left 20%;
	font-size:20px;
	padding-left:30px;padding-bottom:9px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size:15px;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	
	color: #0153B4;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */
#menu {
	width: 972px;
	height: 24px;
	margin: 0 auto;
	padding-top: 7px;
	
}
/* Banner */

#banner {
	margin: 0 auto;
	width: 861px;
	height: 245px;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding:0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float: left;
	width: 570px;
	background:#FFFFFF;
	padding:2px;
	text-align:justify;
	margin-left:55px}

.post {
	
	line-height: 150%;
	border:#ec7636 solid 1px;
	padding:10px;
}


.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.entry {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	bpadding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}
/* Sidebars */

.sidebar {
margin-right:28px;
	float: right;
	width: 270px;
	padding: 0 40px 0 2px;
	
}

.sidebar ul {
width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;border-bottom:#000000 solid 1px;
}

.sidebar li {
	margin-bottom:0;
	padding: 0 0 15px 0px;
	background: url(images/img06.jpg) repeat-y left top;
	
	
}

.sidebar li a{padding-left:10px; text-decoration:underline;}
.sidebar li a:hover{text-decoration:none;}
.sidebar li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebar li h2 {
	height: 30px;
	margin: 0 0 10px 0;
	padding: 14px 0 5px 10px;
	background: url(images/img05.jpg) no-repeat left top;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0 10px;
}



/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 49px;
	background:url(images/footer.jpg) repeat-x;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#footer a {
	color: #fff;
}
