body {
	margin: 0;
	padding: 0;
	/* background: #fff url(img03.gif) repeat-x left top; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #787878;
}

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

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

table {
	margin: 0;
	padding: 5px 0 15px 0;
}

td {
	vertical-align: top;
	padding: 0 5px 5px 0;
}

td.right {
	font-weight: bold;
	text-align: right;
}

a {
	text-decoration: none;
	color: #ef8449;
}

a:hover {
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	clear: both;
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
}

/* Menu */

#menu {
	width: 940px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 35px;
	margin-right: 1px;
	padding: 16px 40px 0px 40px;
	background: url(img04.gif) no-repeat right top;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: url(img05.gif) repeat-x left top;
	text-decoration: none;
	color: #fff;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: right;
	width: 590px;
	padding: 30px 0px 0px 0px;
}

.post {
	margin-bottom: 15px;
}

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #3960ad;
}

.post .title a {
	color: #3960ad;
	border: none;
}

.post .entry {
	padding: 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 320px;
	margin: 0;
	padding: 30px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li {
	background: url(img02.gif) repeat-x left bottom;
	margin-bottom: 30px;
	border-left: none;
}

#sidebar li a {
	padding-left: 10px;
	background: url(img01.gif) no-repeat left 6px;
}

#sidebar p {
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ffa800;
}

/* Footer */

#footer {
	width: 980px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
}