html, body {
    margin:0;
    padding:0;
}

body {
    font-family: georgia;
    font-size:14px;
    background:url("../img/bg.gif") repeat-x white;
    color:#434343;
}

h1 {
    color:#0069b2;
    font-size:22px;
}

h2 {}

h3 {}

p {}

img, img a:link {
    border:0;
    margin:0;
    padding:0;
}

a:link, a:visited {
    color:#0069b2;
    text-decoration:none;
}

a:hover, a:active {
    text-decoration:underline;
}

/*----------------------------------------------*/

.wrapper {
    text-align:center;
}

.container {
    width:740px;
    margin:0 auto;
    text-align:left;
    padding-left:15px;
    padding-right:15px;
    background:white;
}

.header {
}

#logo {
    margin-top:12px;
    margin-bottom:10px;
}

.middlepic {
    background:url("../img/middlepic.jpg") no-repeat white;
    height:174px;
    width:740px;
    margin-bottom:5px;
}

.links {
    background:url("../img/bg_links.gif") no-repeat white;
    width:740px;
    height:36px;
    font-size:12px;
}
.links2 {
    padding-top:9px;
}
.links2 a:link, .links2 a:visited, .links2 a:hover, .links2 a:active {
    margin-right:12px;
}

.mainfix {
    width:740px;
    margin-top:12px;
}

.main {
    width:468px;
}

.main img {
    padding:2px;
    border:1px solid #dadada;
    margin-right:2px;
}

.sidebar {
    width:240px;
    float:right;
    font-size:12px;
}

.footer{
    margin-top:35px;
    border-top:1px solid #c1dbec;
    padding-top:12px;
    padding-bottom:18px;
    font-size:12px;
}
