body {
	font-family: arial, sans-serife;
	font-size: 11px;
	background-image: url('body.jpg');
	background-repeat: repeat;
	overflow-y: scroll;
}

#banner {
	width: 749px;
	height: 17px;
	margin-top: 1px; 
	padding-left: 183px;
	background-color: #6A5E52;
	color: white;
	border: 1px solid black;
	* html body {
		padding-left:183px;
		width:932px;
	}
}


	

#banner a{
	color:white;
	text-decoration: none;
}

.title {
	margin-top: 10px;
	width: 172px;
	height: 17px;
	background-color: #6A5E52;
	text-align: center;
	color: white;
}

#content-title{
	font-size: 19px;
	border-bottom: 1px solid #C2A385;
	margin-top: 5px;
}

#navi {
	text-align: center;
	width: 172px;
	margin-top: 20px;
}

#navi a {
	color: black;
	text-align:center;
	text-decoration:none;	
        width: 172px;
        display:block; 
}

#navi a:hover {
	background-color: #C2A385;
        width: 172px;
        display:block;     
}


#footer {
	width: 500px;
	height: 17px;
	margin-top: 1px; 
	margin-left: 217px;
	float: left;
	text-align: center;
	border-top: 1px solid #C2A385;
}

#head_nav{
	margin-right:50px;
	color: white;
}

#head_nav a{
	color:white;
	text-decoration: none;
}

a {
	color: #6A5E52;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #6A5E52; 
}

td {
	font-size: 12px;
}

table {
	border: 0px;

}

h1 {
	margin-bottom: 5px;
}