@charset "utf-8";
body, *, img {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	color: #cfc859;
}
body {
	background-image: url(img/bg2.png);
}
#bgtop {
	float: left;
	height: 131px;
	width: 100%;
	background-image: url(img/bg1.png);
	background-repeat: repeat-x;
}
#intro {
	width: 411px;
	position: absolute;
	left: 50%;
	margin-left: -205px;
	margin-top: 200px;
	background-image: url(img/logointro1.jpg);
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #cfc859;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	line-height: 21px;
	padding-top: 250px;
	background-repeat: no-repeat;
}
#content {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
}
#header {
	width: 960px;
	float: left;
}
#slider {
	width: 430px;
	height: 175px;
	float: right;
	background-image: url(img/slider_frame.png);
	background-repeat: no-repeat;
}
#slider img {
	padding-left:6px;
}
#menu {
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	float: left;
	width: 960px;
	list-style: none;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: italic;
	margin-top: 20px;
}
#menu li {
	float: left;
}
#menu li a {
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	padding-left: 30px;
	color: #cfc859;
	text-decoration: none;
	padding-right: 30px;
	background-image: url(img/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	font-size: 20px;
}
#menu li a:hover {
	text-decoration: underline;

}
#left {
	float: left;
	width: 175px;
}
.menu_left {
	float: left;
	width: 175px;
	list-style: none;
	margin-top: 20px;
}
.menu_left li:first-child {
	backgorund-image: url();
	background-image: url(img/left_menu_top.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.menu_left li:last-child {
	backgorund-image: url();
	background-image: url(img/left_menu_bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.menu_left li {
	background-image: url(img/left_menu_center.gif);
	background-repeat: repeat-x;
}
.menu_left li a {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	color: #cfc859;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}
.menu_left li a:hover {
	text-decoration: underline;
}
#right {
	float: right;
	width: 740px;
	background: #2e2620;
	margin-top: 20px;
	border: 2px solid #1d1610;
	margin-right: 1px;
	padding-bottom:15px;
}
.single  {
	position: relative;
	border-top: 2px solid black;
	padding-top: 10px;
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
.single:first-child {
	margin-top: 0 !important;
	border-top: none !important;
}

.title {
	font-size: 21px;
	font-style: italic;
	display: inline;
}
.readmore {
	font-size: 11px;
	padding-left: 10px;
	text-decoration: none !important;
}
.title a:hover {
	color: #f8f291;
}
.date {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 11px;
}
.single p {
	margin-top: 14px;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
}
#footer {
	position: absolute;
	margin-top: 20px;
	font-size: 10px;
	color: #9d984e;
}
#footer a {
	color: #9d984e;
}

