
* {
	margin: 0;
	padding: 0;
}



body {
	margin-top: 0px;
	background: #000000 url(images/bg-2.jpg) repeat left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}



h1, h2, h3 { 	margin-top: 20px;
				padding: 20px;
				color: #ffffff;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #838383;
}


/* Menu */

#menu {
	float: inherit;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-align: center;
	border-bottom: 4px #ffcc00 solid;
	margin-left: 25px;
	padding: 0px 5px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
}


/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 130px;
	margin: 0 auto;
	
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: none  ;
	width: 800px;
	padding-top: 0px;
	
}
.post {
	margin: 0px 0px 30px 0px;
	background: url(images/img06.gif) repeat-x left bottom;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #2f2523;
	text-decoration: none;
	font-weight: normal;
	color: #ffcc00;
}

.post .entry {
	padding: 20px 0px;
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #ffffff;
}


/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0px;
	background: url(images/bg-3.jpg) repeat left top;
	color: #FFFFFF;
}


#header2 {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
	background: url(images/bg-1.jpg) repeat left top;
	color: #FFFFFF;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}


/* side */
.left { width:180px; margin:5px; padding:5px; float:left;}
.center { width:180px; margin:5px; padding:5px; float:left;}
.right { width:180px; margin:5px; padding:5px; float:left;}
.big_side { width:626px; margin:5px; padding:5px; float:left;}


p.clr, .clr { clear:both; padding:0; margin:0; background:none;}

