body{
	font-family: Arial;
	background-color:#eeeeee;
}
#master, #footer{
	width:800px;
}

#header{
	width:800px;
	height:100px;
	color:black;
	font-size:35px;
	text-align:center;
}

#navi{
	width:150px;
	float:left;
	text-align:left;
	font-size:15px;
}

#main{
	width: 650px;
	height:600px;
	float:right;
}

#footer{
	height: 25px;
	clear:both;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
}

a{
	color:black;
	font-weight:bold;
	text-decoration:none;
	line-height:150%;
}

li:hover{
	background-color: #c3c3c3;
}

iframe{
	width:650px;
	height:500px;
	border:0px;
	font-family: arial;
}


