/* General Elements */
body {

	margin-top: 15px;
	padding: 0;
	background: #6d97b3;
	width:100%;
	text-align: justify;
	font-family: Verdana, sans serif;
	font-size: 12px;
	color: #626262;
	min-width: 400px;
}

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

h1 {
	font-size: 1.6em;
	font-weight: strong;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #8C0209;
}

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

#header {
	width: 1000px;
	margin: 0 auto;
	height: 229px;
	background: url(images/img02a.jpg)no-repeat left top 100%;
}

#logo {
	width: 1000px;
	height: 175px;
	margin: 0 auto;
	padding: 0 10px 0 70px;
	background: url(images/title.jpg) no-repeat left top;
}




/* Menu */

#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	height: 55px;
	background: url(images/img02a.jpg) no-repeat left top;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin: 0;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/img03.jpg) no-repeat right top;
	font-family: Tahoma, Verdana, Arial,sans serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .current {
	color: #8C0209;
}

/* Wrapper */

#wrapper {
}

/* Page (background to content area) */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #ffffff;
}




/* Content (main section)*/

#content {
float: left;
	width: 55%;
	
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: 10px 20px 20px 20px;
	font-size: smaller;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float:right; width:180px; padding:10px; background:#FFFFFF;
}

#sidebar2 {
	float:right; width:180px; padding:10px; background:#FFFFFF;
}

.sidebar {
	float: left;
	width: 220px;
	padding: 1px;
	font-size: 12px;
	
}

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

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 25px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/h2elementa.png) no-repeat left top;
	letter-spacing: -1px;
	font-size: 12px;
	color: #ffffff;
}

.sidebar a {
}

/* Table */

#table {
	float:right; width:300px; padding:30px; background:#ffffff;
}

#table_wrap {
	padding: 0 15px;
	text-align: center;
}

#table_wrap table {
	width: 100%;
}

#table_wrap th {
}

#table_wrap td {
}

#table_wrap tfoot td {
	border: none;
}

#table_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#table_wrap tfoot td#prev a {
	border: none;
}

#table_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#table_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
	color: 6D97B3;
}

#footer a {
}

