body {
	background-color: #ffffff;
	color: #505050;
	margin: 10px;
	overflow: -moz-scrollbars-vertical;
	font-family: Garamond, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

a {
	color: #53608C;
	text-decoration: none;
	cursor: pointer;
}

a:link, a:visited {
	color: #53608C;
	text-decoration: none;
}

a:hover {
	color: #53608C;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}

table {
	font-family: Garamond, Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	text-align: left;
}

#container {
	border: 0px;
	margin: auto;
	text-align: left;
	width: 800px;
	height: auto;
	overflow: hidden;
	
	background-color: #eeeeee;
}

#head {
	border: 0px solid red;
	margin: 0px;
	display: block;
	width: 800px;
	height: 80px;
	overflow: hidden;
	
	background-image: url(frontimages/head_bg.gif);
	background-repeat: no-repeat;
}

#content {
	border: 0px solid red;
	margin: 10px 0px 10px 0px;
	display: block;
	width: 800px;
	overflow: hidden;
	
	background-image: url(frontimages/content_bg.gif);
	background-repeat: y-repeat;
}

	#navi {
		border: 0px solid #727FAC;
		margin: 0px 20px 0px 10px;
		display: inline;
		float: left;
		width: 160px;
		height: auto;
	}
	
	#navititle {
		border: 0px;
		margin: 0px;
		display: block;
		width: 160px;
		height: 25px;
		
		background-color: #98A2C3;
		font-weight: bold;
		color: #505050;
	}
	
	#navititle_item {
		border: 0px;
		margin: 0px 0px 0px 10px;
		padding-top: 5px;
		display: block;
		width: 140px;
		height: 20px;
		
		font-weight: bold;
	}
	
	#navititle_underline {
		border: 0px;
		margin: 0px;
		display: block;
		width: 160px;
		height: 5px;
		line-height: 5px;
		
		background-color: #727FAC;
	}
	
	#navititle_white {
		border: 0px;
		margin: 0px;
		display: block;
		width: 160px;
		height: 15px;
		line-height: 15px;
		
		background-color: #eeeeee;
	}
	
	#navititle_space {
		border: 0px;
		margin: 0px;
		display: block;
		width: 160px;
		height: 5px;
	}
	
	#navi_item {
		border: 0px;
		margin: 3px 5px 3px 10px;
		display: block;
		width: 140px;
		height: 20px;
		
		font-weight: bold;
	}

	#navi_item_space {
		border: 0px;
		margin: 0px;
		display: block;
		width: 160px;
		height: 15px;
	}
	
	#innercontent {
		display: inline;
		float: left;
		border: 0px solid red;
		margin: 0px 17px 0px 0px;
		width: 591px;
		height: auto;
		overflow: hidden;
	}
	
	#search_form {
		width: 115px;
		height: 20px;
		margin-left: -2px;
		border: 1px solid #cccccc;
	}
	
	#search_form:focus {
		border: 1px solid #53608C;
	}

#foot {
	border: 0px solid red;
	margin: 0px;
	display: block;
	width: 800px;
	height: 20px;
	overflow: hidden;
	
	background-image: url(frontimages/foot_bg.gif);
	background-repeat: no-repeat;
}

#innerfoot {
	border: 0px;
	margin: 1px 0px 0px 190px;
	overflow: hidden;
	color: #dadadb;
	font-size: 12px;
}