/* CSS Document */

body{background-color:#8F5C95;
background-image:url(images/bgshadow4.gif);
background-repeat:repeat-y;
background-position:center;
height:99%;
margin:0 auto;
font-family:"Trebuchet MS";}

#fullwrapper{height:100%;
border:0px solid green;
width:700px;
margin-left:auto;
margin-right:auto;
}

#header{border-bottom:1px dashed white;
color:white;
font-size:28px;
background-image:url(images/jazzplayer.gif);
background-repeat:no-repeat;
background-position:left;
height:150px;
text-indent:80px;
}

#middlewrapper{height:80%;
border:0px solid red;}

#nav{border-right:1px dashed white;
width:200px;
height:100%;
float:left;}

#content{float:left;
width:65%;
border-right:0px dashed white;
padding:5px;}