* {
margin:0;
paddding: 0;
}

* html {
margin:0;
padding: 0;
}

body {
margin:0;
padding: 0;
font-size: 1em;
font-family: arial;
}

div#mainwrap {
width: 800px;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
}

div#toplinks {
text-align: right;
margin-right: 10px;
margin-bottom: 5px;
}

div#toplinks p {
fonst-size: .8em;
color:#35a4fe;
}

div#toplinks a {
font-size: .8em;
color: #35a4fe;
text-decoration:none;
}

div#toplinks a:hover {
text-decoration:underline;
}

div#head {
height: 190px;
background: url(images/head.png);
}

div#contentwrap {
width: 650px;
margin-top:-20;
margin-left:80px;
/*border:1px solid black;*/
text-align: center;
}

div#contentwrap p {
font-size: .8em;
margin-bottom: 10px;
}

div#contentwrap h1 {
font-size: 1.2em;
color:#35a4fe;
margin-bottom: 20px;
}

div#contentwrap h2 {
font-size: 1em;
color:#35a4fe;
margin-bottom: 20px;
}

div#contentwrap h3 {
text-decoration: underline;
font-size: .9em;
}

div#contentwrap ul {
margin-bottom: 10px;
}

div#footer {
height: 94px;
background: url(images/footer.png) no-repeat;
text-align: center;
padding-top:39px;
color: white;
font-size: .8em;
}

div#footer a {
text-decoration: none;
color: white;
}

div#footer a:hover {
text-decoration:underline;
}

