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

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

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

li {
}

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 */

#logo {
	width: 972px;
	height: 71px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0 0 0;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 972px;
	height: 52px;
	margin: 0 auto;
	padding-top: 7px;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline-block;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	background: url(images/img04.jpg) no-repeat left 50%;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #262626;
	text-align: center;
}

#menu a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

#menu .current_page_item a {
	/*margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #000000;
	background: url(images/img04.jpg) no-repeat left 50%;
	font-weight: bolder;*/
	text-decoration: underline overline blink;
}

/* Banner */

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

/* Wrapper */

#wrapper {
	background-color: #e9e7e8;
//	background-image: url(images/img011.jpg);
//	background-repeat: repeat;
}

/* Page */

#page {
	width: 1042px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

#page-bg {
	background: url(images/img333.jpg) no-repeat;
	padding-top: 11px;
	padding-right: 24px;
	padding-bottom: 11px;
	padding-left: 24px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	border: thin none #0d2139;	
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.post {
	//margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.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 */

.sidebarLeft {
	float: left;
	width: 200px;
	/*	padding: 0 0 21px 21px;	*/
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 10px;
}

.sidebarLeft ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarLeft li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
	border: none;
}

.sidebarLeft li ul {
}

.sidebarLeft li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebarLeft 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;
}

.sidebarLeft p {
	padding: 0 10px;
}

.sidebarRight {
	float: left;
	width: 200px;
	/*	padding: 0 0 21px 21px;	*/
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-right: 0px;
}

.sidebarRight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarRight li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
	border: none;
}

.sidebarRight li ul {
}

.sidebarRight li li {
	margin: 0;
	padding: 5px 10px;
	border: none;
}

.sidebarRight 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;
}

.sidebarRight p {
	padding: 0 10px;
}

.sideClass {
	font-size: 12px;
	text-align: center;
	color: #0d2139;
}

.sideClass a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #0d2139;
}

/* Footer */

#footer {
	text-align: center;
	background-color: #e9e7e8;
	background-position: center top;
	vertical-align: middle;
	border: thin solid #e9e7e8;
}

#footer p {
	font-size: 12px;
//	background-color: #e9e7e8;
}

#footer a {
}

#footer2 {
	height: 30px;
	background-color: #e9e7e8;
}
