@charset "utf-8";
/* CSS Document */

*
	{
	margin:0px;
	padding:0px;
	}

html, body
	{
	height:100%;
	width:100%;
	}

#vertical
	{
	float:left;
	height:50%;
	margin-top:-375px;
	width:100%;
	}

p
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#666;
	}

a
	{
	outline:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
	}

a:hover
	{
	color:#000;
	}

h1
	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:35px;
	font-weight:bold;
	color:#4a7e76;
	}

#wrapper
	{
	clear:both;
	text-align:center;
	height:750px;
	width:1000px;
	margin:0px auto;
	position:relative;
	z-index:3;
	}

#navi
	{
	height:50px;
	}

#navi a
	{
	display:block;
	height:30px;
	width:200px;
	float:left;
	margin:0px 25px;
	border-bottom:1px solid #000;
	font-size:21px;
	}

#navi a:hover
	{
	color:#000;
	border-bottom:2px solid #000;
	}

#content
	{
	text-align:center;
	width:100%;
	height:550px;
	overflow:auto;
	}

#content table img
	{
	width:200px;
	margin:20px;
	}

#footer
	{
	width:100%;
	padding-top:50px;
	}

#footer table
	{
	width:100%;
	}

#footer td
	{
	text-align:left;
	padding-left:35px;
	border-right:1px solid #000;
	}