html, body {
	height: 100%;
	width: 100%;
	background-image: url(line.gif);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0.9em;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 25px;
}
h2 {
	color: #129fa4;
	font-size: 0.9em;
}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
a {
	color: #129fa4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content {
	height: 100%;
	width: 800px;
}
#main {
	border: 1px solid #129fa4;
}
#c1 {
	background-color: #b6e3de;
	width:239px;
	height:95px;
}
#c2 {
	background-color: #FFFFFF;
	width:559px;
	height:95px;
	text-align: left;
}
#c3 {
	background-color: #129fa4;
	width:239px;
	height:199px;
	text-align:center;
}
#c4 {
	width:559px;
	height:199px;
}
#c5 {
	background-color: #56bdb9;
	width:239px;
	height:303px;
	text-align:right;
}
#c6 {
	position:relative;
	top:0px;
	left:0px;
	background-color: #FFFFFF;
	width:559px;
	height:303px;
	overflow:auto;
	text-align: left;
}
#bodycopy {
	position:relative;
	top:25px;
	left:50px;
	background-color: #FFFFFF;
	width:400px;
	text-align: left;
}
.kw {}
.t {
	color: #129fa4;
}
