html, body {
	width: 100%;
	color: black;
	font-family: arial,tahoma, sans-serif;
	font-size: 11px;
  padding: 0px;
  margin: 0px;	

}

a {

	text-decoration: none;
	color: #ff9900;
}

img {
	border: none;
}

p {
	margin: 0px;
	
	
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}



input {
	padding-left: 2px;
	background-color: #fff;
	color: #9c9085;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


h1 {
  text-align: left; 
	font-family: times;
	font-size: 44px;
	font-weight: normal;
	margin: 0px;
  padding: 0px; 
  margin-bottom: 44px;
  line-height: 44px;
  letter-spacing: 3px;
  color: black;
}

h1 span{
  padding-left: 143px;
}


h2 {
  text-align: left;
  color: #94DEFD;
	font-size: 14px;
	font-weight: normal;
}

h3 {
  color: white;
  font-size: 14px;
  font-weight: bolder;
  line-height: 19px;
  margin-left: 43px;
  margin-bottom: 0px;
  font-weight: normal;
}



/* Page Header */


#container
{
 width: 1024px;
}
#page_header {
	width: 1024px;
	background: white url('../images/header_top.png') repeat-x top left;
	padding-top: 25px;
	text-align: left;
}

#page_header img{
	margin-left: 35px;
}

#flags
{
  margin-right: 107px;
  float: right;
  margin-top: 9px;
}

#flags img
{
  margin-left: 2px;
  
}

#page_menu ul{	
	list-style: none;
	text-align: left;
	
}

#page_menu ul li{	
	margin-top: 23px;
	font-size: 10px;
	font-family: Arial;
	color: black;
	font-weight: bold;
}

#page_menu ul li a{	

	font-family: Arial;
	color: black;
  text-transform: uppercase;
}

#page_menu ul #selected{	

	text-transform: uppercase;
	color: #ff9900;

}



/* Main Content Area */

#main_content {
  padding-top: 29px;
	margin-right: 2px;
	width: 1024px;
	text-align: left;
	color: white;
	background: white url(../images/main_bg.png) repeat-y top;
	position: relative;
	padding-bottom:20px;
}


#main_content ul{
  list-style: outside url(../images/bullet.gif);
  font-size: 11px;
  border-top: 1px solid #999999;
  padding: 0px;
  margin:0px;
  
}

#main_content ul li{
  border-bottom: 1px solid #999999;
  line-height: 20px;
   
  
}

.extender
{
width: 1px;
height: 200px;
float: right;
}



.left-column
{
width: 262px;
float: left;
}

.central-column
{
margin-left: 301px;
width: 598px;
}

.central-column h3
{
 margin-left: 0px;
 color: #94DEFD;
 font-size: 12px;
 margin-bottom: 5px;
}


#ryba  
{
  color: #666666;
  background: url(../images/rybka.jpg) no-repeat bottom right;
  width: 615px;
}

#ryba p
{
width: 363px;
font-size: 14px;
line-height: 19px;
padding-bottom: 30px;
text-align: left;
}

#micro-icons
{
  width: 28px;;
  
  height: 112px;
  position: absolute;
  bottom: -3px;
  right: 78px;
  
}


.team-member
{
  margin-top: 25px;
  background-color: #686667;
  padding: 10px;
}

.team-member img
{
  float: left;
  border-color: white;
  border-style: solid;
  border-width: 8px 8px 17px 8px;
}

.team-member h3
{
   margin: 0;
   padding: 0;
   color: #99ccff;
   font-weight: normal;
}

.team-desc
{
   margin-left: 161px;
   padding: 0;
}

/*FORMS*/

form
{
margin-left: 43px;
font-size: 125%;
vertical-align: middle;
color: black;
text-align: left;
}

fieldset
{
margin-top: 10px;
padding: 5px 0;
border: 1px solid black;
}

legend
{
  border: 1px solid black;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 10px;
}
label
{
  font-size: 11px;
  vertical-align: middle;
    
  
  
}

input, textarea, select
{
  margin-bottom: 3px;
}

input
{
  
  /*padding-top: 3px;*/
  font-size: 14px;
  color: black;
}

#form tr, td
{
  height: 26px;
  line-height: 26px;
  padding: 0px;
}

#form input
{
  
}
#submit
{
 margin-top: 18px;
 margin-left: 40px;
 margin-bottom: 30px;
 padding: 0px;
 
}


.radio input 
{
   margin: 0; 
  vertical-align: middle; 
}

.missing-array
{
color: red;
font-weight: bold;
}

#error
{
  color: red;
  font-weight: bold;
  border: 1px solid red;
  text-align: center;
  font-size: 115%;
  margin:0px;
  width: 916px;
  margin: 2px 0;
  background-color: #fdf5bd;
  padding: 2px 0px;

  
}

#success
{
  color: green;
  font-weight: bold;
  border: 1px solid red;
  text-align: center;
  font-size: 115%;
  margin:0px;
  width: 916px;
  margin: 2px 0;
  background-color: #fdf5bd;
  padding: 2px 0px;

}
/* Page Footer */

#page_footer {
	width: 1024px;
	margin-top: 5px;
	background-color: white;
	text-align: left;
	color: #666666;
	}
	
	#page_footer .left-column{
	text-align: center;
	margin-right: 38px;
	}

