body {
	margin: 0px;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: /*#464646;*/#6F6F6F;
}

h2 {
	margin: 0;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
}

a {
	color: #D39000;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	text-align: justify;
}

strong {
	color: #AAAAAA;
}

#title {
	width: 920px;
	height: 110px;
	margin: 0 30px;
	padding: 30px 20px 0px 20px;
}

#title h1 {
	margin: 0px;
	font-size: 48px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	float: left;
	width: 920px;
	height: 62px;
}

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

#menu li {
	display: block;
	float: left;
	height: 62px;
	background: url(images/img_1.jpg) no-repeat right top;
}

#menu a {
	display: block;
	float: left;
	height: 62px;
	margin-right: 3px;
	padding: 23px 25px 0px 25px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/current_item.jpg) repeat-x left top;
	text-decoration: none;
}

#menu .current_page_item  {
	background: url(images/current_item.jpg) left top;
}

#header {
	width: /*940px;*/90%;
	height: 62px;
	margin: 0 50px;
	padding: 0px;
	background: url(images/img_2.jpg) repeat-x left top;
}

#page {
	width: /*940px;*/100%;
	margin: 0 30px;
	padding: 20px 0px 0px 20px;
}

#content {
	float: left;
	width: /*940;*/90%;
}

.post {
	margin-bottom: 20px;
	padding: 30px 40px;
	background: #000000 
}

.post .title {
	height: 44px;
	padding: 0px 0px 5px 0px;
	font-weight: normal;
}

.post .links {
	background: #90BF35;
	border: 1px solid #5F817E;
}