/* CSS Document */

body{
background-color:#d5d5d5;
text-align: center;
margin: 0 auto;
background-image: url(bg.png);
background-repeat: repeat-x;
background-position:top;
}


div#container{
margin: 0 auto;
width: 775px;
position: relative;
z-index: 1;
margin-bottom: 50px;
}

div#header{
position: relative;
background: transparent url(header_bg.png) left top no-repeat;
width: 775px;
height: 149px;
}

/*     content portions    */

div#bgContain{
width: 775px;
background: url(bgContain.png) left top repeat-y;
text-align: left;
height: 600px
}

div#contentpane{
width:465px;
max-width: 465px;
/*height: 600px*/
text-align: left;
float: left;
color: #fff;
}

/* right pane */

div#rightpane{
width: 275px;
float: right;

text-align: left;
background: transparent url(bg_rightpane.png) repeat-y;
margin-top: 10px;
}

/*
div#TopPane{
color: #4a4946;
width: 275px;
margin-top: 15px;
padding: 5px 0 35px 10px;
background: transparent url(rightpaneBottom.png) left bottom no-repeat;
}

div#BottomPane{
color: #4a4946;
width: 275px;
margin-top: 15px;
padding: 5px 0 35px 10px;
background: transparent url(rightpaneBottom.png) left bottom no-repeat;
}

*/
/* footer  */

div#footer{
color: #4a4946;
width: 775px;
text-align: left;
clear: both;
}

