body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
        background-color: #0A9DE2;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
}

#wrapper {
	width: 968px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 968px;
	height: 180px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 968px;
	height: 150px;
}

/* Menu */

#menu {
	width: 968px;
	height: 5px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
}

#menu a {
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

#content-700 {
	width: 800px;
	padding: 60px 20px 0 0;
}

.post {
	margin-bottom: 8px;
	background: url(ImagesCSS/img09.jpg) repeat-y left top;
}

.post-bgbtm {
	background: url(ImagesCSS/img10.jpg) no-repeat left bottom;
}

.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

#content-928 {
	float: right;
	width: 928px;
	padding: 60px 20px 00 0;
}

.post {
	margin-bottom: 8px;
	background: url(ImagesCSS/img109.jpg) repeat-y left top;
}

.post-bgtop {
	background: url(ImagesCSS/img108.jpg) no-repeat left top;
}

.post-bgbtm {
	background: url(ImagesCSS/img110.jpg) no-repeat left bottom;
}

.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	border-bottom: 1px dashed #B5DEF4;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: justify;
}

