body {
	margin: 0px;
	background:#ccc;
	
}

img {border:none;}

#header {
	background:url(images/bgr.jpg) repeat-x;
	height: 150px;
}

#header_bar {
	margin: 0 auto;
	width: 800px;
	height: 150px;
	position:relative;
}

#okay_logo {
	position:absolute;
	top: 20px;
}

#neva_logo {
	position:absolute;
	top: 30px;
	left: 620px;
}

#top_menu {
	position:absolute;
	top: 108px;
	left: 358px;
	width: 479px;
}

#content {
	background: #fff;

}

.title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color:#666666;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
}

.drop {
	float: left;
	padding: 3px 4px 4px 4px;
	border: none;
	font: 32px Georgia,'Times New Roman';
	line-height:100%;
	background:#666;
	margin:4px 5px 0 0;
	text-align:center;
	color: #ccc;
	}



.new {
	padding: 10px;
	border: none;
	font: 18px Georgia,'Times New Roman';
	line-height:100%;
	background: #CC0000;
	margin:4px 5px 0 0;
	text-align:center;
	color: #fff;
	}

 .curved-box
    {
    margin: 10px;
    width: 298px;
    background-color: #c3d0d4;
}

.curved-box h2
    {
    background: #c3d0d4 url(images/curve_top.png) no-repeat left top;
    color: #f4fbfd;
    padding: 10px 15px 5px 15px;
}

.curved-box p
    {
    background: #c3d0d4 url(images/curve_bottom.png) no-repeat left bottom;
    margin: 0px;
    padding: 5px 15px 10px 15px;
    text-align: left;
} 

#main {
	margin: 0 auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	
}

#main a:link,visited, active {
	color: #d12420;
	text-decoration: none;
}

#main a:hover {
	text-decoration: underline;
}



.forminput{
	border:1px solid #ccc;
	color: #666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
}

.form_txt {
	font-size: 10px;
	font-weight: bold;
}


#line { border-bottom: 1px dashed #ccc; height:20px; }

#footer {
	margin: 0 auto;
	border-top: 3px solid #ccc;
	padding: 5px 0;
	background:url(images/footer.jpg) repeat-x #cccccc;
	position: relative;
	height: 150px;

}

#footer #adres{
	margin:0 auto;
	width:800px;
	padding:10px 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}

#footer #adres a:link,visited, active {
	color: #d12420;
	text-decoration: none;
}

#footer #adres a:hover {
	text-decoration: underline;
}

