/*****************************/
/*** Core html setup stuff ***/
/*****************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #ffffff;
	/*line-height: 1.3em;*/
	/*word-spacing: 5px;*/
	background-color:#012650;
	background-image:url(../images/home_bg.jpg);
	/*background-position:top center;
	background-repeat: no-repeat;*/
	/*background-repeat:repeat-x;*/
	height: 100%;
}

html {
	height: 100%;
}

a:link, a:visited {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
	text-decoration: none;
	color:#ffcc00;
}

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;*/
}

#line_17 {
	width:740px;
	height:17px;
	margin: 0 auto;
}

#content {
	width:680px;
	background: url(../images/content_bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#011e3e;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:15px;
	
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}

#content {
	filter:alpha(opacity=99);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color:#b0aeaf;
	width:100%;
	height:55px;
	background: url(../images/footer.jpg) repeat-x;
	background-color:#000000;
}

.componentheading{
	height:25px;
	font-weight:bold;
	padding-top:12px;
	border-bottom: 1px solid #ccc;
	font-size: 19px;
	/*background: url(../images/titleline.png) no-repeat;*/
}

.foto{
	border: black 1px solid;
	border-color: #ffffff;
	padding:3px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.readon {
	float:right;
	font-size: 11px;
}
.contentheading {

}

/* aklina uzfiksuoja apacioje*/
/*#copyright {
	position: fixed;
	bottom: 0px;
} 

*html #copyright {
	position: absolute;
	bottom: 0px;
}*/
/*****************************/