@charset "utf-8";
/* CSS Document */
body, html{
padding: 0px;
margin: 0px;
background-image: url(images/bodytile.jpg);
}
#container{
position: relative;
width: 940px;
height: auto;
margin-left: 50%;
left: -470px;
}
#headerbar{
position: relatve;
width: 940px;
height: 38px;
margin-top: 50px;
background-image: url(images/top.png);
}
#navigation{
position: relatve;
width: 940px;
height: 27px;
text-align: center;
background-image: url(images/headertile.png);
background-repeat: repeat-y;
}
#header{
position: relatve;
width: 940px;
height: 155px;
text-align: center;
background-image: url(images/headertile.png);
background-repeat: repeat-y;
}
#contentcontainer{
position: relatve;
width: 940px;
height: auto;
background-image: url(images/bodytile.png);
background-repeat: repeat-y;
overflow: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
#leftcontent{
position: relatve;
float: left;
width: 350px;
height: auto;
margin-left: 45px;
margin-top: 20px;
}
#rightcontent{
position: relatve;
float: right;
width: 460px;
height: auto;
margin-right: 40px;
margin-top: 20px;
}
#footer{
position: relative;
width: 940px;
height: 57px;
background-image: url(images/bottom.png);
}


