@charset "utf-8";
/* CSS Document */

html{
background-image:url(../images/html_bkg.jpg);
background-repeat: repeat-x;
background-color: #000;
}
#wrapper{
margin: 0 auto;
padding-left: 20px;
width: 980px;
background-image: url(../images/wrapper_bkg.png);
background-repeat: repeat-y;
}
#navMenu{
background-color: #444;
height: 38px;
width:960px;
}
#header{
background-image:url(../images/header_bkg.jpg);
background-repeat: no-repeat;
background-position:top center;
height: 370px;
width: 960px;
}
.content{
background-image:url(../images/content_bkg.jpg);
background-repeat: repeat-y;
}
#leftColContent{
float: left;
width: 550px;
padding: 0 50px 75px 50px;
}
#rightColContent{
float: left;
width: 210px;
padding: 0 50px 25px;
text-align: justify;
}
#footer{
background-image:url(../images/footer_bkg.jpg);
background-repeat: repeat-x;
padding: 50px 25px 0;
height: 230px;
width: 910px;
font-size: 8pt;
}
.leftColFooter{
float: left;
width: 275px;
padding: 0;
text-align: center;
color: #999;
}
.rightColFooter{
float: left;
width: 580px;
height: 205px;
padding-left: 50px;
border-left: 1px solid #999;
}