html,body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%/1.5em;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', verdana, arial, sans-serif;
	text-align: center;
	background: #8FA5DF;
}

img {padding-top: 3px;
	border: 0;
}

.entry_footer {
	clear: left;
	margin-bottom: 35px;
}

div#header img {
	margin: 10px 10px 10px 18px}

div#header {
	height: 200px;
	width: 980px;
	padding: 0px;
	background: url(images/hd_bkg.jpg) no-repeat;
	color: #000059;
}

#header a {
	height: 180px;
	color: #FF0000;
	margin: 0;
}

#navbar {
	text-align: right;
	padding: 5px 8px 0 0;
}

#navbar li {
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navbar li a {
	text-decoration: none;
	margin: 0 3px;
}

.left {
	float: left;
	margin-right: 7px;
}

.right {
	float: right;
	margin-left: 7px;
}

.center {
	text-align: center
}

.line {
	border-top: 1px solid #000059;
	margin: 8px 0px;
}

div#container {
margin: 0 auto;
	text-align: left;
	width: 980px;
	background: url(images/con_bkg.jpg) repeat-y;
}

div#wrapper {
	float: right;
	width: 100%;
	margin-left: -200px
}
div#content {
float: right;
width: 780px;
	line-height: 150%;
	color: #556285;
}
div#navigation {
	float: left;
	width: 200px;
	text-align: left;
	line-height: 130%;
}
div#extra {
	float: left;
	clear: left;
	width: 200px;
	line-height: 130%;
}

.blog_title {
	padding: 2px 2px 6px 192px;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	background: inherit;
}

.description {
	padding: 3px 2px 8px 192px;
}

.entry_text {
	padding: 7px 40px 20px 72px;

}

.entry {
	text-align: justify;
}

.entry-header {
	font-size: 18px;
	color: #C03166;
}

.nav_text {
	padding: 4px 1px 10px 14px;
	color: #556285;
}

.nav_text p {
	margin: 0 2px 10px 5px;
}

#more {
	font-size: 80%;
	margin-left: 110px;
}

.extra_text {
	padding: 7px 2px 10px 14px;
}

.footer_text {
	padding: 7px;
}

h1 {
	font-size: 18px;
	color: #C03166;
	background: inherit;
	margin: 0;
	padding: 6px 0px;
}

h2, h2 a {
	font-size: 16px;
	color: #000059;
	background: inherit;
	margin: 8px 0 0 0;
	padding: 6px 0px;
}

.entry_tags ul {
	list-style-type: none;
}

.entry_tags li {
	display: inline;
}

input {
	font-size: 12px;
}
.button {
	font-size: 11px;
	border: 1px solid #4B6765;
	background: #FFF;
	color: #4B6765;
	margin: 3px 0;
}

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

li {
	margin: 0;
	padding: 3px 0 0 5px;
}

a {
	color: #C03166;
	text-decoration: none;
	background: inherit;
}

a:hover {
	color: #000059;
	text-decoration: underline;
	background: inherit;
}
.blue {
	color: #000059;
}

div#footer a {
	background: #EAEAFF;
	color: #000059;
	text-decoration: none;
}

div#footer {
	background: #ADC3FD;
	color: #000059;
	text-align: center;
	clear: both;
	width: 965px;
	margin: 0 0 0 8px
}

div#footer_text {
	margin: 0;
	padding: 5px 10px;
}