* {
	margin: 0;
	padding: 0;
	border: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 11px;
	text-align:center;	
}
#container {
	width: 750px;
	margin: auto;
	min-height: 420px;
	line-height: 130%;
	text-align: left;	
}
#top {
	width: 750px;
	height: 15px;
	background-color: #663;
}
#head {
	width: 735px;
	-width: 750px;
	height: 30px;
	background-color: #ccc;
	line-height: 28px;
	padding-left: 15px;
}
#picline {
	width: 750px;
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;

}
#picline img {
	display: compact;
	background-color: #900;
	height: 89px;
	width: 124px;
	-width: 125px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	position: static;
	float: left;
}
#nav {
	height: 30px;
	top: 70px;
	background-color: #cc6;
	border-bottom: 1px solid #fff;	
}
#nav a {
	display: compact;
	margin: 0px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #663;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	height: 30px;
	width: 124px;
	-width: 125px;
	border-right: 1px solid	#fff;
	position: static;
	float: left;
	vertical-align: middle;
}
#nav a:hover {
	background: #eee;
	color: #663;
	font-size: 11px;
	font-weight: bold;
}
#nav a:active {
	background: #eee;
	color: #900;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
#content {
	width: 750px;
}
#content p { margin: 0 0 1em 0; }
#footer {
	clear: both;
	margin: 0;
	background-color: #663;
	text-align: left;
	width: 740px;
	-width: 750px;
	height: 15px;
	vertical-align: middle;
	color: #fff;
	padding-left: 10px;
	font-size: 9px;
}
h2 {
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 15px;
}
h3 {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #000;
}
#divleft {
	float: left;
	width: 480px;
	-width: 500px;
	min-height: 200px;
	background-color: #eee;
	padding: 10px;
}
#divright {
	float: right;
	width: 230px;
	-width: 250px;
	background-color: #cc6;
	min-height: 200px;
	color: #663;
	padding: 10px;
}
#divright a, #divright_route a {
	color: #663;
}
#divleft_route_I {
	float: left;
	width: 480px;
	-width: 500px;
	height: 140px;
	background-color: #eee;
	padding: 10px;
}
#divleft_route_II {
	clear: both;
	width: 730px;
	-width: 750px;
	background-color: #eee;
	padding: 10px;
}
#divright_route {
	float: right;
	width: 230px;
	-width: 250px;
	background-color: #cc6;
	height: 140px;
	color: #999;
	padding: 10px;
}
#divleft a, #divleft_route_I a {
	color: #663;
	font-size: 11px;
	font-weight: normal;
}
#divleft a:hover, #divleft_route_I a:hover {
	color: #663;
	font-size: 11px;
	text-decoration: underline;
}
#divleft a:active, #divleft_route_I a:active {
	color: #663;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #663;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #663;
	font-weight: bold;
}
a:hover {
	color: #663;
}
ul {
	color: #333;
	list-style-type: none;
	line-height: 20px;
}
#textarea {
	padding-left: 10px;
}
table {
	font-size:11px;
	vertical-align: middle;
	padding-left: 10px;	
}

