body {
	overflow: -moz-scrollbars-vertical;
	background-color: #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	text-align: center;
}
#Container {
	position: relative;
	margin: 0 auto;
	width: 740px;
	text-align: left;
	border: 5px solid #ffffff;
	background-color: #e6e6e6;
	padding: 0px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}

/*
-----------------------------------------------
Virsutinis blokas
-----------------------------------------------
*/
#TopBlock {
	width: 740px;
	height: 336px;
}

#LeftTopBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 305px;
	height: 145px;
	background-color: #ff6600;
	background-image: url(../images/top-leftLT.gif);
}

#RightTopBox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 435px;
	height: 145px;
	background-color: #ff6600;
	background-image: url(../images/top-rightLT.gif);
}

#RightTopBox .Logo {
	position: absolute;
	top: 28px;
	right: 24px;
}
#RightTopBox>.Logo {
	position: absolute;
	top: 28px;
	right: 25px;
}
#LangBox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 50px;
	padding-top: 1px;
	padding-right: 3px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}

#LangBox a {
	color: #FFFFFF;
}

#LeftMiddleBox {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 305px;
	height: 191px;
	background-color: #000066;
	background-image: url(../images/middle-left.gif);
}

#RightMiddleBox {
	position: absolute;
	top: 145px;
	right: 0px;
	width: 435px;
	height: 191px;
	background-color: #000066;
	background-image: url(../images/menu-bg.gif);
}

#RightMiddleBox ul {
	position: absolute;
	top: 12px;
	left: 18px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#RightMiddleBox li {
	display: block;
	height: 23px;
}

#RightMiddleBox a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	color: #999999; 
	font-size: 14px;
}

#RightMiddleBox a.Selected {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold; 
	color: #ffffff; 
	font-size: 14px;
}

#RightMiddleBox img {
	position: absolute;
	top: 8px;
	right: 25px;
}

/*
-----------------------------------------------
Turinys
-----------------------------------------------
*/

#Content {
	width: 740px;
}


#Content .Partners {
	float: left;
	width: 305px;
	padding-top: 130px;
	vertical-align: bottom;
}

#Content .Partners img {
	margin: 3px;
	margin-left: 50px;
}

#Content .Left {
	float: left;
	width: 305px;
	padding-bottom: 20px;
}

#Content .Left h1 {
	margin-left: 40px;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #000066;
	font-size: 12px;
	font-weight: bold;
}

#Content .Left ul {
	list-style: none;
	margin: 0px;
	margin-left: 50px;
	padding: 0px;
}

#Content .Left ul a {
	color: #555555;
	font-size: 10px;
}

#Content .Left img {
	margin: 3px;
	margin-left: 30px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-style: solid;
	border-color: #ffffff;
}

#Content .Right {
	float: right;
	width: 435px;
	padding-bottom: 20px;
}

#Content .Right h1 {
	margin: 0px;
	margin-bottom: 15px;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}

#Content .Right .h1 {
	margin: 0px;
	margin-bottom: 15px;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}

#Content .Right p {
	margin-bottom: 15px;
}

#Content .Right a {
	color: #ff6600;
}

#Content .Right span {
	font-weight: bold;
}

#Content .Right img {
	margin: 3px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	border-style: solid;
	border-color: #ffffff;
}

#Content .Eiga {
	margin: 3px;
	width: 186px;
	padding: 3px;
	text-align: center;
	border: 0px solid #cccccc;
	background-color: #ffffff;
}

#Content .Eiga img {
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #ffffff;
}

/*
-----------------------------------------------
Apacia
-----------------------------------------------
*/

#Footer {
	height: 17px;
	width: 740px;
	clear: both;
	background-image: url(../images/bottom-line.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#Footer p {
	margin: 0px;
	padding-top: 4px;
	padding-left: 280px;
	float: left;
	color: #ffffff;
	font-size: 10px;
}

#Footer a {
	padding-top: 4px;
	padding-right: 20px;
	float: right;
	color: #ffffff;
	font-size: 10px;
}



