


body {
	margin: 20px 0;
	padding: 0;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666666;
	background-color:#0477D6;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FF0000;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #04459F;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #235324;
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

#menu a:hover {
	background: #0477D6;
	color:#FFFFFF;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/img02.gif) no-repeat 10px 50%;
	border: none;
}

#menu #rss a:hover {
	background-color: #DAEBDB;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img03.jpg); background-repeat:no-repeat;
	border: 10px solid #04459F;

}
#header h1 {
	padding: 75px 0 0 20px;
	font-size: 1.8em;
}

#header h2 {
	padding: 0 0 0 20px;
	font-size: .8em;
}

#header a {
	text-decoration: none;
	color: #DAEBDB;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #fff url(images/img04.gif) repeat-y;
	border: 10px solid #04459F;
	border-top: none;
	height:2800px;
	height:500px !important;
}

/* Latest Post */

#latest-post {
	padding: 20px 0;
	background: #fff;
	
}


#latest-post .title {
	float: left;
	width: 230px;
	padding: 0 20px;
	text-align: right;
	line-height: 1.2em;
	font-size: 2.2em;
}

#latest-post .story {
	float: right;
	width: 389px;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	
}

#latest-post .story2 {
	float: right;

	width: 270px !important;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	
}

#latest-post .story3 {
	float: right;
	margin-top:40px;
	width: 340px !important;
	padding: 0 20px;
	border-left: 1px solid #C6DAC7;
	
}


#latest-post .meta {
	clear: both;
}

/* Posts */

#posts {
	float: right;
	width: 650px;
	padding: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts .meta {
	padding: 5px 0 0 20px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links 

#links {
	float: left;
	width: 230px;
	padding: 20px
}

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

#links li ul {
	padding: 15px 20px 30px 20px;
}

#links li li {
	padding: 3px 0;
}

#links li a {
}

#links li i {
	font-size: smaller;
}
*/
/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
/*nav menu*/
#navcontainer
{
background: #369;
border-top: 1px solid #9CC;
font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#navlist
{
list-style: none outside none;
margin: 0;
padding: 0;
}

@media all {
#navlist {
text-align: left
}
}

#navlist li
{
bottom: 11px;
display: inline;
line-height: 1.2em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #000;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
background: #900;
border: 1px solid #FFF;
bottom: 2px;
color: #FFF;
cursor: pointer;
display: inline;
height: 1em;
margin: 0;
padding: 6px 10px 6px 10px;
position: relative;
right: 2px;
text-decoration: none;
}

#navlist a:hover
{
background: #C00;
bottom: 1px;
color: #FFF;
position: relative;
right: 1px;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}
