@charset "utf-8";
/* CSS Document */
body{
 padding:0px;
 margin:0px;
 background: #ffffff url(../img/site-bg.jpg) repeat-y 50% 0;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 font-size: 12px;
}

#wrapper{
 margin:0 auto;
 width:1030px;
}

#header{
 width:1030px;
 height:142px;
 background-image:url(../img/header.jpg);
 background-repeat:no-repeat;
}

#content{
 width:675px;
 background-image:url(../img/content-top.jpg);
 background-repeat:no-repeat;
 background-position:top;
 padding:5px 60px 0px 295px;
}

#footer{
 width:735px;
 margin-left:295px;
 margin-top:35px;
}

h1, h2, h3{
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 margin: 0px 0px 5px 0px;
 letter-spacing: 2.5px;
}

h1{
 margin: 0px 0px 5px 0px;
 padding: 5px 0px 0px 0px;
 font-size: 20px;
}

h2{
 font-size: 16px;
}

a, a:link, a:hover, a:visited {
 color: #3980F4;
 text-decoration: underline;
}

img{
 border:0;
}

img.right{
 float:right;
}

p{
 width:500px;
}

