#header0 {
	position: absolute;
	top:100px;
	height: 300px;
	width: 3000px;
	background-image: url(../images/wave.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	z-index: 1;
}

#header1 {
	position: absolute;
	top:100px;
	height: 300px;
	width: 3000px;
	background-image: url(../images/wave1.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 2;
}

#header2 {
	position: absolute;
	top:100px;
	height: 300px;
	width: 3000px;
	background-image: url(../images/wave2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	z-index: 3;
}

#header_wave {
	position: absolute;
	height: 370px;
	min-width:1024px;
	width:100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

body {
  min-width: 980px;
  margin:0px;
  padding:0px;
  background-color: #e2ecf4;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	padding-left:5px;
	padding-right:5px;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}



.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}

.page_headbg {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:1250px;
}

.page_footbg {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/mainbottombg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:1250px;
}



/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}




#logo	 {
	height:190px;
	width:220px;
	position:relative;
	float:left;
	margin-left:10px;
	background-image: url(../images/sailor_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#logo:hover	 {
	
	background-position: left bottom;
	
}

#languages	 {
	height:40px;
	position:absolute;
	right:18px;
	margin-top:-2px;
	top: 205px;

}

#langauge_hu	 {
	height:40px;
	width:38px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_hu.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_hu:hover	 {
	
	background-position: left bottom;
	
}


#langauge_de	 {
	height:40px;
	width:38px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_de.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_de:hover	 {
	
	background-position: left bottom;
	
}

#langauge_en	 {
	height:40px;
	width:38px;
	position:relative;
	float:left;
	background-image: url(../images/langauge_en.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}
#langauge_en:hover	 {
	
	background-position: left bottom;
	
}

#header {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:240px;
}


#header_center	 {
	padding-top:15px;
	height:240px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index:15;
}


#mainmenu_container {
	width:980px;
	height:47px;
	position:absolute;
	margin-right: auto;
	margin-left: auto;
	padding-left:10px;
	top: 205px;
}


#mainmenu {
	padding:0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	height:50px;
	z-index:100;
	
	
}

 #mainmenu li {
        float:left;
        display:block;
        width:auto;
        position:relative;
        z-index:500;
        margin:0 1px;
		
		
    }
         
   
#mainmenu li a {
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	margin-left:10px;
	margin-right:10px;
	padding: 10px;
	float:left;
	cursor:pointer;
	height:16px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:16px;
    }
 
    #mainmenu li a:hover {
	color: #001520;
    }
	
	#mainmenu li .space {
	float:left;
	margin-top:-5px;
	
}
     
  
    #mainmenu a.selected {
        color:#f00;
    }
     
       
	 #mainmenu ul {
	position:absolute;
	left:0;
	display:none;
	padding:0px;
	list-style:none;
	z-index:2000;
	/*-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;*/
	behavior: url(PIE.htc);
	background-color:#00486d;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 32px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -5px;
	padding-bottom:-1px;
	padding-top:0px;
        }
         
        #mainmenu ul li {
          
            float:left;
			z-index:2000;
           
        }
         
      
        #mainmenu ul a {
	float:left;
	position:relative;
	padding:6px;
	padding-left:7px;
	padding-right:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	clear:both;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #002D44;
	width:145px;
	margin:0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #005C8B;
	z-index:2000;
        }
         
        #mainmenu ul a:hover {
           color:#00486d;
		   background-color:#e2ecf4;
		   z-index:2000;
		   
        }
		
.menuspace {
	margin-top:1px;

	float:left;}		





#main {
	padding: 0px;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index:11;
	

}

#main_center{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main_center_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	z-index:11;
}


#right_column{
	width:230px;
	margin:10px;
	float:right;
	
	
	}

#right_column .container{
	width:230px;
	border:thin solid #d3dde3;
	background-color:#f4f6fb;
	margin-bottom:10px;
	
	}
	
#right_column .container h1{
	width:190px;
	font-family:pt_sans;
	color:#fff;
	text-decoration: none;
	font-size:14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	margin:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom:5px;
	behavior: url(PIE.htc);
	background-color:#879dd0;
	
	}

#footer {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:220px;
}

#footer_center	 {
	position:relative; 
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer_center_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
	
}

#footer_center .footer_container{
	padding-top:40px;
	padding-left:20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	
	}
	
#footer_center .footer_container h1{
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
	font-weight:normal;
	color:#fff;
	margin-top:10px;
	
	}



#footer_bottom {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:33px;
}

#footer_bottom_center	 {
	width:980px;
	height:26px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	padding-top:8px;
	font-family:pt_sans;
	color:#9aaedb;
	text-decoration: none;
	font-size:10px;
}

#footer_bottom_center a {
	font-family:pt_sans;
	color:#9aaedb;
	text-decoration: none;
	font-size:12px;
}

#footer_bottom_center a:hover {
	color:#fff;
}



.clr2 {
	
	clear:both;
	height:10px;}
	

.clr {
	
	clear:both;
	}



/*Slider*/


#slider {
	height:190px;
	width:700px;
	position:absolute;
	background-image: url(../images/slider_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
	position:relative;
	
	
}

#slider_left {
	z-index:10;
	top:50px;
	left:-13px;
	height:64px;
	width:45px;
	position:absolute;
	background-image: url(../images/slider_left.png);
	cursor:pointer;

}
#slider_left:hover	 {
	background-position: left bottom;
}

#slider_right {
	z-index:10;
	top:50px;
	right:-13px;
	height:64px;
	width:45px;
	position:absolute;
	background-image: url(../images/slider_right.png);
	cursor:pointer;
	
	
}
#slider_right:hover	 {
	background-position: left bottom;
}

#sliderwrap	
 {
	text-align: left;
	width:700px;
	height: 180px;
	overflow:hidden;
	border: 1px solid #00486d;
	background-color: #e4eef6;
	z-index:5;
	margin-right: auto;
	margin-left: auto;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(PIE.htc);
	position:relative;
	
	
}

.slidercontainer { text-align: left; margin: 0px; width:auto; height: 180px;  
	position:relative; }
.slidercontainer ul {
	margin:0px;
	padding:0px;
	}
.slidercontainer ul li {
	width: 880px;
	float: left;
	height: 180px;
	margin:0px;
	padding:0px;
	display:inline;
	list-style-type: none;
}

.slider {
	width:700px; 
	height: 180px; 
	overflow:hidden;
	position:relative;
	}

.sliderpic{
	float:left;
	margin-left:0px;
	margin-top:10px;
	margin-right:20px;
	}
	
.slider h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom:0px;
	}
	
.slider p{
	margin-top:5px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height:100px;
	overflow:hidden;
	width:240px;
	}
	
.slider .sliderbutton{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	float:left;
	padding-top:5px;
	cursor:pointer;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	height:20px;
	width: 100px;
	float: right;
	position:relative;
	
	text-align: center;
	margin-right:20px;
	background-color: #00486d;
	-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;
	}
	
.slider .sliderbutton:hover{
	   color:#00486d;
		   background-color:#e2ecf4;
	}

/*content*/

.content {
	padding:0px;
	margin:0px;
	margin-top:0px;
	
	
	float:left;
		}

.content h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00486d;
	text-decoration: none;
	font-size:16px;
	margin-top:5px;
	font-weight: normal;	
	}
	
.content h2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00486d;
	text-decoration: none;
	font-size:14px;
	margin-top:5px;
	font-weight: normal;	
	}
	
.content p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	text-decoration: none;
	font-size:12px;
	margin-top:5px;
	font-weight: normal;	
	}
.content p bold{
	font-weight: bold;	
	}
.content a{
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	text-decoration: none;
	font-size:12px;
	margin-top:5px;
	font-weight: normal;	
	}
.content a:hover{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00486d;
	text-decoration: none;
	font-size:12px;
	margin-top:5px;
	font-weight: normal;	
	}
.content img{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border: thin solid #00486d;	
		-moz-box-shadow: 0px 0px 3px #666;
	-webkit-box-shadow: 0px 0px 3px #666;
	box-shadow: 0px 0px 3px #666;	
	}
.content ul{
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	text-decoration: none;
	font-size:12px;
	margin-top:5px;
	margin-left:20px;
	padding:0px;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: circle;
	}
.content li{
	margin-bottom:5px;
	}
	
.pagetitle {
	font-family:Tahoma, Geneva, sans-serif;
	color:#00486d;
	text-decoration: none;
	font-size:18px;
	font-weight: normal;
	margin-left:20px;
	height:20px;
	}
	
.info_column {
	
	
	float:right;}
	
.info_container {
	width:220px;
	background-image: url(../images/article_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
	cursor:pointer;	
	}


	
.info_container h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#00486d;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	width:140px;
	margin-left:80px;	
	
	}
	
.info_container p{
	font-family:Tahoma, Geneva, sans-serif;
	color:#797979;
	text-decoration: none;
	font-size:12px;
	font-weight: normal;	
		width:140px;
	margin-left:80px;
	margin-bottom:0px;
	padding-bottom:0px;
	
	}
	
.info_container:hover, .info_container p:hover {
	color:#00486d;
	}
	
.gallery {
	position:relative;
	background-color:#00486d;
		width:652px;
	padding:10px;
	min-height:100px;
	behavior: url(PIE.htc);
	margin-top:20px;
	padding-left:28px;
	margin-left:20px;
	background-image: url(../images/gallery_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 50px;
	}
.pagegallery {
	position:relative;
	background-color:#00486d;
	width:920px;
	min-height:100px;
	behavior: url(PIE.htc);
	margin-top:20px;
	margin-left:10px;
	background-image: url(../images/pagegallery_shadow.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 50px;
	padding-left: 16px;
	}
.pagegalleryh1{
font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:16px;
	color:#00486d;
	margin-left:20px;
	}
.gallery h1{
	
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-style:normal;
	font-size:14px;
	color:#fff;
	margin-left:0px;
	
	}
.pic_container {
	float: left;
	width: 115px;
	height:90px;
	margin-left:0px;
	margin-right: 10px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:2px solid #fff;
	padding:0px;
	}
.pagegallery .pic_container{
	float: left;
	width: 115px;
	height:90px;
	margin-left:0px;
	margin-right: 12px;
	margin-top:10px;
	margin-bottom:0px;
	background-color:#fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border:2px solid #fff;
	padding:0px;
	}
	
.pic_container:hover {
	border:2px solid #00486d;

	}

.pic_container a {
		 border:none;
	
	margin:0px;
	padding:0px;
	}	
.pic, .pic a, .pic img {
	border:none;}
	

label{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00486d;
	text-decoration: none;
	margin-bottom:2px;
	margin-top:5px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:150px;
}


input{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#e2ecf4;
	padding:5px;
	width:130px;
	background-color: #00486d;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border:none;
}

textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#e2ecf4;
	padding:5px;
	width:300px;
	background-color: #00486d;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border:none;
}

.checkbox{
	padding:0px;
	background-color: #00486d;
	text-decoration: none;
	width:20px;
	float:left;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border:none;
}

.submit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#e2ecf4;
	padding:5px;
	width:auto;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	background-color: #00486d;
	text-decoration: none;
		position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border:none;
	cursor:pointer;
	float:right;
	width:120px;
}



.select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#00486d;
	padding:5px;
	width:130px;
	margin-left:20px;
	margin-bottom:10px;
	background-color: #e2ecf4;
	text-decoration: none;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	border:thin solid #00486d;
	cursor:pointer;
	float:right;
	margin-right:20px;
}

.formdiv {
	width:340px;
	float:left;
	margin-left:10px;
	margin-top:10px;}

