body {
	width:100%;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color:#434343;
	font-size: 12px;
	background: #3752d2;
	text-align: center;
}

.clr {
	clear: both;
	font-size:0;
	line-height:0;
}

#header{
	background: transparent url(images/header_8.jpg) top center no-repeat;	
	width:980px;
	height:383px;
	margin:0 auto;	
}
#header_img{
	background: transparent url(images/header_img_siesta.jpg) top center no-repeat;
	width:980px;
	height:383px;
	margin:0 auto;	
	margin:30 0 0 0;
}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#logo{
	width:900px;
	height:18px;
	margin:0 auto;
}
table.header_logo{
	margin:0 auto;
	width:900px;
}
table.header_logo td{
	height: 18px;
	vertical-align:middle;
}
#logo h1{
	font-size:12px;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-weight:normal;
	text-align:left;
	color:#232323;
	padding:0 0 0 12px;
	margin:0;
}
#top_menu{
	width:900px;
	height:40px;
	padding: 0;
	margin:0 auto;
}

#topnavi{
	margin:0;
	padding-left:15px;
	text-align:right;
	height: 30px;
	line-height: 30px;
}

#topnavi ul {
	margin: 0;
	padding: 0;
	height:30px;
	list-style: none;
}

#topnavi ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#topnavi li a {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	background: transparent url(images/but1_siesta.jpg) top center no-repeat;
	float: left;
	width:120px;
	display: block;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	cursor: pointer;
}

#topnavi li a:hover {
	background: transparent url(images/but2_siesta.jpg) top center no-repeat;
	color: #930c51;
}

#topnavi li a.current {
	color: #333;
	background: url(images/but_hover.gif) bottom center no-repeat;
}

#topnavi li a span {
	height: 40px;
	display: block;
	float: left;
	padding: 0 4px 0 0;
}


#content{
	width:886px;
	margin:0 auto;
	border:5px #121212;
	padding:10px;
	text-align:left;
	background:#fff;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position:outside;
}

li{
	padding-left: 0;
	padding-top: 0;
}


/**  Linkove  **/
a {
	outline: none;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #930c51;
	font-size:11px;
}
a:hover {
	text-decoration: none;
}


#footer {
	margin: 0 auto;
	width: 906px;
	background-color:#FFFFFF;
	color: #232323;
	vertical-align: top;
	padding:10px 0 10px 0;
}

