#content {
padding: 0px;
margin: 0px;
position: absolute;
top: 0px;
left: 0px;
background-color: #A8C0C0;
min-height: 1000px;
width: 100%;
}

#contentInner {
position: relative;
background-color: #A8C0C0;
width: 720px;
margin-left: auto;
margin-right: auto;
height: 100%;
min-height: 1000px;
}


#blockA {
background-color: #6090A8;
width: 260px;
position: absolute;
top: 80px;
left: 85px;
border-bottom: 1px solid #304848;
border-right: 1px solid #304848;
margin: 0px;
padding: 5px;
}



#blockB {
background-color: #6090A8;
width: 288px;
position: absolute;
top: 110px;
left: 365px;
border-bottom: 1px solid #304848;
border-right: 1px solid #304848;
margin: 0px;
padding: 5px;
}

#blockB p {
text-align: left;
}

#blockB h1 {
text-align: right;
}
#blockB h2 {
text-align: left;
}
#blockC {
background-color: #6090A8 ;
width: 216px;
top: 250px;
left: 129px;
position: absolute;
border-bottom: 1px solid #304848;
border-right: 1px solid #304848;
margin: 0px;
padding: 5px;
}


#blockD {
background-color: #6090A8;
width: 144px;
position: absolute;
top: 450px;
left: 201px;
border-bottom: 1px solid #304848;
border-right: 1px solid #304848;
margin: 0px;
padding: 5px;
}

#blockE {
background-color: #6090A8;
width: 288px;
position: absolute;
top: 530px;
left: 365px;
border-bottom: 1px solid #304848;
border-right: 1px solid #304848;
margin: 0px;
padding: 5px;
}
#blockE h1 {
text-align: right;
}
#blockE h2 {
text-align: left;
}
#blockE p {
text-align: left;
}
#ft {
position: absolute;
top: 900%;
width: 100%;
}
#ft {
position: absolute;
top: 900px;
width: 100%;
}

#ft p {
text-align: center;

}

body {

}

h1 {
	font-size: 153.9%;
	font-weight: bold;
	text-align: left;
	font-family:georgia;
}
h2 {
	font-size: 123.1%;
	font-weight: bold;
	text-align: right;
	font-family:georgia;
margin-top: 1em;
}
h3 {
	font-size: 108%;
	font-weight: bold;
	text-align: left;
	font-family:georgia;
}


div {
   padding: 0.3em
}
p {
	font-family:arial;
	font-size: 100%;
	text-align: right;
}
a:link {
	color: #90C0D8;
}

a:visited {
	color: #486078;
}
a:hover {
color: #0000FF;
}

h1 a:link {
	text-decoration: none;
color: black;
}
h1 a:visited {
	text-decoration: none;
color: black;
}
h1 a:hover {
	color: #0000FF;
}