@charset "windows-1251";
/* Basic 3 column layout*/

* { 
	margin: 0;
	padding: 0; 
} 

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 1em;
}

/* End of Global page settings. Should get over-ridden later on*/

body {position:relative;
	top:10px;
	margin:0 auto;
	text-align: justify; /* for IE */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; /* don't go smaller than this */ 
	color: #555;
	background-color:#1e3048;
	width:1061px
}

#header { 
	background: url(../images/header.gif) no-repeat;
	background-position:right top;
	border-left:2px solid #97b7c6;
	height:228px;
}
.header_text {position:relative;
	top:101px;
	background: url(../images/header_text.png) no-repeat;
	background-position:left;
	height:146px
}
.header_img { position:relative;
	left:-9px;
	top:-144px;
	background:url(../images/header_img.png) no-repeat;
	background-position:top left ;
	height:206px;
	width:377px
}

#top {
	background:#FFF;
	border-left:2px solid #97b7c6;
	border-right:2px solid #97b7c6;
	height:82px
}

#centercontent { 
	border:2px solid #97b7c6;
	border-top:none;
	border-bottom: none;
	background:#f6df95;
	
}

#leftcontent, #rightcontent {
	float:left;
	width:212px;
	
}

.insidecenter {
	float:left;
	background:#FFF;
	width:632px
}
.content { padding-top:-10px; padding-right:-10px; 
	width:580px;
	background:#FFF;	
}

.clear {clear: both;
}

#footer { position:relative;
	background:#f6e5af url(../images/footer_bg.gif) repeat-y;
	margin:0px auto;
	border:2px solid #97b7c6;
	width:1061px;
	height:120px;
}

.red {background-color:#999999}
#schet { position:relative; 
	padding-left:5px;
	padding-top: 5px;
	float:left
}
#bottom { float:left; 
	margin-top:10px;
	width:1000px
}

#copy {clear: both;
	font-family:Calibri, Arial, Verdana, sans-serif;
	margin:0px 370px;
	font-size:12px;
	color:#0000FF;
	width:360px
}

#copy a {
	color:#BB0000;
	text-decoration: underline;
}
#copy a:hover {
	color: #000
}

