/* CSS Document */

@import url(typography.css);
@import url(lightbox.css);

body {
text-align : center;
background : #200D06 url(../images_pres/canvass.jpg) repeat scroll 0pt;
} 

div#wrap {
postion : absolute;
background : #42403C;
margin : 100px auto 0 auto;
padding : 0;
width : 700px;
min-height : 700px;
text-align : left;
}

div#branding {
postion : relative; 
width : 700px;
height : 75px;
left : 178px;
background : transparent url(../images_pres/name.gif) no-repeat center top;
text-indent : -9999px;
}

div#navigation {
position : relative;
top: 65px;
left: 17px;
behavior: url(csshover.htc);
}

div#content {
position : relative;
width : 344px;
height : auto; 
left : 178px;
top : -75px;
text-align: left;
}

div#site_info {
position:relative;
width: 700px;
height : 30px;
background : #42403C;
}

