@charset "UTF-8";
/* CSS Document */

body{
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
font-style:"georgia";
padding-bottom:30px;
}

*{
margin:0;
padding:0;
}

img{
border-style:none;
}

p{
line-height:14pt;
padding-top:10px;
padding-bottom:8px;
color: #001f1f;
}

a{
color: #406666;
}

h2, h3{
color: #3399cc;
border-bottom: 1px solid #3399cc;
padding-bottom:4px;
padding-top:4px;
}

ul{
padding-top:20px;
padding-bottom:20px;
}

li{
position:relative; 
left:20px;
line-height:1.2em;
}

#header{
width:750px;
margin-left:auto;
margin-right:auto;
position:relative;
right:50px;
}

#content{
width:746px;
margin-left:auto;
margin-right:auto;
background:#fff;
background-image:url(../images/shadow1.jpg);
background-repeat:no-repeat;
position:relative;
bottom:2px;
border-left:1px solid #ab9d7b;
border-right:1px solid #ab9d7b;
border-bottom:1px solid #ab9d7b;
}

#left{
width:460px;
float:left;
padding:20px;
position:relative;
top:15px;
}


#right{
float:right;
width:202px;
background: #f8f8f8;
border-left: 1px solid #ccc;
padding:0px 20px 20px 15px;
}

#right img{
position:relative;
right:10px;
}

#right p{
font-size:10.5pt;
}

#right ul{
padding-bottom:1px;
padding-top:1px;
position:relative;
right:10px;
}

#right li{
color: #001f1f;
font-size:10.5pt;
line-height:15pt;
position:relative;
right:20px;
}
