body {
	text-align: center;
	background-color: #7C7461;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding:20px 0;
	color:#fff;
}
#content {
	width: 1000px;
	margin: auto;
	text-align: left;
	background:url(images/bckgrnd_head.jpg) no-repeat #BF2A5E;
}

#content #head {
	height:460px;
}
#title_img {
	padding:58px 0 0 14px;
	float:left;
}
#lambda_link {
	display:block;
	width:427px;
	height:43px;
	float:right;
	background-color:#009933;
	margin:155px 18px 0 0;
}
#lambda_link img {
	padding:12px 0 0 2px;
}

#content #head ul {
	float:right;
	display:block;
	padding:0;
	margin:27px 18px 0 0;
	list-style-type:none;
	text-align:right;
	width:427px;
	height:215px;
}

#content #head ul li {
	height:43px;
	width:427px;
	background:url(images/menu.jpg) #009933;
	margin:0;
	padding:0;
}
#content #head ul li.li2 {
	background-position:0 -43px;
}
#content #head ul li.li3 {
	background-position:0 -86px;
}
#content #head ul li.li4 {
	background-position:0 -129px;
}
#content #head ul li.li5 {
	background-position:0 -172px;
}

#content #head ul li a {
	text-align:left;
    color:#ffffff;
	text-decoration:none;
	display:block;
	padding:13px 13px 10px 36px;
	font-weight:bold;
	font-size:16px;
}
#content #head ul li a:hover {
	background:url(images/active.gif) no-repeat 20px 20px;
}
#content #head ul li a.active, #content #nav ul li a.active:hover {
	background:url(images/active.gif) no-repeat 20px 20px;;
}



#content #text {
	width:1000px;
	padding:0 0 20px 0;
	
}
#content #text div.left {
	float:left;
	width:500px;
	margin:0 5px 0 14px;
}

#content #text div.right {
	float:right;
	width:417px;
	margin:0 14px 0 5px;
	text-align:left;
}


div.clear {
	clear:both;
	display:block;
	height:20px;
	width:1000px;
	background-color:#7C7461;
	background:url(images/footer.gif);
}

p#footer {
	font-size:10px;
	color:#bbb;
	display:block;
	width:1000px;
	margin:0 auto;
	padding:5px 0;
}
#footer a {
	text-decoration: none;
	color: #bbb;
}
#footer a:hover {
	text-decoration: underline;
}


h1 {
	font-size: 16px;
	color:#fff;
	margin:0;
	padding:25px 0 10px 0;
}
h2 {
	font-size: 14px;
	color:#fff;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #D0D7C5;
}
a:hover {
	color:#706851;
}
.error {
	color:#DF874F;
	font-weight:bold;
	font-size:10px;
	padding-left:55px;
	background:url(images/exclamation.jpg) no-repeat 0 3px;
}
/* formular */
label {
	width: 160px;
	float:left;
}
input.submit {
	background:#2358A6;
	color:#fff;
	margin:10px 0 0 159px;
	padding:3px 5px;
}
select {
	width:100px;
}
