body {
	height:100%;
	min-width:998px;
	margin:0;
	padding:0;
	background: #F4EEDC url('../img/bg.gif') repeat-x 0 23px;
	font: 87%/110% helvetica, "trebuchet MS", sans-serif;
	text-align:center;	
}
#main_menu {
	margin:0;
	padding:0;
	background: transparent url('../img/bg_top.gif') repeat-x 0 0;
	text-align:rigth;
}
ul#main_menu {
	list-style:none;
	height:35px;
}
ul#main_menu li {
	display:block;
	float:left;
	position:relative;
	left:70%;
	margin:0;
	padding:0;
}
ul#main_menu li a {
	display:block;
	float:left;
	margin:5px 0 0 0;
	padding:7px 20px;
	text-decoration:none;
	color:white;
	background:transparent;
	border-right:#959088 solid 1px;
	border-left:#706B5D solid 1px;
}
ul#main_menu li a:hover,  ul#main_menu li.active a {
	color:#706B5D;
	background:#F4EEDC url('../img/tab_bg.gif') repeat-x top left;
}
#header {
		background: url('../img/container.png') no-repeat top left;
}

#container {
	width:90%;
	margin:0 auto;
	padding:20px;
	text-align:center;
	cloar:both;
}
.content {
	text-align:left;
	background:white;
	padding:20px;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;	
}
.column {
	position:relative;
	top:10px;
	float:left;
}
#header .column {
	width:49%;
}
#header a img{
	border:solid 0px;
}
.right {
	position:relative;
	z-index:1000;
	padding:0;
	margin:-10px 0 0 0;
	text-align:right;	
}
.w70 {
	width:69%;
}
.w60 {
	width:59%;
}
.w50 {
	width:49%;
}
.w40 {
	width:38%;
}
.w30 {
	width:28%;
}
.twitter {
	position:absolute;
	top:220px;
	left:22%;
	width:35%;
	background:white;
	padding:20px;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	-moz-opacity:0.8;
	opacity: 0.8;
	text-align:left;
	line-height:1.5em;
}

.twitter:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	width:0;
	height:0;
	border-width: 30px 0 30px 30px;
	border-style:solid;	
	top:-60px; /* value = - border-top-width - border-bottom-width */
	right:50px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-color:transparent transparent #fff;
}
.right img {
	vertical-align:middle;	
}
.twitter span {
	font-size:0.9em;	
}
.char {
	margin-top:70px;	
}
.logo {
	margin:50px 0 50px 0;	
}
.section {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:#ccc dashed 1px;	
}
.separator {
	margin-top:30px;
	padding-top:10px;
	border-top:#ccc dashed 1px;		
}
.text p {
	max-width:800px;
	padding:10px 20px;
}
.clear {
	clear:both;
}
.videoitem {
	float:left;
	margin:5px 20px 15px 0;	
}
.footer {
	font-size:0.8em;
	color:#666;	
}
a {
	color:#106bcc;	
}
a:visited {
	color:#1868b8;
}
a:hover {
	color:#0077ed;
}

p {
	line-height:1.5em;
	margin-bottom:10px;	
}
@font-face {
font-family:"wellagain";
src:url(http://wellagain.lt/img/wellagain.ttf) format("truetype");
}

h1 {
	font-family: wellagain, Baskerville, 'Times', Georgia, serif;
	font-weight:normal;
	font-smooth: always;
	margin:0;
	padding:0;
	line-height: 1.1em;
	color:#706B5D;
	text-shadow: 0px 1px 1px #fff;	
}
h2, h3, h4 {
	font-weight:normal;
	font-smooth: always;
	margin:1em 0 1em 0;
	padding:0;
	line-height: 1.1em;
	color:#706B5D;
}
h1 {
	font-size:2.5em;
}
h2{
	font-size:1.3em;
}
ul, li {
margin:0;padding:0;	
}
ul {
list-style:none;	
}
.section ul {
	margin:10px 5px;	
}
.section li {
	padding-left:10px;
	margin-bottom:5px;	
}
.albumThumb {
	position:relative;
	display:block;
	width:160px;
	height:160px;
	float:left;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	margin:10px;
}
.albumThumb .info {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	bottom:0;
	display:block;
	margin-top:130px;
	padding:5px;
	background:#fff;
	font-size:0.8em;	
	-moz-opacity:0.7;
	opacity: 0.7;	
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}
.albumThumb h3 {
	font-weight:normal;
	font-size:1.3em;
	line-height:1em;
	margin:0 0 5px 0;
	padding:0;	
}
.albumThumb p {
	color:#333;
	line-height:1em;
	margin:0;
	padding:0;	
}
.albumThumb small {
	font-size:0.7em;	
}

.twtr-hd, .twtr-ft{
	display: none;
}