* { 
	padding: 0; 
	margin: 0;
}

#header{
	height: 180px;
	border-bottom: 1px Solid gray;
}

#header_content{
	width: 60%;
	margin: auto;
	height: 180px;
}

#header_content img{
	float: left;
	padding: 15px;	
}

#top_ul{
	height: 90px;
}

#top_ul ul{
	padding-top: 25px;
	list-style: none;
	font: bolder 1.0em 'Trebuchet MS', sans-serif;
	text-align: center;
}

#top_ul li{
	display: inline;
}

#top_ul li a{
	float: left;
	text-decoration: none;
	background-color: #00C;
	border: 2px solid #00C;
	border-radius: 5px;
	color: #FFF;
	display: block;
	padding: 10px 10px;
	margin: 0px 15px;	
	width: 150px;
}

#bottom_ul{
	height: 90px;
}

#bottom_ul ul{
	padding-top: 25px;
	list-style: none;
	font: bolder 1.1em 'Trebuchet MS', sans-serif;
	text-align: center;
}

#bottom_ul li{
	display: inline;
}

#bottom_ul li a{
	float: left;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 3px 10px;	
}

#content {
	width: 60%;
	margin: auto;
}

#content table {
	margin: auto;
	border: 1px solid gray;
}

#content table td{
	
}

#content table p{
	
}

#content table input[type=text] {
	
}

#content table input[type=password] {
	
}

#content table input[type=submit] {
	
}

#footer{
	height: 180px;
	border-top: 1px Solid gray;
}

#footer_content{
	width: 60%;
	margin: auto;
	height: 180px;
}

#copyright_notice{
	text-align: center;
}