@charset "utf-8";
/* CSS Document */

/* Body of the document */
html, body {
	margin: 0;
	padding: 0;
	
}

h1{
	font-size: medium;
	display: block;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

.f_btns li {
	margin-right: 5px;
	text-align: center;
	list-style-type: none;
	float: left;
}

.f_btns a {
	display: block;
	width: 75px;
	padding: 5px;
	background-color: #CCCCCC;
	text-decoration: none;
	color: #000000;
	border: thin inset #666666;
}

.f_btns a:hover {
	background-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
}

#fronthead{
	background-image: url(../Images/fronthead.jpg);
	background-repeat: no-repeat;
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	margin-top: 50px;
}

/* Header */
#Header_l{
	height: 75px;
	width: 375px;
	background-image: url(../Images/header.jpg);
}

#Header_r{
	height: 75px;
	background-image: url(../Images/Header_r.gif);
}
	
/* Main content container */
#Container {
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	text-align: center;
}

