body {
	text-align: center;
	background:url(images/bckgrnd2.jpg) repeat-x #68B2D4 0 -20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 20px;
}
#content {
	width: 950px;
	margin: auto;
	background-color: #DEEEF9;
	text-align: left;
}

#content #nav {
	background:url(images/top.jpg) no-repeat;
	height:250px;
	width:950px;
}

#content #nav ul {
	padding:180px 0 0 40px;
	margin:0;
	list-style-type:none;
}
#content #nav ul li {
	float:left;
	font-size: 15px;
}
#content #nav ul li a {
    color:#ffffff;
	text-decoration:none;
	display:block;
	padding:10px;
	font-weight:bold;
}
#content #nav ul li a.active, #content #nav ul li a:hover {
	background:url(images/arrow.gif) no-repeat 0 14px;
}


#content #text {
	padding:0 50px 20px 50px;
	background:url(images/cntnt.jpg);
}


div#footer {
	background:url(images/footer.jpg);
	width:950px;
	height:30px;
}

p#foot {
	font-size:11px;
	text-align:right;
	color:#eee;
	display:block;
	padding:0 40px 0 0;
	margin:0;
	background-color:#68B2D4;
}
p#foot a {
	text-decoration: none;
	color:#eee;
}
p#foot a:hover {
	text-decoration: underline;
}


h1, h2 {
	font-size: 16px;
	color:#F06009;
	margin-top:0;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #e76f01;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.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;
}

