* {
margin:0;
padding:0; 
}

body {
background-color: #7ab4ef;
background-image:url("gfx/background.jpg");
background-repeat:repeat-x;
font-family:'trebuchet ms',arial,verdana,sans-serif;
font-size:0.8em;
}

a:link, a:visited {
text-decoration:none;
color:#3c74c1;
}
a:hover {
text-decoration:none;
color:#fd301b;
}
a:active {
color:#002188;
}

h1 {
font-size:1.5em;
font-weight:bold;
color:#000;
margin-bottom:10px;
}

h2 {
font-size:1.3em;
font-weight:bold;
color:#000;
margin-bottom:10px;
}

h3, h4 {
font-size:1.2em;
font-weight:bold;
color:#000;
}

img {
border:0;
}

img.left {
float:left;
margin-right:10px;
margin-bottom:10px;
}

img.right {
float:right;
margin-left:10px;
margin-bottom:10px;
}

p {
color:#000;
}

span.smalltext {
font-size:0.75em;
}

blockquote {
padding-left:25px;
}

textarea {
width:650px;
height:350px;
}

#header {
width:848px;
height:177px;
margin:0 auto -3px auto;
text-align:center;
background-image:url("gfx/header.jpg");
background-position:center top;
background-repeat:no-repeat;
}

#header h1 {
font-size:4em;
padding-top:100px;
}

#header h1 a:link, #header h1 a:active, #header h1 a:visited {
color:#fff;
}

#header h1 a:hover {
color:#3c74c1;
}

#body {
width:740px;
margin:auto;
}

#container {
background-image:url("gfx/container.jpg");
background-repeat:repeat-x;
width:100%;
background-color:#fff;
margin:0;
padding:0;
}

#footer {
width:100%;
height:74px;
background-color:#fff;
background-image:url("gfx/footer.jpg");
background-repeat:repeat-x;
text-align:center;
}

ul#navigation {
width:848px;
height:45px;
margin:auto;
margin-bottom:5px;
text-align:center;
}

ul#navigation li {
font-size:11px;
margin-top:6px;
float:left;
list-style:none;
height:29px;
width:97px;
line-height:29px;
margin-left:5px;
margin-right:5px;
background-image:url("gfx/menubg.jpg");
}

ul#navigation li a:link, ul#navigation li a:active, ul#navigation li a:visited {
float:left;
height:29px;
width:97px;
line-height:29px;
background-image:url("gfx/menubg.jpg");
}

ul#navigation li a:hover {
color:#3c74c1;
background-image:url("gfx/menubg_hover.jpg");
}

ul#navigation li.first {
margin-left:0;
}

ul#navigation li.last {
margin-right:0;
}

#left {
width:100%;
float:left;
}

#right {
float:right;
width:25%;
}

.clearboth {
clear:both;
}

