body {
	background-color: #65727B;
	background-image: url(images/pagepg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif;
	color: #28313A;
}

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

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #1B75A9;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: red;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/** LOGO */

#logo {
	width: 922px;
	height: 120px;
	margin: 0 auto;
	background:url(images/logo.jpg);
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 10px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	font-family: "Arial", Helvetica, Sans Serif;
	font-size:36px;
}

#logo h1 a {
	text-decoration: none;
	color: #28313A; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	float: left;
	padding: 25px 0 0 18px;
	font: 18px "Arial", Helvetica, Sans Serif;
	color: #28313A; 
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 922px;
	margin: 0 auto;
	background: #ffffff url(images/pagebg.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 100%;
}

/* Post */

.post {
	padding: 0px 15px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	width: 820px;
	padding: 0px 0 0 0px;
	background: url(images/img08.jpg) no-repeat left top;
	font-size: 18px;
	color: #28313A; 
}

.post h2 {
	width:820px;
	padding: 0px 0 0 0px;
	font-size: 22px;
	color: #28313A; 
}

.post .entry {
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 920px;
	height: 80px;
	background: url(images/footerbg.jpg) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

html>body #footer {
	height: 80px;
}

#footer p {
	font-size: 12px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #eeeeee;
}

#legal a {
	font-weight: normal;
	color: #ffffff;
}