
body {
	
	margin: 0px;
	padding: 0px;
	background: #000000 url('images/img01.jpg') repeat-x left top;
	color: #D9D9D9;
	text-align: justify; font-style:normal; font-variant:normal; font-weight:normal; font-size:13px; font-family:Arial, Helvetica, sans-serif
}

h1, h2, h3 {
	margin-top: 0px;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.97em;
	font-weight: normal;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #7ECE05;
}

a:hover {
	text-decoration: none;
	color: #7ECE05;
}

a img {
	border: none;

}


/* Header */

#header {
	
	width: 790px;
	height: 93px;
	margin: 0px auto;
}

#header a {
	
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	background: url('images/logo.jpg') no-repeat left top;
}

#logo h1, #logo p {

	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 80px;
}

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	float: left;
	margin: 60px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	background: #7ECE05 url('images/img02.jpg') repeat-x 0px 0px;
	text-decoration: none
}

#menu .active {
	background: #7ECE05 url('images/img02.jpg') repeat-x 0px 0px;
}

#menu .active a {
	background: #7ECE05 url('images/img02.jpg') repeat-x 0px 0px;
}

/* Page */

#page {
	width: 790px;
	margin: 0px auto;
	padding: 27px 0px;

}

/* Content */

#content {
	float: left;
	width: 790px;
	background: url('images/img01.jpg') no-repeat left top;
}

.post {
	margin: 0px 0px 0px 0px;
}

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

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	background: url('images/img03.gif') repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url('images/img04.gif') no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url('images/img05.gif') no-repeat left bottom;
}

#sidebar-content {
	padding: 0px 60px 60px 60px;
}

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

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	background: url('images/img05.jpg') no-repeat left 50%;
	margin-left: 5px;
	padding-left: 30px
}

#sidebar h2 {
	background: no-repeat left 50%;
	padding-left: 15px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

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



/* Footer */

#footer {
	clear: both;
	height: 200px;
	margin: 0px auto;
	background: url('images/img01_index.jpg') repeat-x left top;
	color: #FFFFFF
}

#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #7ECE05;
}
