@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
	
}

a:hover  {
	color: #000000;
	text-decoration: underline;
}
#wrapper {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 505px;
	width: 630px;
}
#wrapper_port {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 540px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#port_img {
	height: 480px;
	border: 1px solid #CCCCCC;
	margin: 10px;
}
#wrapper_row {
	margin: 5px auto;
	height: 120px;
	width: 620px;
	clear: both;
}
#wrapper_row_img {
	margin: 0px;
	height: 120px;
	width: 120px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#wrapper_row_img_corner {
	background-color: #999999;
	margin: 0px;
	border: 1px solid #CCCCCC;
	height: 120px;
	width: 120px;
}
#navigation {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#navigation_li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 10px;
	text-align: center;
}
#smalltext {
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	font-size: 12px;
}
#small_navigation {
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
p {
	font-size: 12px;
	text-align: left;
	line-height: 1.6em;
	}
