body {
	text-align: center;
	margin: 5px;
}

/* ****************************** */
/* Viršutinis bokas (logo, title) */
/* ****************************** */
#BlHead {
	width: 985px;
	margin: 0 auto;
}
#BlHeadLogo {
	width: 210px;
	height: 100px;
	float: left;
	background: #FFF url( '../img/logo.jpg' ) no-repeat scroll center center;
	cursor: pointer;
	text-align: right;
}
#BlHeadLogo img {
	margin: 86px 5px 0 1px;
}
#BlHeadTitle {
	width: 770px;
	height: 100px;
	float: right;
}

.Seperator {
	width: 985px;
	height: 5px;
	font-size: 1px;
	clear: both;
}

/* **************************************** */
/* Vidurinis blokas (menu, content, sig'as) */
/* **************************************** */
#BlMid {
	width: 985px;
	margin: 0 auto;
	background-image: url( '../img/fonas_menu.jpg' );
	background-repeat: repeat-y;
	text-align: left;
}
/* vidinis konteineris, padaro bot-left kampą */
#BlMid2 {
	background: transparent url( '../img/fonas_menu_bot.gif' ) no-repeat scroll bottom left;
}
/* viso menu konteineris */
#BlMidMenu {
	width: 210px;
	float: left;
	background-color: white;
	margin-bottom: 60px;
}
/* turinio konteineris */
#BlMidCont {
	width: 765px;
	float: right;
	vertical-align: top;
}

/* parašas */
#BlSig {
	float: right;
	width: 770px;
	height: 40px;
	margin: 0;
	font-family: Verdana;
	font-size: 7pt;
	color: #EEE;
}
#BlSig a {
	color: #FFF;
	text-decoration: none;
}
#BlSig a:hover {
	text-decoration: underline;
}
#BlSigLeft {
	float: left;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: top left;
}
#BlSigRight {
	float: right;
	height: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* ******************************************* */
/* Menu bloko item'ai (inside BlMid&BlMidMenu) */
/* ******************************************* */
.Menu {
	margin-bottom: 5px;
	height: 32px;
}

.SubMenu {
	background-position: center bottom;
	background-repeat: no-repeat;
}
.SubMenu ul {
	font-family: Verdana;
	font-size: 8pt;
	padding: 0 0 5px 15px;
	margin: 0 0 5px 15px;
	list-style-type: square;
	color: #85c226;
}
.SubMenu li {
	line-height: 1em;
	margin: 8px 0;
	margin-right: 15px;
}

.SubMenu a, .SubMenu a:link, .SubMenu a:visited, .SubMenu a:active, .SubMenu a:focus, .SubMenu a:hover {
	color: #597d89;
	text-decoration: none;
}

/* ************* */
/* Foto galerija */
/* ************* */
#GContent {
	text-align: center;
	vertical-align: middle;
}
#GContent img {
	margin: 4px;
	padding: 0;
	vertical-align: middle;
	border: 0;
}


/* **************** */
/* 2% paramos forma */
/* **************** */
#Parama input, #Parama select {
	width: 200px;
}
#Parama .comment {
	font-size: 7pt;
	color: #888;
}

