/* CSS Document */

*{ margin: 0; padding: 0; }* 
body {
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #fff;
	color: #444;
	clear: both;
}

a {	text-decoration: underline; }
a:hover { text-decoration: none; }
img {border-style: none;}


#top {
background:url(images/logo_back.gif) repeat-x;

}

#wrapper{
width:808px;
margin: 0 auto;
}

#wrapper p {
margin: 10px;
text-align:justify;
}

#mainnav {
background:url(images/backtunnel.jpg);
height:482px;
}

.inside {
	width:808px;
	height:482px;
	background:url(images/main.jpg) no-repeat;
	margin: 0 auto;
}

#go1{
width:101px;
height:29px;
float:right;
padding:10px;
background:url(images/go.gif) no-repeat center;
line-height:29px;
text-align:center;
}




#foots{
width:808px;
margin: 0 auto;
}


#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff; }
	#footer a { color: #5B6073; background: #fff; }
	#col1 { float: left; width: 200px; padding: 7px 0 0 15px; margin: 0 0 10px; height:45px; background-color:#FFFFFF; }
	#col2 { float: left; width: 540px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; margin: 0 0 10px;
	text-align:center; height:45px; background-color:#FFFFFF;  }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
