/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:"Myriad Pro", "Myriad Web Pro", Arial;
	background-image:url(../img/bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
h2 {
	font-size:14px;
	}
	
a {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
	
.blue {
	background-color:#263e61;
	width:100%;
	height:40px;
	}
		
#head a {
	color:#ffffff;
	text-decoration:underline;
	float:right;
	margin-right:10px;
	margin-top:9px;
	}
	
#navi {
	float:left;
	}
	
#navi ul {
	margin-left:-40px;
	list-style-type:none;
	}
	
#navi ul li {
	margin-top:10px;
	}
	
#navi a {
	text-decoration:none;
	color:#000000;
	}
	
	
#navi a:hover {
	color:#263e61;
	}	

	
#content {
	margin:auto;
	width:600px;
	padding-right:50px;
	}
	
#content h1 {
	font-size:18px;
	text-align:center;
	}
	
#worker {
	float:right;
	}
	
#footer
 {
     clear:both;
	 width:100%;
     /*height:80px;*/
     line-height:normal;
     background-color:#263e61;
     font-family:Verdana, Sans-Serif;
     font-size:10px;
     text-align:center;
     position:fixed;
     z-index: 100;
     bottom:0;
	 color:#FFFFFF;
 }
 
#click {
	color:#ffffff;
	height:15px;
	margin-top:5px;
	}
	
#click_event {
	display:none;
	}
	
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
	}
	 
	
#wrapper {
	text-align:center;
	}
	
#wrapper2 {
	margin:auto;
	display: inline-block;
	width:1000px;
	text-align:left;
	margin-bottom:150px;
	}