body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #3595b3 url('images/img01.jpg') repeat-x left top;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	text-align: center; 
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
}

p.centimg	{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

tr.top		{ 
	background-color: #E5E5E5;
}

tr.dk		{ 
	background-color: #66B0C8;
}

tr.lt		{ 
	background-color: #96C0D0;
}

td 			{ 
	text-align:left ;  
}

a {
	color: #fff;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

a:visited {
	color: #fff;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

#header {
	margin: 0;
	padding: 0;
}



/* Menu */

#menu {
	float: left;
	width: 100% ;
	height: 58px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url('images/img02.jpg') repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	background: url('images/img03.jpg') no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff; padding-left:17px; padding-right:17px; padding-top:0; padding-bottom:0
}

#menu a:hover { 
	color: #fff;
}

#menu .current_page_item a {
	color: #fff;
}

/** LOGO */

#logo img {
	position: absolute;
	left:0;
	top:0;
	img-repeat: x-repeat;
}

/* Page */

#page {
	width: 95%;
	min-height: 400px;
	margin: 0 auto;
	text-align: left;
	border: 10px #97c2cf solid;
	background: #3595b3;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

/* Content */

#content {
	float: left;
	width: 90%;
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
	color: #000000;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 50%;
	padding: 0px 0 0 0px;
	font-size: 24px;
	color: #fff;
}

.post h2 {
	font-size: 18px;
	color: #fff;
}

.post h3 {
	font-size: 12px;
	color: #fff;
}

.post column1h1 {
	width: 40%;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 0;
	left-margin: 10%;
}

.post column2h1 {
	width: 40%;
	font-size: 24px;
	color: #fff;
	padding: 0 0 0 0;
	left-margin: 10%;
}

.post .entry {
	font-size: 15px;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 80%;
	margin: 0 auto;
	background: #E5E5E5;
	border: 10px #97c2cf solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#footer {
	height: auto;
}

#footer p {
	font-size: 12px;
}


#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #595959;
}

#legal a {
	font-weight: normal;
	color: #1B75A9;
}
