/*****************************/
/*** Core html setup stuff ***/
/*****************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #999999;
	/*line-height: 1.3em;*/
	/*word-spacing: 5px;*/
	background-color:#04162b;
	background-image:url(../images/home_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	/*background-repeat:repeat-x;*/
}

a:link, a:visited {
	color:#747273;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#ffffff;
}

p {
	margin:0;
}

form {
  margin: 0;
  padding: 0;
}

input.button { 
	cursor: pointer; 
}

img {
	border: 0 none; 
}

/*****************************/

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#topline {
	width: 100%;
	height: 34px;
	margin: 0 auto;
	background: url(../images/lacarnavale_line_bg.gif);
}

#topmenu {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: url(../images/menu_bg.jpg);
	/*border: 1px solid #ccc;*/
}

#linev {
	width: 2px;
	height: 30px;
	background: url(../images/nav_spc.png);
	display:block;
	/*border: 1px solid #ccc;*/
}

#block {
	width:100%;
	height:770px;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color:#b0aeaf;
	width:100%;
	height:55px;
	background: url(../images/footer.jpg) repeat-x;
	background-color:#000000;
}

#copyright a:link, a:visited {
	color:#b0aeaf;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	text-decoration: none;
	font-weight: normal;
	color:#b0aeaf;
}

/* aklina uzfiksuoja apacioje*/
/*#copyright {
	position: fixed;
	bottom: 0px;
} 

*html #copyright {
	position: absolute;
	bottom: 0px;
}*/
/*****************************/