@charset "utf-8";

a {
	text-decoration: none;
}

body {
	color: #666;
	font-family: tahoma, verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header {
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 20px 0px 20px;
	height: 45px;
	width: 600px;
}

#header h1, #header span {
	background-image: url(../images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 45px;
	width: 600px;
}
#myContent {
	display: block;
	margin: 0px 20px 0px 30px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 600px;
}

#navi {
	background-color: #cff;
	background-image: url(../images/navi_body.gif);
	background-position: top left;
	background-repeat: repeat;
	border-bottom: 1px solid #6cc;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 150px;
}

#navi_body {
	margin: 0px 1px 0px 1px;
	padding: 0px 0px 0px 0px;
}

#navi_body a:link, #navi_body a:visited {
	color: #399;
	padding: 0px 10px 0px 10px;
}
#navi_body a:hover {
	color: #6cc;
	padding: 0px 10px 0px 10px;
}
#navi_body a:active {
	color: #399;
	padding: 0px 10px 0px 10px;
}

#navi_body ul {
	display: block;
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#navi_body li {
	background-color: #fff;
	border-top: 1px dotted #6cc;
	border-bottom: 1px dotted #6cc;
	line-height: 19px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
}

#navi_body ul ul {
	display: block;
	list-style-type: none;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 0px;
}

#navi_body li li {
	background-color: inherit;
	border: 0px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	width: 138px;
}

#navi_header {
	background-image: url(../images/navi_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	height: 15px;
	width: 150px;
}
#navi_header h1, #navi_header span {
	background-image: url(../images/navi_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	width: 150px;
}

#body {
	width: 400px;
	margin: 0px 20px 0px 170px;
	min-height: 400px;
}

#body a:link, #body a:visited {
	color: #399;
}
#body a:hover, #body a:active {
	color: #6cc;
}

#body div {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}

#body h1 {
	color: #6cc;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	border-bottom: 3px double #cff;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#body h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body img {
	border: 0px;
	margin: 0px 10px 0px 0px;
}

#body p {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body ul {
	display: block;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#body li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.layouts {
	height: 180px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 10px 20px 10px 20px;
	padding: 8px 0px 0px 0px;
	text-align: center;
	width: 600px;
}