
/* LAYOUT STUFF */
#header {
float:left;
}
#wrapper {
width: 760px;
text-align:left;  /* needed to left align centered text in IE */
}
/* navigation */
#navigation{
display:none;
}

/* main content */
#content {
float: left;
line-height:1.5em;
}
#content .main_header {
font-size: 16px;
font-weight:bold;
}
.header {
color: #000;
font-size: 16px;
font-weight:bold;
}
.subheader{
color: #000;
font-size: 16px;
font-weight:normal;
}
/* footer */
#footer {
clear:both;
padding:2px 0 4px 0;
text-align:left;
font-size:12px;
color:#000;
}

.img-wrapper {
float: right;
}
.picture_text {
font-style: italic;
}

