body {
	margin: 0px;
	padding: 0px;
	background: #0E0B09 url(images/img04.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0099FF;
}

h1 {
	font-size: 2em;
	padding-left:10px;
}

h2 {
	font-size: 2.4em;
	padding-left:10px;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 2.4em;
	padding-left:10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0099FF;
	font-size:14px;
	margin-bottom: 0px;
}
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
}

/** WRAPPER */

#wrapper {
	background: url(images/img02.jpg) repeat-y left top;
}

#wrapper-bgtop {
	background: url(images/img01.jpg) no-repeat left top;
}

#wrapper-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

/** HEADER */

#header {
	width: 950px;
	height: 141px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	margin-top: -30px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#logo h1 {
	margin: 0px;
	font-size: 36px;
	font-weight: normal;
}

#logo h1 a {
	text-decoration: none;
	color: #0099FF;
}

#logo h3 {
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
}

#logo a {
	color: #0099FF;
}

/** MENU */

#menu {
	float: left;
	height: 42px;
	background: #0099FF;
}

#menu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-right: 1px;
}

#menu a {
	display: block;
	height: 28px;
	padding: 14px 20px 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	background: #000000;
}

#menu .active {
	background: #000000;
}

/* Page */

#page {
	width: 1000px;
	padding: 30px 0px;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 20px 20px 0px 40px;
}

.post {
	margin-bottom: 5px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 38px;
	margin-bottom: 5px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #0099FF;
}

.post .title a {
	color: #0099FF;
	border: none;
}

.post .meta {
	width: 400px;
	margin-top: -10px;
	padding: 5px 10px 5px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #377D41;
}

.post .meta a {
	color: #377D41;
}

.post .entry {
	padding: 0px 0px 10px 0px;
	padding-bottom: 20px;
	text-align: justify;
	border-bottom:thin;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
}

.links {
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 0px;
	color: #FFFFFF;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	padding: 40px 0px;
}


#sidebar p {
	margin: 0 0px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #82634E;
}


/** FOOTER */

#footer {
	float: left;
	width: 950px;
	height: 100px;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 40px;
	color: #0099FF;
}

#footer a {
	text-decoration: none;
	color: #0099FF;
}

#footer .legal {
}

#footer .links {
}

