html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../img/content_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
}

.index_body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #000;
	background-image: url(../);
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	width: 14em;
	text-align: center;
	margin-bottom: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	width: 25em;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.white {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}

.gray {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}

.centravimas {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	color: #CCC;
}

p, .regular {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
}

.index_link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#999;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	text-decoration: none;
}

.index_link:visited {
	color:#669;
}

.index_link:hover {
	color:#EEE;
}

.menu_button {
	border:none;
}

.menu_button:link {
	color:#333;
}

.menu_button:visited {
	color:#333;
}

.menu_button:active {
	outline:none;
	color:#333;
}

.menu_button:hover {
	color:#333;
}


.regularcTable {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	margin-left: auto;
	margin-right: auto;
}

.preload {
	background-repeat: no-repeat;
	background-position:center center;
	background-image: url(../img/bar.gif);
}

ul {
    list-style-type: square;
    padding: 20px;
    margin: 20px;
}

li {
    padding-left: 10px;
}

#Numbr {
	list-style-type:decimal;
}

#turinys {
	padding-bottom:63px;
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	overflow: hidden;
	height: auto;
}

#container {
	min-height:100%;
	height:100%;
	position:relative;
}

#header {
	background-image:url(../img/head_bg.jpg);
	background-position:center;
	height:196px;
}

#index {
	background-image:url(../img/index_bg.jpg);
	background-position:center;
	height:487px;
	background-repeat: no-repeat;
}

#index_date {
	height:17px;
	width: 210px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 2;
}


#footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:63px;
	background:#000;
}

#m {
	width:auto;
	height:auto;
	float:left;
	margin-left: 46px;
	margin-top: 10px;
}
