html, body {
	margin: 0;
	padding: 0;
	height: 100%; 
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background-color: #161613;
	color: #ffffff;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #498ba9;
}

a:hover {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}
.heading {
	font-size: 16px;
	font-weight: bold;
}

.clear {
	clear: both;
}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
	background: #ffffff url('./images/content_bg.gif') repeat-y top left;
	color: #000000;
	text-align: left;
}

#header {
	position: relative;
	height: 266px;
}

#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 760px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	height: 30px;
	float: left;
	padding: 0;
	margin: 0;
}

#menu li a {
	display: block;
	color: #ffffff;
	line-height: 24px;
	padding: 0;
	margin: 0;
	padding: 0 15px 6px 15px;
	text-decoration: none;
}

#menu li a:hover, #menu #active-link a {
	border-bottom: 6px solid #586d58;
	padding-bottom: 0;
}

#left {
	float: left;
	display: inline;
	width: 480px;
	margin: 15px;
	overflow: hidden;
}

#right {
	float: right;
	width: 250px;
	color: #ffffff;
	overflow: hidden;
}

#footer {
	line-height: 20px;
	padding: 5px 15px 5px 15px;
	background-color: #161613;
	font-size: 11px;
	color: #676767;
}

#footer a {
	text-decoration: underline;
	color: #586d58;
}

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

#left h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #498ba9;
}

#left h2 .date, #left h2 .date-long {
	font-size: 11px;
	width: 40px;
	text-transform: lowercase;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 3px;
	color: #586d58;
}

#left h2 .date-long {
	width: 65px;
}

#left .p {
	padding: 0;
	margin: 0 0 25px 0;
	padding-left: 10px;
}

#left .read-more {
	margin: -15px 0 25px 0;
	text-align: right;
	font-size: 12px;
}

#left .all-news {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}

#left .all-news a {
	display: block;
	margin: 0 auto 0 auto;
	width: 80px;
	line-height: 24px;
	border: 1px solid #498ba9;
}

#left .all-news a:hover {
	background-color: #498ba9;
	color: #ffffff;
	text-decoration: none;
	
}

.date-list {
	float: left;
	width: 70px;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}

.title-list {
	float: left;
	margin-bottom: 4px;
	font-weight: normal;
	width: 400px;
}

.navigation {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}

.navigation a {
	padding: 0 10px 0 10px;
	font-size: 25px;
}

.navigation a:hover {
	text-decoration: none;
	color: #000000;
}

#right h4 {
	padding: 0;
	margin: 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

#right .p {
	padding: 0;
	margin: 0 20px 10px 20px;
	font-size: 11px;
}

#right .read-more {
	text-align: right;
}

#right a {
	color: #586d58;
}

#gal_right {
	padding-left: 14px;
}

a.img {
	display: inline;
	float: left;
	margin: 0 5px 5px 5px;
	border: 1px solid #498ba9;
	padding: 4px;
}

a.img:hover {
	border: 5px solid #498ba9;
	padding: 0;
}

#gal_right a {
	display: inline;
	float: left;
	margin: 0 4px 15px 4px;
	border: 1px solid #586d58;
	padding: 4px;
}

#gal_right a:hover {
	border: 5px solid #586d58;
	padding: 0;
}

#gal_left a {
	display: inline;
	float: left;
	margin: 0 4px 15px 4px;
	border: 1px solid #498ba9;
	padding: 4px;
}

#gal_left a:hover {
	border: 5px solid #498ba9;
	padding: 0;
}

#contact {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

#contact input, #contact textarea {
	padding: 5px;
	margin: 0;
	margin-top: 5px;
	border: 1px solid #586d58;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 400px;
}

.p_answer {
	position: relative;
	margin-bottom: 5px;
	height: 30px;
	border-bottom: 1px solid #498ba9;
}

.p_text {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 400px;
}

.p_result {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-weight: bold;
	font-size: 20px;
	float: right;
	line-height: 20px;
}

#poll {
	margin: 0 20px 10px 5px;
	font-size: 11px;
}

#poll .vote {
	font-size: 11px;
	width: 60px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	border: 1px solid #586d58;
	background-color: transparent;
	color: #ffffff;
}