* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 100.01%;
	line-height: 100.01%;
	text-decoration: none;
	border: 0px none;
	list-style: none;
	color: #FFFFFF;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

.hidden {
	visibility: hidden;
}

body  {
	color: #EEEEEE;
	font-size: 0.9em;
	background: #C9D65A;
	background: #CCFF66;
	letter-spacing: 1px;
}

#website {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	background: #CCFF66;
}

#content {
	position: absolute;
	top: 280px;
	left: 80px;
	width: 510px;
	height: 241px;
	overflow: hidden;
	background: #999900;
	padding: 24px 20px 15px 30px;
}

#header {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 560px;
	height: 280px;
	overflow: hidden;
	background: #999900;
	background: #660000;
}

#naviLeft {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 80px;
	height: 280px;
	overflow: hidden;
	background: #CCFF66;
}

#naviRight {
	position: absolute;
	top: 280px;
	left: 640px;
	width: 80px;
	height: 280px;
	overflow: hidden;
	background: #CCFF66;
}

#footer {
	position: absolute;
	top: 560px;
	left: 80px;
	width: 530px;
	padding: 3px 0px 0px 30px;
	text-align: right;
	font-size: 0.7em;
	line-height: 1.4em;
}

#footer, #footer a {
	color: #999900;
}

h1 {
	color: #660000;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

h2 {
	color: #660000;
	line-height: 1.35em;
}

p {
	line-height: 1.35em;
	margin-bottom: 15px;
}

b, strong, b a, strong a {
	color: #660000;
}

strong.submenu {
	font-weight: bold;
}

strong.submenu a {
	font-weight: normal;
	text-decoration: underline;
}

strong.submenu a:hover {
	text-decoration: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#header img.withBorder {
	border: 7px solid #660000;
}

#naviRight a img, #naviLeft a img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#naviRight a:hover img, #naviLeft a:hover img {
	visibility: visible;
}


