body {
	margin: 0;
	padding: 0;
	background: #0BA1DE url(../images/img01.gif) repeat-x left top;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2, h3, h4, h5, h6 {
	font-size: 23px;
}

ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #EFCE58;
}

a:hover, a:active {
	text-decoration: none;
	color: #EFCE58;
}

a:visited {
	color: #EFCE58;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#wrapper {
	margin: 0;
	padding: 0;
}


#header {
	width: 840px;
	margin: 0 auto;
	height: 60px;
}

#menu {
	float: left;
	width: 840px;
	height: 60px;
	background: url(../images/img02.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 3px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #283386;
}

#menu a:hover { 
	background: #8BD2EF;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #8BD2EF;
	color: #FFFFFF;
}

#logo {
	width: 840px;
	height: 80px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 45px 0 0 18px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #EFCE58; 
}

#logo p a {
	text-decoration: none;
	color: #EFCE58;
}

#logo p a:hover { text-decoration: underline; }

#page {
	width: 820px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 540px;
	
}
.post {
	border: 10px #8FD3EF solid;
	padding: 15px 20px 5px;
	margin-bottom: 20px;
}

.post h2,.post h3,.post h4,.post h5,.post h6 {
	padding:0;
	font-size: 22px;
	color: #FFFFFF;
}
.post h2 a,.post h3 a,.post h4 a,.post h5 a,.post h6 a{
	color:#fff;
	text-decoration:underline;
}
.post p {
	margin-top:4px;
	padding-top:5px;
}
.post p a{
	display:block;
	margin:10px 0 0 0;
	font-weight:bold;
	text-align:center;
	font-size:15px;
	text-decoration:none;
}
.post p a:hover{
	text-decoration:underline;
}
.post img {
	float:right;
	margin:-20px 0 1px 13px;
	border:3px solid #fff;
}
.post small{
	font-size:11px;
	margin-left:2px;
}

#sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	padding: 8px 0 0 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #FFFFFF;
}

#footer-wrap {
}

#footer {
	background: #0B97D4 url(../images/img03.gif) repeat-x left top;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color: #FFFFFF;
}
