@charset "utf-8";
/* CSS Document */

body {
background:#f1f1f1 url(images/bg.gif) top center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}

p{
margin:0px;
padding-bottom:18px;
}

#container {
width:639px;
margin:0 auto;
margin-top:30px;
}

#header {
background: url(images/bodytop2.png) bottom no-repeat;
margin:0px;
padding:0px;
}

#header img#logo{
width:250px;
padding-bottom:50px;
margin-bottom:0px;
float:left;
}

#nav {
width:300px;
float:right;
margin-top:64px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ffffff;
letter-spacing:1px;
}
#nav a{
color:#ffffff;
text-decoration:none;
}
#nav a:hover{
text-decoration:underline;
}

#thepage {
background: url(images/bodymid.gif) center repeat-y;
margin:0px;
padding:0px;
}

#theinner{
padding:5px 40px 20px 40px;
}

#theinner img.theimg {
background:#ffffff;
padding:5px;
border:1px solid #ccc;
}

.theimg {
background:#ffffff;
padding:5px;
border:1px solid #ccc;
}

.copyright {
font-size:10px;
}

#theinner h2 {
color:#0b447a;
font-size:36px;
}

#theinner h3 {
color:#ff0000;
font-size:28px;
font-family:Georgia, "Times New Roman", Times, serif;
}

#theinner ul li {
padding:5px 0;
}

#footer {
background: url(images/bodybtm.gif) center top no-repeat;
margin:0px;
padding:0px;
}
