@CHARSET "UTF-8";

body {
	background: #000;
	font-size: 10pt;
	color: #fff;
}

img {
	border: 0;
}

a {
	color: #694;
	text-decoration: underlined;
}

a:HOVER {
	color: #FFF;
}

#site {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


#header {
	height: 180px;
	line-height: 170px;
	background: url(/resources/images/lethe-logo-small.png) no-repeat;
	margin-top: 5px;
	
	border-bottom: 1px solid #020;
}

#menu {
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #001800;
	text-align: left;
	padding-left: 10px;
	position: relative;
	right: 0px;
	margin-left: auto;
	top: 149px;
	display: block;
	
	border-top: 1px solid #020;
	border-right: 1px solid #020;
	border-left: 1px solid #020;
}

#description {
	width: 500px;
	height: 30px;
	left: 500px;
	top: 50px;
	display: table-cell;

}




#content {
	padding: 10px;
}

div.news {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.newscontent {
	border: 1px solid #020;
}

div.noborder {
	border: 0;
}

div.newsheader {
	
	width: auto;
	display: table-cell;
	background: #001800;
	border-top: 1px solid #020;
	border-right: 1px solid #020;
	border-left: 1px solid #020;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.newsheader span {
	
}

div.image-prev {
	width: 210px;
	text-align: center;
	padding: 5px;
	padding-top: 10px;
	float: left;
	display: block;
}

div.text {
	padding: 10px;
}

div.clear {
	clear: left;
}

div.text p {
	text-indent: 30px;
}

.hltext {
	color: #373;
}


#footer {
	border-top: 1px solid #020;
	padding-top: 5px;
	font-size: 7pt;
	text-align: right;
}
