html, body {
		width: 100%;
      height:100%;
      margin: 0 auto;
      padding: 0;
      border: none;
      text-align: center;
		background-color: #6c0b12;
		
   }
#wrap {
    width:1000px;
	 min-width:1000px;
    margin:0 auto;	 
	 background-image: url(img/back.gif);
	 background-position: top left;
	 background-repeat: repeat-y;
    }
#main {
	float: left;
	width: 835px;
	padding: 0 0 0 14px;
}

/* BANNERS */

	#banners {
	position: fixed;
	margin-left: 850px;
	width: 133px;
	top: 80%;
	}
	#banners img {
	float: left;
	width: 120px;
	border: solid 1px black;
	margin: 5px 0 0 5px;
	}
	#banners a {
		display: block;
		color: #aaa;
		text-decoration: none;
		font-weight: bold;
	}
	#banners a:hover{
		text-decoration: underline;
	}

/* HEADER */

	#logo {
	float: left;
	width: 835px;
	height: 137px;
	}
	#underlogo {
	float: left;
	width: 835px;
	height: 59px;
	background-image: url(img/underlogo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

/* MENU */

	#menu {
	float: left;
	width: 204px;
	}
	#menuBOX {
	float: left;
	width: 180px;
	padding: 15px 0 15px 0;
	}
	ul {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	li {
	width: 180px;
	height: 24px;
	border-bottom: solid 1px #d0bfb5;
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	line-height: 24px;
	color: #8c6e5c;
	}
	li a{
	font-family: Georgia;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	line-height: 24px;
	color: #8c6e5c;
	}
	li a:hover{
	color: #9b0000;
	}
	
/* CONTENT */	

	#content {
	float: left;
	width: 535px;
	background-image: url(img/topcontent.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0 43px 20px 52px;
	}
	#blokas {
	float: left;
	width: 535px;
	padding: 0;
	}
	#straipsnis {
	float: left;
	width: 535px;
	padding: 0;
	border-bottom: solid 1px #e0d3cc;
	}
	#blokas_antraste {
		float: left;
		width: 535px;
		height: 50px;
		border-bottom: solid 1px #343666;
		font-family: Arial;
		font-size: 32px;
		font-weight: 400;
		text-align: left;
		text-decoration: none;
		letter-spacing: -2px;
		line-height: 50px;
		color: #343666;
		margin: 0;
		padding: 0;
	}
	#blokas_antraste .kategorija {
		font-size: 20px;
		vertical-align: bottom;
	}#blokas_antraste .kategorija a {
		color: #505050;
	}
	#blokas_pavadinimas {
	float: left;
	width: 535px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: -1px;
	color: #64583e;
	margin: 0;
	padding: 13px 0 0 0;
	}
	#blokas_pavadinimas a {
		color: #6a6c9d;
	}
	#blokas_txt {
	float: left;
	width: 535px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	color: #776b51;
	padding: 10px 0 10px 0;
	margin: 0;
	}
	p {
	padding: 0;
	margin: 0;
	}
	#toliau {
	float: left;
	width: 535px;
	height: 25px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	color: #6a6c9d;
	padding: 0 0 5px 0;
	margin: 0;
	}
	#toliau a{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	color: #6a6c9d;
	padding: 0 0 5px 0;
	margin: 0;
	}
	#toliau a:hover{
	color: #343666;
	}
		
		
	#foot {
		clear: both;
	}
	
.clear {
	width: 100%;
	height: 0px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#pollBOX {
	margin-bottom: 40px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #776b51;
}
#pollBOX h3 {
	margin: 0px;
	padding: 0px;
	color: #303030;
	text-align: right;
}
#pollBOX a {
	color: #343666;
}
#pollBOX .answ {
	margin-bottom: 5px;
}

.poll_result {
	width: 300px;
	margin-bottom: 10px;
}
.poll_result .poll_bar_full {
	margin-left: 15px;
	padding: 0px;
	height: 5px;
	background-color: #aa9b81;
}
.poll_result .poll_bar {
	margin-left: 0px;
	height: 5px;
	background-color: #776b51;
}