@charset "utf-8";
/* CSS Document */
#logo{
background-image:url(../img/sitelayout/logo.jpg);
background-repeat:no-repeat;
position:absolute;
left:0px;
top:0px;
width:193px;
height:134px;
}
#leftside{
background-image:url(../img/sitelayout/leftimage.jpg);
background-repeat:no-repeat;
position:absolute;
left:0px;
top:134px;
width:108px;
height:261px;
}
#links{

position:absolute;
left:0px;
top:170px;
width:108px;
height:auto;
z-index:1;
}
#topbanner{
background-image:url(../img/sitelayout/topbanner.jpg);
background-repeat:no-repeat;
position:absolute;
left:193px;
top:0px;
width:456px;
height:134px;
}
#topbackground{
background-image:url(../img/sitelayout/topbackground.jpg);
background-repeat:repeat;
position:absolute;
left:649px;
top:0px;
right:0px;
width:auto;
height:134px;
}
#leftbar{
background-image:url(../img/sitelayout/leftbar.jpg);
background-repeat:repeat;
position:absolute;
left:0px;
top:0px;
bottom:0px;
width:8px;
height:auto;
}
#topbar{
background-image:url(../img/sitelayout/topbar.jpg);
background-repeat:repeat;
position:absolute;
left:8px;
top:0px;
right:0px;
width:auto;
height:14px;
}
#bottombar{
background-image:url(../img/sitelayout/bottombar.jpg);
background-repeat:repeat;
position:absolute;
left:8px;
bottom:0px;
right:0px;
width:auto;
height:5px;
}
#main{
background-image:url(../img/sitelayout/mainbackground.jpg);
background-repeat:repeat;
position:absolute;
left:108px;
top:134px;
right:0px;
width:auto;
height:auto;
padding-top:20px;
padding-left:15px;
padding-bottom:15px;
}
#pagetitle{position:absolute;
top:75px;
right:10px;
width: auto;
height:auto;
}
#copyrightandlinks{
position:absolute;
bottom:-50px;
width:100%;
text-align:center;
left:0px;
height:50px;
}
