body {
	font-family: verdana, arial;
	background-color: #2e2f2e;
	color: #aeaeae;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	line-height: 0.6cm;
	background-image: url('/download/586/bg.jpg');
	background-repeat: repeat-x;
}


h1 {
	margin: 0 0 20px 0;
	color: white;
	
}

h2 {
	margin: 20px 0;
	color: white;
}

h3 {
	color: white;
	font-size: 100%;
}

p {
	margin: 0px 0px 10px 4px;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #5f0000;
}

a:hover {
	border-bottom: 1px solid red;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;	
}

a:visited {

}

body #main {
        position: relative;
	width: 750px;
	left: +0px;
	top: -2px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: left;
	text-align: left;
}


body #main #logo {
	background-image: url('/download/588/logo.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 172px;
	text-align: right;
}

body #main #logo #menu {
	position: absolute;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	right: 0px;
	top: 147px;
	text-align: center;
}

body #main #logo #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body #main #logo #menu ul li {
	float: left;
	margin: 0px;
	padding: 0 10px;
}

body #main #lbt {
	background-image: url('/download/587/logo2.jpg');
	background-repeat: no-repeat;
	height: 120px;
}

body #main #content {
	margin: 10px 0 0 60px;
}

body #main #content #lc {
	display: block;
	padding-right: 10px;
	position: relative;
	text-align: right;
	width: 200px;
	float: left;
}	

body #main #content #rc {
	width: 460px;
	padding-top: 12px;
	margin-left: 220px;
}

.menul ul {
	margin: 0px 0px;
	padding: 0px;
	list-style: none;
	color: white;
	line-height: 1.2cm;
}

#menu ul .highlight {
	background-color: #333;
}

.menul ul .highlight {
	
}

body #footer {
	clear: both;
	text-align: left;
	margin: 20px 0;
}

hr { clear: both; }

.clear { visibility: hidden; }
form {margin: 0px; }


strong {
	color: red;
}

input {
    background-color: white;
    border: 1px solid #999;
    color: #666;
}
.button {
    background-color: #333;
    border: 1px solid #999;
    color: #ccc;
}