body {
	margin: 0px;
	padding: 0;
	background: #3C424C url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	text-align: justify;
}

a { color: #639CBF;
text-decoration:underline;}

a:visited {
color: #639CBF;
text-decoration:underline;}

a:hover { color:#FFB9DD; text-decoration: none; }

a.qdls:link, a.qdls:visited {
font-size:10px;
color:#c0c0c0;
text-decoration:underline;}

a.qdls:hover {
font-size:10px;
text-decoration:none;}

a.adl:link, a.adl:visited {
color:#B70000;
text-decoration:underline;}

a.adl:hover {
text-decoration:none;}


hr { display: none; }

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 980px;
	height: 50px;
	margin: 0 auto;
	padding: 0px;
}

/* Logo */

#logo {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	padding: 0px;
}

/* Menu */

#menu {
	float: left;
	width: 700px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(images/img04.jpg) no-repeat left top;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 12px 20px 0px 20px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #515F6B;
}

#menu a:hover { 
	color:#FFB9DD;
	text-decoration: none; 
}

/* Search */

#search {
	float: right;
	width: 240px;
	padding: 10px 10px 0px 0px;
}

#search form {
	float: right;
	margin: 0;
	padding: 4px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#search-text {
	width: 150px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: none;
	background: #3C424C;
	color: #FFFFFF;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #2A4345;
	border: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background: #C1D6E2 url(images/img03.jpg) repeat-x left bottom;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 940px;
}

/* Post */

.post {
	width: 900px;
	margin-bottom: 20px;
	padding: 20px 20px;
	background: #FFFFFF;
	border: 1px solid #8D9AB0;
}

.post .title {
	height: 44px;
	text-decoration: none;
	font-size: 30px;
	color: #238EC6;
}

.post .date {
	height: 32px;
	margin-top: -10px;
	margin-left: 2px;
	padding: 4px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}
.post .entry {
	border-top: 1px solid #E0E0E0;
	padding: 10px 0px;
}

/* Footer */

#footer {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 30px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #C7DAE5;
}

