* { margin: 0; padding: 0; }
body {background: #dee8ee; font: 90% arial,verdana,sans-serif; padding: 0; margin: 0;
background: #bcccdc;
}

b, strong {font-weight: 800;}
img {border: 0; margin: 0; padding: 0;}
.bold {font-weight: 800;}

a {	color: #576E88; }
a:visited { color: #576E88; }
a:hover, a:focus { color: #EFB768; }
a:active { color: #EFB768; }

input {
	border: 1px solid #364757;
	padding: 2px 3px 2px 3px;
	font-size: 109%;
}

#logo {
	width: 400px;
	height: 90px;
}

#header {
	text-align: center;
	height: 162px;
	background: #364757;
	border-bottom: 2px solid #526578;
}
#headerin {
	height: 150px;
	margin: 0 auto;
	width: 910px;
}
#header-rester {
	width: 886px;
	margin: 0px auto;
	height: 60px;
	padding: 4px;
	background: #425364;
	border-top: 1px solid #697886;
}
#head-q {
	font-size: 109%;
	color: #B2BBC4;
	padding: 6px;
	margin: 0 auto;
	width: 850px;
	text-align: center;
	line-height: 1.3em;
}

#content {
	width: 910px;
	margin: 0px auto;
	line-height: 126%;
	background: transparent url('../images/body-main.gif');
	padding: 0 0 20px 0;
}
#maincontent {
	padding-left: 10px;
	width: 560px;
	margin-right: 330px;
	margin-left: 9px;
}
h2.title {
	padding: 8px;
	background: #869AAD;
	color: #FFF;
}
#sidenav h2.title {
	margin-top: 2px;
	padding: 6px;
	background: #869AAD;
	color: #FFF;
}

div.desc {
	padding: 5px;
	background: #dee8ee;
}

#sidenav {
	width: 280px;
	float: right;
	margin-right: 20px;
	padding: 0;
}
#sidenav h2 {
	font-size: 109%;
}

ul#nav {
	height: 60px;
	list-style: none; 
}
ul#nav li {
	float: left;
	font-size: 109%;
	width: 175px;
}
ul#nav li a {
	float: left;
	text-align: center;
	padding: 4px;
	margin-left: 10px;
	height: 52px;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #403b32;
}

#footer {
}
#footerin {
	border-top: 1px solid #B7C6D6;
	text-align: center;
	padding: 20px 16px 0 16px;
	width: 878px;
	height: 22px;
	margin: 0 auto;
	background: transparent url('../images/body-main.gif');
}
#footerin a {
	padding: 0 2px 0 2px;
}

/* blog layout */

.timedate {
	background: #fff url('../images/timedatebg.gif') no-repeat;
	font-weight: 800;
	color: #fff;
	text-align: center;
	float: left;
	width: 55px;
	padding: 2px;
	height: 37px;
}
* html .timedate {
	padding-top: 1px;
}
h2.blogtitle {
	color: #50483a;
	margin-left: 70px;
	font-size: 143%;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	text-decoration: none; 
}
h2.blogtitle a {
	text-decoration: none;
	font-size: 123%;
}


/* Search */

#search {
	background: transparent url('../images/searchbg.gif') no-repeat;
	width: 206px;
}
#search-input {

	width: 193px;
}
.quoteinput {
	font-size: 100%;
	font-weight: 800;
	width: 300px;
}
 
#contact-form {
	margin-top: 8px;
	padding: 5px;
}
