@charset "utf-8";
/* CSS Document */

body{
background-image:url(bodybg.png);
font: 13px georgia, trebuchet, tahoma, verdana, arial; color: #000000;
}

a:link, a:active, a:visited {text-decoration: none; font-weight: bold; color: #fba5b2}
a:hover {text-decoration: none; font-weight: bold; color: #000000}

.pageblock{
width:100%;;
margin: 0 0;


}

.headerbg {background: url(headerbg.png);
background-position:top;
background-repeat:repeat-x;
background-attachment:scroll;
height:160px;
width:100%;
position:absolute;
left:0px;
top:0px;
z-index: 1;
}

.headercenter {background: url(headercenter.png);
background-position:top;
background-repeat: no-repeat;
background-attachment:scroll;
height:294px;
width:960;
margin-left:auto;
margin-right:auto;
z-index: 2;
}

.nav {
height:45px;
width:960px;;
margin-left:auto;
margin-right:auto;
position:relative;
top:161px;
text-align:center;
}

.tabhome {
background: url(tab_home.png);
background-position:top;
background-repeat: no-repeat;
background-attachment:scroll;
height:51px;
width:960;
margin-left:auto;
margin-right:auto;
position:fixed;
top:400px;
}

.centerimage {
width:960px;
height:377px;
margin-left:auto;
margin-right:auto;
position:relative;
top:150px;
vertical-align:middle;
}

.content {
width:960px;
margin-left:auto;
margin-right:auto;
position:relative;
top:210px;
text-align:center;
}
