body {
	margin: 0;
	background: #35393D;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}

img{
	margin: 3px;
}

h1,h2,h3 {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;

}


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

ul, ol {
}

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

a:hover {
	background: none;
}

/* Header */

#header {
	width: 730px;
	height: 180px;
	margin: 0 auto;
	background: url(layout/header.jpg) repeat-x top center #000000;
}


/* Menu */
#mainos {
	width: 730px;
	height: 20px;
	margin: 10px auto;
	float: center;
	background: #000000;
}

#menu {
	width: 730px;
	height: 30px;
	margin: 10px auto;
	float: center;
	background: #000000;
}


#menu ul {
	margin: 3;
	margin-left: 0px;
	float: center;
	padding: 6px 0 0 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 11px;
	background: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Georgia", Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #000000;
	background: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;

}

/* Content */

#content {
	float: center;
	width: 730px;
}

.post {
}

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


/* Footer */

#footer {
	width: 730px;
	margin: 0 auto;
	padding: 20px 0;
	background: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}