body {
	margin: 10;
	font-size: 62.5%;
	font-family: arial, verdana, sans-serif;
	text-align: center;
	background: #666666 url(images/fill_main.jpg) repeat-x;
	border: #666666;
	width: 890px;
	border-color: #1B5378;
}

#page {
	width: 900px;
	margin: 0;
	text-align: left;
	background: #ffffff;
	border: #666666;
}

#menu-bar {
	width: 900px;
	height: 60px;
	background: url(images/menu_bar.jpg) no-repeat;
	border-color: #000000;
	border-width: 0;
}

#menu-bar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu-bar ul li {
    float: left;
}

#menu-bar ul li a {
    display: block;
    padding: 20px;
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    background: url(images/sep_menu.jpg) top right no-repeat;
}

#menu-bar ul li a:hover {
	text-decoration: underline;
}

#header {
	width: 900px;
	height: 158px;
	background: url(images/splash.jpg) no-repeat;
}

#header #splash {
	position: absolute;
	width: 900px;
	left: 386px;
	top: 174px;
}

#header #search {
	position: absolute;
	z-index: 1000;
	margin: 10px 10px 0 645px;
	width: 245px;
	left: 280px;
	top: 95px;
}

#search #searchform, #signupform {
    padding: 0;
    margin: 0;
}

#searchform #s {
    float: left;
    margin-top: 5px;
    width: 140px;
    padding: 3px;
    border: 1px solid #1C8A91;
}

#sign-up {
	width: 900px;
	height: 122px;
	background: url(images/sign_up_bar.jpg) no-repeat;
}

#sign-up p {
    float: left;
    width: 300px;
    margin: 25px 0 5px 280px;
    padding: 0;
    color: #fff;
    font-size: 1.2em;
}

#newsletter {
    float: right;
    width: 245px;
    margin: 5px 10px;
}

#newsletter .signup-text {
    float: left;
    width: 140px;
    padding: 3px;
    margin: 3px 0;
    border: 1px solid #DF481D;
}

#newsletter .signup-submit {
    float: right;
    margin: 0 5px 0 0;
}

#content {
    float: left;
    width: 620px;
    background: url(images/fill_main_body.jpg) repeat-y;
}

.post {
    width: 544px;
    margin: 0 auto 20px auto;
    background: url(images/fill_post_body.jpg) repeat-y;
    font-size: 1.2em;
    line-height: 130%;
}

.post h2 {
   width: 544px;
   height: 48px;
   margin: 0;
   padding: 7px 0 0 10px;
   font-size: 1.4em;
   background: url(images/fill_post_top.jpg) no-repeat; 
}

.post h2 a {
    text-decoration: none;
    color: #fff;
}

.post h2 a:hover {
    color: #c5e5ff;
}

.post .entry {
    margin: 0 25px;
}

.post .postmetadata {
    padding: 5px 10px;
    margin: 10px 0;
    background: #EAEBED;
    font-size: 0.9em;
    color: #616161;
}

.post .postmetadata a {
    font-weight: bold;
    color: #737e83;
}

.post .postmetadata a:hover {
    text-decoration: none;
}

.postmetadata .author {
    float: left;
}

.postmetadata .time {
    float: right;
}

#sidebar {
	float: right;
	width: 220px;
	margin-top: 13px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar ul li {
    padding-bottom: 20px;
    background: url(images/fill_box_bottom.jpg) bottom left no-repeat;
}

#sidebar ul h2 {
    width: 258px;
    padding: 10px 10px 15px 10px;
    margin: 0;
    font-size: 1.4em;
    color: #fff;
    background: url(images/fill_box_top.jpg) no-repeat;
}

#sidebar ul .textwidget, 
#sidebar ul  p, #sidebar ul div {
    font-size: 1.2em;
    padding: 10px 15px;
    color: #282828;
    background: url(images/fill_box_body.jpg) repeat-y;
}

#sidebar ul li a, #footer-info p a, .post a {
    color: #1A70AE;
    text-decoration: none;
}

#sidebar ul li a:hover, #footer-info p a:hover, .post a:hover {
    color: #1A70AE;
    text-decoration: underline;
}

#sidebar li li {
    margin: 0 0 0 30px;
    padding: 0;
    * height: 1%;
    line-height: 190%;
    background: none;
    list-style-image: url(images/blt_menu.jpg);
}


#footer {
    width: 880px;
    background: url(images/footer_bar.jpg) no-repeat;
}

#footer-info {
    padding: 20px 30px;
    color: #9FADB0;
    font-size: 1.1em;
}

#footer-info a {
    color: #737e83;
    text-decoration: none;
}

#footer-info a:hover {
    text-decoration: underline;
}

#footer-info p {
    margin: 5px 0;
}



.clear {
    clear: both;
}

.style2 {font-size: 16px}
.style4 {font-size: 24px; font-weight: bold; }
.style5 {color: #FF0000}
.style6 {
	color: #000000;
	font-weight: bold;
	font-size: 36px;
}
.style7 {
	font-size: 10pt;
	font-weight: bold;
}
.style9 {font-size: 12px}
.style10 {
	font-size: 28px;
	color: #FF0000;
}
.style11 {font-size: 24px}
.style13 {color: #FF0000; font-weight: bold; }
.style14 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.style15 {font-size: 16px; color: #FF0000; }
.style16 {font-size: 16px; font-weight: bold; }
.style18 {
	color: #0000FF;
	font-weight: bold;
}
.style19 {color: #000000}
body {
	background-color: #666666;
	margin-left: 7.5cm;
	margin-right: 6.5cm;
	background: #ffffff;
	background-repeat: no-repeat;
}
.style20 {font-size: 16pt}
