body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#182801;
}

.container {
	margin-top: 10px;
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #F5F8EF;
	background-color:#7A9431;
}

.header {
	background-image: url(http://localhost/ekvinokcium/images/header.jpg);
	background-repeat: no-repeat;
	height:160px;
	padding-left:40px;
	padding-top:30px;
	max-width:500px;
	border-bottom:1px solid #fff;
	color: #F5F8EF;
}

.header2 {
	background-image: url(../images/header2.jpg);
	color: #F5F8EF;
}

.subwrap {padding-right:20px;}

.subheader {
	width:70px;
	float:right;
	margin-top:89px;
	padding:2px 0px 2px 0px;
	border-left:5px solid #F5F8EF;
	border-right:1px solid #F5F8EF;
	border-top:1px solid #F5F8EF;
	background-color:#748F02;
}

.subheader, .subheader a {
	text-align:center;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	display:block;
}

.subheader a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#90A000;
}

.space {
	float:right;
	width:10px;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #182801;
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
	text-align: justify;	
	min-height: 300px;
	!height: 280px;
	width: 680px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#90A000;
}


.p{
	
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #F5F8EF;
	font-weight:normal;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
	font-weight:normal;
}

.lucent {
position:absolute;
background-color:#333333;
width:199px;
height:68px;
opacity: .5;
filter: alpha(opacity=50);

}

.wrap {
position:relative;
top:7px;
left:7px;
/*text-align:center;
width:199px;
height:68px;*/
z-index:1;
}

.header-title {
	font-size:2.3em;
	border-top:2px solid #F5F8EF;
	z-index:10;
}

.header-title-two {
	font-size:1.1em;
	padding-bottom:3px;
	border-bottom:1px solid #F5F8EF;
}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	text-decoration:underline;
	color:#333;
}

blockquote{
	background-color:rgb(142, 168, 69);
	padding : 3px;
	border-left:2px solid #F5F8EF;
}

