@charset "utf-8";
/* CSS Document */

body{
	background-color:#545454;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
}
a{
	color:#fff;
	text-decoration:none;
	border:none;
}
a img{
	text-decoration:none;
	border:none;
	border-style:none;
}

#main{
	margin: 20px auto 0 auto;
	height:auto;
	width:750px;
	border-style: solid;
	border-color:#5E5E5E;
	border-width: 2px;
}
#footer{
	width:750px;
	margin-left:auto;
	float:left;
	height:50px;
	background-color:#494949;
	border-style: solid;
	border-color:#5E5E5E;
	border-width: 2px;
	
}
.footertext{
	text-align:center;
	margin-top:18px;
	color:#828282;
}

#header{
	width:730px;
	height:100px;
	margin: 10px 10px 10px 10px;
	background-image:url(../pic/head.jpg);
}

#navi{
	float:left;
	margin:3px 0px 0px 10px;
	padding: 05px 10px 05px 10px;
	height:auto;
	width:150px;
	text-shadow:2px 2px 2px #000;
	color:#FFF;
	background-color:#494949;
}

#text{
	margin:3px 10px 0px 0;
	padding: 05px 10px 05px 10px;
	min-height:auto;
	width:530px;
	background-color:#EBEBEB;
	float:right;
	border-style:solid;
	border-width:2px;
	border-color:#5E5E5E;
}
#text a{
	color:#000;
	text-decoration:underline;
}

.homebutton{
	margin-left:8px;
	
}

h3{
	text-align:left;
}