﻿*{
    margin:0px;
    padding:0px;
}
body {
    background-color:#f5f5f5;
    font-family:Arial, Verdana;
    font-size:13px;
    color:#000000;
    background-image:url('../images/bg.jpg');
    background-repeat:repeat-x;
    background-position:left top;
}
a{
    color:#2d488b;
    font-weight:bold;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
#wrapper{
    width:760px;
    margin:0px auto 0px auto;
}
#header{
    width:760px;
    height:255px;
    background-image:url('../images/header.jpg');
    background-repeat:no-repeat;
    background-position:left top;
}

/*### NAV ###*/
#header #nav{
    padding:110px 0px 0px 110px;
    text-align:right;
    width:100px;
    font-size:15px;
    font-weight:bold;
}
#header #nav ul li{
    list-style:none;
    line-height:1.5;
}
#header #nav ul li a{
    text-decoration:none;
    color:#ffffff;
}
#header #nav ul li a:hover{
    text-decoration:underline;
}
#header #nav #selected{
    text-decoration:underline;
}

/*### main content ###*/
#content{
    margin-top:10px;
    background-color:#ffffff;
    background-image:url('../images/logos.jpg');
    background-repeat:no-repeat;
    background-position:left top;
    padding:117px 0px 20px 20px;
}
#content #left{
    line-height:1.5;
    float:left;
    width:440px;
    padding:20px 0px 0px 0px;
}
#content #left h1, #content #left h2, #content #left h3, #content #left h4, #content #left h5, #content #left h6{
    font-size:19px;
    font-weight:bold;
    color:#e7a319;
    padding-bottom:10px;
}
#content #left p{
    padding-bottom:10px;
}
#content #left ul{
    padding-bottom:10px;
}
#content #left ul li{
    line-height:1.8;
    list-style:none;
    background-image:url('../images/bullet.gif');
    background-repeat:no-repeat;
    background-position:left 8px;
    padding-left:15px;
}
#content #right{
    float:right;
    width:251px;
    min-height:250px;
    background-image:url('../images/right_bg.jpg');
    background-repeat:repeat-x;
    background-position:left top;
    padding:10px 20px 0px 0px;
    text-align:right;
}
#content #right p{
    line-height:2;
}
#content #right p b{
    font-size:16px;
}
#content #right a{
    font-size:16px;
    text-decoration:underline;
}
#content #right a:hover{
    text-decoration:none;
}
#content #right ul li{
    line-height:1.9;
    padding-right:15px;
    background-image:url('../images/bullet.gif');
    background-repeat:no-repeat;
    background-position:right 10px;
    list-style:none;
}
#images{
    float:right;
}
#images img{
    width:200px;
    padding:5px;
    border:1px solid #e7a319;
    display:block;
    margin-bottom:10px;
    margin-left:20px;
}


/*### FOOTER ###*/
#footer{
    background-color:#000000;
    font-size:12px;
    color:#f1e436;
    padding:10px;
}
#footer a{
   color:#f1e436;
   font-weight:normal;
}
