@charset "utf-8";
/* CSS Document */

body
{
text-align:center;
color:#ffffff;
font-family:arial;
font-size:.9em;
}

#header
{
margin:0 auto;
background:url(pagespics/header.jpg);
width:900px;
height:135px;
display:block;
padding:0px;
}

#navcontainer
{
background:url(pagespics/navbarbg.jpg) repeat-y;
margin:0 auto;
width:900px;
height:26px;
display:block;
}

#body
{
margin:0 auto;
background:url(pagespics/bodybg.jpg) repeat-y;
width:900px;
}

#content
{
display:block;
width:740px;
margin:0 auto;
}

#footer
{
background:url(pagespics/footer.jpg) no-repeat;
display:block;
width:900px;
height:409px;
margin:0 auto;
display:block;
clear:both;
}

#left
{
display:block;
float:left;
width:150px;
text-align:center;
}

#right
{
display:block;
float:right;
width:150px;
text-align:center;
}

#leftcdcover
{
display:block;
float:left;
width:250px;
text-align:center;
}

#bigphoto
{
display:block;
margin:0 auto;
text-align:center;
width:600px;
}
