* {margin:0;padding:0;}

body {
  font:11pt Tahoma, Arial, sans-serif;
	background-color:#ffffff;
	line-height:1.3em;
	color:#444444;
}

a img {border:none;}

a:link {color: #1b648e;text-decoration:underline;}
a:hover {color: #FF9900;text-decoration:underline;}
a:visited {color: #2586C0;text-decoration:underline;}

p {margin:0 0 7px 0;}

/* Header */
#header {
  height:145px;
  background: #000000;
}

#header #logo {
  width:1000px;
  margin:0 auto;
  padding:0px 0px 0px 0px ;
}

#logo {
  background: url(images/header.png) right no-repeat;
  height: 145px;
  position: relative;
}

#header #logo a{
  color: black;
}

#header img.logo {
  margin: 10px 0 0 30px;
  border: none;
}

#flash {
  width:1000px;
  margin:0 auto;
}

#splash {
  padding: 10px 25px 10px 25px;
  height: 350px;
/*  background: url(images/flash.png) no-repeat bottom left; */
}

.leftMenu li {
/*  background: url(images/menu-item.png) left no-repeat; */
/*  padding-left: 25px; */
  padding-bottom: 5px;
  font-size: 12px;
}

.leftMenu li a{
  background: url(images/menu-item.png) left bottom no-repeat;
  padding-left: 25px;
  color: #272727;
  font-weight: bold;
  letter-spacing: 1px;
}

.topMenu{
  float: right;
  margin-top: 115px;
  margin-right: 7px;
}

* html .topMenu{
  position: absolute;
  right: 10px;
}

.topMenu li{
  display: block;
  float: left;
/*  text-transform: uppercase; */
  font-weight: bold;
  font-size: 13px;
  padding-left: 2px;
  padding-right: 2px;
}

.topMenu li a{
  color: #000000;
  text-decoration: none;
}

.topMenu li a:link,
.topMenu li a:hover,
.topMenu li a:visitedsss,
{
  text-decoration: none;
}


.footMenu{
/*  float: right; */
/*  margin-top: 115px; */
/*  margin-right: 70px; */
  margin-left: 236px;
  display: block;
}

.footMenu li{
  display: block;
  float: left;
  text-transform: lowercase;
/*  font-weight: bold; */
  font-size: 10px;
  padding-left: 1px;
  padding-right: 1px;
  margin-top: 5px;
}

.footMenu li a:link, 
.footMenu li a:hover, 
.footMenu li a:visited {
/*  text-decoration: none; */
  color: #FFFFFF;
}

.lastNews {
  font-size: 11px;
  margin-top: 50px;
  background: #efefef;
  padding: 20px 10px 15px 15px;
}

.lastNews li {
  padding-bottom: 5px;
}

.lastNews li a{
  color: #1b648e;
  letter-spacing: 1px;
}

/* Content Area */

#main {
  width:1000px;
  margin:0 auto;
  clear:both;
  padding-right:10px;
  padding-left:10px;
}

#content {
  width:720px;;
  float:right;
  padding:30px 0 25px 0;
}

#content h1 {
  font-size:21px;
  font-weight: normal;
	margin:0;
  padding:0 0 0 20px;
	color:#e4e4e4;
  background: url(images/h1.png) left no-repeat;
}

#content h2 {
  padding: 10px 0 10px 15px;
  font-size: 12px;
  color: #1b648e;
}

#content h3 {
  font-size:12px;
  font-weight:normal;
	margin:15px 0 10px 0;
	color:#7A0A17;
}

/* Sidebar */
#sidebar {
  width:255px;
  float:left;
	padding:30px 5px 25px 10px;
/*  background: url(images/sidebar.png) right top no-repeat; */
}

#sidebar ul {
  list-style:none;
}

#sidebar h2  {
  font-size:1.2em;
	margin:25px 0 12px 0;
	color:#7A0A17;
}

/* Footer */
#footer {
  background: #000000 url('images/footer-bg.png') repeat-x;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
}

#footer2 {background-color: #444444;
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	height: 83px;
}

#footer a, #footer2 a {
  color:#ffffff;
	text-decoration:underline;
}

#footer a:hover, #footer2 a:hover {
  color:#804249;
	text-decoration:underline;
}

#footer a:visited, #footer2 a:visited {
  color:#ffffff;
	text-decoration:underline;
}

#foot {
  width:1000px;
	margin:0 auto;
	background: url('images/footer.png') center no-repeat;
	height:83px;
	line-height:1.1em;
	padding:0 10px 0 10px;
}

#foot2 {
  width:800px;
	margin:0 auto;
	height:83px;
	line-height:1.1em;
	padding:0 10px 0 10px;
}

#foot #left {width:400px;float:left;padding-top:0px;}
#foot #right {width:250px;float:right;text-align:right;padding-top:0px;}

#foot2 #left {width:450px;float:left;padding-top:0px;}
#foot2 #right {width:250px;float:right;text-align:right;padding-top:0px;}



.post {
  background: #e4e4e4;
  margin-bottom: 5px;
}

.post_data {
  padding-left: 15px;
/*  font-size: 11px;
  font-weight: normal;
  font-family: Tahoma, Arial, sans-serif; */
  font: 11px Tahoma, Arial, sans-serif;
  color: #7e7e7e;
}

.comments {
  float: right;
}

.read_more {
  float: right;
}

.entry {
  padding: 0 15px 25px 15px;
  font-size: 12px;
}

.page .entry, .single .entry {
  padding: 15px 15px 10px 20px;
}

.navigation {
  width: 100%;
  height: 25px;
  background: #c0c0c0;
  font-size: 11px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
  padding-right: 10px;
}

.alignleft {
	float: left;
  padding-left: 10px;
}
/* End Images */

.fn {
  font-style: normal;
}

.comment-author {
  background: #E4E4E4;
}

.comment-text p {
  background: #EFEFEF;
}

.comment{
  margin-bottom: 25px;
}

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry ul, .entry ol {
  padding-left: 15px;
  padding-bottom: 15px;
}

#banner {
  position: absolute;
  top: 10px;
/*  background: transparent url('images/banner.png'); */
  width: 397px;
  height: 68px;
  left: 50%;
}

#logo2{
  position: absolute;
  top: 10px;
  left: 40px;
}