@charset "UTF-8";
body {
	background-image: url(images/bkg.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #30302C;
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
}
a,
a:link,
a:visited {
	text-decoration: underline;
	color: #30302C;
}
a:hover {
	text-decoration: underline;
	color: #827B66;
}
#wrapper_box {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#top_bkg {
	background-image: url(images/top_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	display: block;
}
#bottom_bkg {
	background-image: url(images/footer_bkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 32px;
	display: block;
}
#main_block {
	background-image: url(images/middle_bkg.png);
	background-repeat: repeat-y;
	width: 980px;
}
#title_block {
	height: 71px;
	width: 886px;
	margin: 0px 72px 0px 32px;
	background-image: url(images/title_img.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#text_block {
	width: 660px;
	padding: 19px 0px 0px 42px;
	float: left;
}
#text_block h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#text_block .programa {
	background-color: #EFE7C0;
	border: 1px solid #ECE4BB;
	padding: 20px;
	margin: 10px 0px 10px 0px;
}
#text_block .programa h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#text_block .programa ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#menu_wrapper {
	width: 240px;
	float: right;
	padding-right: 12px;
	padding-top: 19px;
}
#menu_block {
	width: 240px;
	background-color: #EEEEEA;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 1px solid #CBCBAE;
}
#menu_block ul {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
#menu_block .menu_item {
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
}
#menu_block .menu_subitem {
	font-size: 12px;
	font-weight: normal;
	line-height: 140%;
}
#menu_block li a,
#menu_block li a:link,
#menu_block li a:visited {
	text-decoration: none;
	color: #30302C;
}
#menu_block li a:hover {
	text-decoration: underline;
	color: #30302C;
}
#footer_block {
	height: 121px;
	width: 450px;
	margin-left: 460px;
}
.clearboth {
	clear: both;
	line-height: 0px;
	height: 0px;
}
.copyright {
	margin-left: 20px;
	margin-right: auto;
	font-size: 10px;
	font-weight: normal;
}

