body {
	color: #000;
	font-size: 0.9em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #fff4d9;
	margin: 10px 2%;
}
#header {
	border-bottom: 5px solid #ededed;
	padding: 5px 0 0 15px;
	background: #ccc;
	height: auto;
	border-right-width: 0;
	border-left-width: 0;
}
#col2 {
	text-align: justify;
	width: 50%;
	float: left;
	padding-right: 10px;
}
#col3 {
	text-align: justify;
	color: #000;
	margin: 0 0 0 51%;
	padding-left: 10px;
}
#footer {
	font-size: 80%;
	height: 15px;
	background: #ccc;
	text-align: right;
	clear: left;
	border-bottom: 5px solid #ededed;
	padding: 5px 10px;
}
#image {
	height: 350px;
	width: 211px;
	float: left;
	max-width: 211px;
	max-height: 350px;
	margin: 3px 10px 10px 0
}
#list ul {
	list-style: none;
	margin: 0;
	padding: 5px
}
#list li {
	display: inline
}
#list a {
	color: #006595;
	font: 12px arial, sans-serif;
	text-decoration: none;
	background-color: #fafafa;
	text-align: center;
	border-color: #b44141;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	padding: 3px 15px
}
#list a:hover {
	color: #006595;
	background-color: #fafafa;
	border-color: #d58d8d;
	border-style: solid;
	border-width: 1px 1px 1px 5px
}
#nav {
	top: 130px;
	background-color: #ededed;
	text-align: left;
	text-indent: -40px;
	margin-right: 10px;
	margin-left: -5px
}
h1 {
	color: #B44141
}
.top {
	position: absolute;
	left: 30px
}
.cc {
	font-size: 90%;
	text-align: center;
}
* html #col2 {
	padding-top: 20px;
}
* html #image {
	max-width: 211px;
	max-height: 350px;
	margin-left: -9px
}