* {
	margin: 0px;
	padding: 0px;
}
BODY {
	COLOR: #555;
	TEXT-ALIGN: left;
	font-size: 14px;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "CI";
}
#layout {
	MARGIN-LEFT: auto;
	WIDTH: 840px;
	MARGIN-RIGHT: auto;
	POSITION: relative;
	TEXT-ALIGN: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#haeder {
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(img/haeder-img.gif);
}
#cont {
	background-color: #FFFFFF;
	width: 800px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
}
#navi {
	background-color: #FFFFFF;
	width: 200px;
	float: right;
	position: relative;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#main {
	background-color: #FFFFFF;
	width: 595px;
	position: relative;
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}
.text {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
}

h3 {
	background-image: url(img/h3.gif);
	height: 24px;
	color: #FFFFFF;
	width: auto;
	padding-left: 48px;
	padding-top: 1px;
	margin-top: 3px;
}

h1 {
	color: #003399;
	margin-top: 5px;
	margin-left: 5px;
}
h2 {
	font-size: 14px;
	margin-top: 15px;
	margin-left: 5px;
	font-weight: lighter;
}
.navi-a {
	height: 27px;
	width: 195px;
	border: 1px dotted #0066FF;
	padding-left: 5px;
	padding-top: 8px;
	background-color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
}


#foot {
	background-color: #000000;
	height: 30px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

