html, body, * {
	margin: 0;
	padding: 0;
	}

body {
	background: url(img/background.jpg) center top repeat-y #000;
	font-family: Verdana, Arial, serif;
	color: #c7c7c7;
	}

#img	 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}

#imgtop {
	width: 100%;
	height: 1000px;
	background: url(img/top.jpg) 50% top no-repeat;
	position: absolute;
	top: 0;
	}
	
#imgbottom {
	width: 100%;
	height: 73px;
	background: url(img/bottom.jpg) 50% bottom no-repeat;
	}
	
#content {
	width: 880px;
	margin: 0 auto;
	position: relative;
	}

#structura {
	display: none;
	}

img {
	border: none;
	}

#l_column {
	width: 530px;
	float: left;
	}

#r_column {
	width: 310px;
	float: left;
	margin-top: -25px;
	padding-left: 30px;
	}

blockquote {
	margin: 0 0 0 30px;
	font-style: italic;
	font-size: 1 em;
	padding: 20px 30px;
	border-left: 1px solid #306;
	background: #204;
	border-top: 1px solid #306;
	border-right: 1px solid #102;
	}

p, blockquote {
	line-height: 160%;
	}

#l_column p.quote_sign {
	margin: 0 30px 15px 60px;
	font-size: 0.8em;
	padding-top: 20px;
	background: no-repeat left top url(img/q-tri2.gif);
	}

#content h3#slogan {
	width: 90%;
	min-width: 700px;
	height: 100px;
	text-indent: -10000px;
	background: url(img/slogan2.png) no-repeat 50% bottom;
	margin: 30px;
	}

#l_column p {
	margin: 30px 30px 15px 30px;
	}

ul#contact_info {
	margin: 15px 30px;
	list-style-position: inside;
	}

#contact_info li {
	padding-left: 60px;
	margin-bottom: 15px;
	list-style-type: none;
	}

#l_column h2 {
	padding-left: 30px;
	font-size: 1.1em;
	}

#l_column ul {
	margin: 30px;
	list-style-type: none;
	}

#l_column li {
	margin-bottom: 15px;
	line-height: 1.9em;
	}

#l_column ul li strong {
	padding-right: 9px;
	font-style: italic;
	font-size: 1.6em;
		
	}

#l_column ul li a {
	font-size: 0.9em;
	}

#l_column ul li p {
	margin: 10px 20px 40px 20px ;
	}

#footer {
	border-top: 1px solid #429;
		
	padding: 30px;
	margin: 20px;
	}

#footer p {
	font-size: 0.6em;
	padding-bottom: 5px;
	width: 650px;
	}

#footer a {
	color: #c7c7c7;
	text-decoration: underline;
	padding: 0;
	border: none;
	}

#footer a:hover {
	text-decoration: none;
	background-color: #c7c7c7;
	color: #000;
	border: none;
	}

#footer img {
	float: right;
	}

#contacts {
	width: 760px;
	margin: 0 auto;
	}

.clear {
	clear: both;
	}

#r_column h3 {
	font-size: 1.1em;
	padding: 25px 10px 5px 0px;
	}

#r_column ul {
	list-style-type: none;
	}

#r_column ul li {
	padding: 10px;
	}

#r_column ul li.date {
	font-size: 1.1em;
	font-style: bold;
	padding-bottom: 5px;
	}

#r_column ul li.date span {
	font-size: 0.9em;
	font-style: normal;
	}

#sitemap {
	margin: 10px 30px 30px 100px;
	}

#sitemap a {
	text-decoration: none;
	font-size: 0.8em;
	color: #c7c7c7;
	padding: 0 3px;
	border-bottom: none;
	}

#sitemap a:hover {
	text-decoration: underline;
	}

#sitemap ul {
	margin: 0 30px;
	text-align: left;
	list-style-image: url(img/arrow-small-gray.gif);
	}

#sitemap li {
	list-style-image: url(img/arrow-small-gray.gif);
	margin: 2px 30px;
	}

a {
	color: #96C;
	font-style: bold;
	font-size: 1.32em;
	text-decoration: none;
	padding-bottom: 6px;
	border-bottom: 2px dotted #96C;
	}

a:hover {
	color: #CCF;
	border-bottom: 2px dotted #CCF;
	}

#r_column ul li.event {
	font-style: normal; 
	font-size: 0.9em;
	padding-left: 40px;
	padding-top: 0;
	background: url(img/dot2.gif) no-repeat 16px 50%;
	}