body {
	margin: 0px;
	padding: 0px;
	background: #B4F4FF url(../images/img01.jpg) repeat-x left top;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5698A3;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #337884;
}

h1 { font-size: 44px; }

h2 { font-size: 20px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	text-align: justify;
	font-weight: normal;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote { }

a { color: #80A000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
}

/* Header */

#header-wrapper {
	width: 900px;
	height: 143px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	width: 900px;
	height: 92px;
	margin: 0px auto;
	background: url(../images/img02.gif) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	margin: 15px 10px 0px 20px;

}

#advert {
	float: right;
	margin: 10px 10px 0px 0px;

}

/* Menu */


#menu {
	width: 900px;
	height: 51px;
	margin: 0px auto;
	background: url(../images/img03.jpg) no-repeat left top;
}

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

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 12px 3px 0px 3px;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #D7E6A2;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
	padding-left: 0px;
}


/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	background: #FFFFFF ;
}

#page-bgcontent {

	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 880px;
	margin-left: 10px;
}

#banner {
	width: 900px;
	margin: 0px auto;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	padding: 5px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 34px;
	font-weight: normal;
}

.post .title h2 {
	margin: 0px;
	padding: 0px;
}

.post .byline {
	padding-top: 6px;
	letter-spacing: -1px;
	font-size: 20px;
	color: #74C6D5;
}

.post strong {
	color: #9B9A9A;	
}

.post .meta {
	height: 32px;
	padding-top: 6px;
	padding-left: 25px;
	background: url(../images/img06.jpg) repeat-x left top;
}

.post .meta a { }

.post .entry {
	padding: 0px 0px 20px 0px;
}

.post .links {
	padding: 0px 30px 0px 0px;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images/img07.gif) no-repeat left 3px;
}

.post .links .permalink {
	padding-left: 17px;
	background: url(../images/img08.gif) no-repeat left 3px;
}


/* Footer */

#footer {
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	background: url(../images/img04.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	font-size: 11px;
	color: #A2CAD1;
}


#footer ul {
	list-style: none;
	width: 900px;
	height: 51px;
	margin: 20px auto;
	display: block;
	padding: 12px 20px 0px 22px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000000;
}

#footer li {
	float: left;
	padding: 12px 20px 0px 22px;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	text-decoration: underline;
}