/* CSS Document */
html, body{
padding:0;
margin:0;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:1.5;
background:#000000;
text-align:center;
}

#wrap{
width:800px;
text-align:left;
margin:0 auto;

}

#header{
width:800px;
height:145px;
background:url(images/header.gif) no-repeat;
margin-top:-10px;
}

#header h1{
padding:35px 0 0  40px;

}

#header h1 a{
font-size:36px;
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#header p{
color:#FFFFFF;
padding-left:45px;
margin-top:-20px;
}

#navigation{
background:url(images/nav.gif) no-repeat;
width:800px;
height:48px;
margin-top:-15px;
}

#navigation ul{
padding-top:15px;
text-align:center;

}

#navigation ul li{
padding-left:30px;
padding-right:40px;
display:inline;

}

#navigation ul li a{
color:#FFFFFF;
text-decoration:none;
}

#body{
background:url(images/body.gif) repeat-y;
width:780px;
padding:10px 10px 30px;
}

#left{
width:760px;
float:left;
background:#ffffff;
border:solid #d2d2c6 1px;
padding:10px;
}

#right{
float:right;
width:250px;
margin-top:-15px;
}

#right h3{
background:url(images/righth3.gif) repeat-x;
height:28px;
color:#FFFFFF;
padding:2px 0 0 10px;
}

#right ul{
list-style:none;
}

#right ul li{
padding-top:15px;
}
#right ul li a{
color:#aaaaa1;
}


.clear{
clear:both;
}


#footer{
width:800px;
background:url(images/footer.gif) no-repeat;
height:79px;
margin-top:-15px;
}

#footer p{
padding-top:30px;
text-align:center;
color:#FFFFFF;
}

#footer a{
color:#FFFFFF;
}

#left h2{
font-size:28px;
color:#990000;
font:Georgia, Arial;
}

#left h3{
text-align:center;
}

img{
border:none;
}
