body {
	margin: 0;
	padding: 0;
	/*background: #349eb8;*/
	background: #007fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00264C;
}

h1, h2, h3 {
	text-transform: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	/*color: #FF941D;*/
	/*color: #2C97B7;*/
	color: #001F3E;
}

h2 { font-size: 24px; }
h3 { font-size: 22px;color: #001F3E; }

h4 {font-size: 12px;color: #001F3E;}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	/*border-bottom: 1px dotted #707070;		
	color:#00264C;
	border-bottom: 2px dotted #004080;
	text-decoration: none;*/
}


a:hover {
	/*border: none;
	border-bottom: 2px dotted #004080;*/
}

strong {
	color: #8D8C8C;
}

/* Posts */

.post {
	margin-bottom: 9px;
	padding: 20px 40px 20px 60px;
	/*background: #131313;*/
	/*background: #257588;*/
	background: #71B4F9;
	border-top: 1px solid #71B4F9;
	border-right: 1px solid #71B4F9;
	border-bottom: 1px solid #71B4F9;
	border-left: 1px solid #71B4F9;
}

.banner {
	margin-bottom: 9px;
	/*background: #131313;*/
	/*background: #257588;*/	
	background: #007fff;
	border-top: 1px solid #007fff;
	border-right: 1px solid #007fff;
	border-bottom: 1px solid #007fff;
	border-left: 1px solid #007fff;
}

.post h2, .post h3 {
	margin-left: -40px;
}

/* Header */

#header {
	/*width: 690px;*/
	width: 690px;
	height: 280px;
	margin: 0 auto;
	/*background: url(images/animal_bg_600x280.jpg);*/
}

#header h1 {
	margin: 0;
	padding: 180px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	margin: 0;
	/*padding: 0 0 0 92px;*/
	font-size: 24px;
}

#header h3 {
	margin: 0;
	/*padding: 0 0 0 92px;*/
	font-size: 12px;
}

#header a {
	border: none;
	letter-spacing: -1px;
	color: none;
}

/* Content */

#content {
	/*width: 580px;*/
	width: 690px;
	margin: 0 auto;
	padding: 10px;
}

#colOne {
	float: left;
	width: 180px;
}

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

#colTwo {
	float: right;
	/*width: 390px;*/
	width: 480px;
}

/* Footer */

#footer {
	clear: both;
	width: 691px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

#footer * {
	color: #333333;
}

/*
.hovermenu ul{
font: bold 11px arial;
padding-left: 0;
margin-left: 0;
height: 15px;
width: 680px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #131313;
border: 1px solid #1F1F1F;
}

.hovermenu ul li a:hover{
background-color: #131313;
border-style: outset;
}

html>body .hovermenu ul li a:active{
border-style: inset;
}
*/
.hovermenu ul{
font: bold 11px arial;
padding-left: 25px;
margin-left: 0;
height: 15px;
width: 680px;

}

.hovermenu ul li{
list-style: none;
display: inline;
color: red;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #00264C;
background-color: ##00264C;
border: 1px solid #71B4F9;
}

.hovermenu ul li a:hover{
background-color: #71B4F9;
border-style: outset;
}

html>body .hovermenu ul li a:active{
border-style: inset;
}

