/* CSS */

body {
font-family: Arial, Helvetica, sans-serif;
color: #21303e;
padding: 0;
margin: 0;
background: #a9c5d4 url(back.png) top center no-repeat;
font-size: 16px;
text-align: center;
}

.wrapper {
width: 880px;
margin: 0 auto;
text-align: left;
}

p {
font-size: 1em;
line-height: 1.25em;
margin: 1.25em 0;
text-align: center;
}


.top {
width: 100%;
height: 35px;
padding: 0px;
margin: 0;
}

.header {
width: 100%;
height: 250px;
padding: 0px;
margin: 0;
}


.column {
float: left;
height: 200px;
}

#a {
width: 880px;
background: #fff url(none);
margin: 0px 0px 0px 0px;
text-align: center;
}

h1 {
font-size: 24px;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
text-align: center;
}

h2 {
font-size: 20px;
display: inline-block;
text-align: center;
}

.footer {
clear: both;
width: 100%;
padding: 25px 0px 0px 0px; 
margin: 0;
text-align: center;
background: #red url(none) center no-repeat
}

.links
{
color: #004001;
text-decoration: underline;
font-size: 17px;
}

.links a:link, a:visited, a:active, a:hover
{
color: #004001;
text-decoration: underline;
font-size: 17px;
}

img{
border: none;
display: block;
margin: 0 auto;
}
