

body {
	margin: 0;
	padding: 0;
	background: #DEDEDE url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #66665E;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
//	text-transform: uppercase;
	font-weight: bold;
}

h1 { font-size: 48px;
     color: #66665E;
 }

h2 { font-size: 24px;
     color: #003399;
 }

h3 { 	font-size: 20px;
	color: #003399;
}

p
{	line-height: 120%;
	text-indent: 30px;
	text-align: justify;
	text-justify: newspaper;
}

ul, ol {
	margin-top: 0;
	line-height: 200%;
	text-align: justify;
}

ul, ol { }

blockquote { }

th {	border-collapse: collapse;
	border-style: solid none;
}

td{	border-style: none none dashed none;
	border-width: 1px;
}

td.last {	border-style: none none solid none;
		border-width: 3px;
}

a 
{	color: #4169e1;
	text-decoration: none;
}

a:hover 
{	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr {
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: #222222;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	margin: 0 auto;
	width: 16.6%;
	text-align: center;
}

#menu a {
	display: block;
	padding: 15px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

}

#menu .current_page_item a {
	height: 20px;
	background: #6090ef;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/** LOGO */

#logo {
	background: url(images/bglogo.jpg) no-repeat left top;
	width: 850px;
	height: 125px;
	margin: 0 auto;
	padding: 20px 0 10px 50px;
	color: #ffffff;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
 	color: #ffffff;
}

#logo p {
	padding-left: 3px;
	padding-top: 6px;
	text-transform: normal;
	font-size: 24px;
	text-align: center;
}

#logo h1 {
	padding: 10px 0px 0px 0px;
	font-size: 36px;
}

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

/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;

}


/* Post */

.post {
	margin-bottom: 25px;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .title {
	height: 28px;
	color: #42423E;
	font-weight: bold;
}

.post table
{	border: 0;
	text-align: left;
	border-spacing: 0 20px;
}

.post td
{	border: 0;
	vertical-aling: top:
}

.post tr
{	line-height: normal;
	border: 0;
}

.post ul
{	list-style-type: none;
}

.post .entry ol
{	line-height: normal;
	padding: 0 20px;
}

.post .comment
{	font-size: 15px;
	line-height: 18px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

.post .simple table {
	border: 0px;
}

.post .simple tr {
	line-height: 18px;
	text-indent: 15px;
}

.post .simple td {
	border-style: none;
}

.post .simple .title {
	text-indent: -20px;
}

.post .simple h3 {
	text-indent: 0;
}

.post .half
{	float: left;
	margin: 0 auto;
	width: 360px;
}

.post .right
{	margin: 0 auto;
	width: 360px;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}
