/* Body and main containers */
body {margin: 0px; padding: 0px; background-image: url('images/background_body.gif'); background-repeat: repeat-x; text-align: center}
img {border: 0px;}
div.container {width: 74%; position: relative; margin: 0 auto; text-align: left;}
div.header {position: relative; top: -21px; /* FOR IE7 => */ #top: 0px; min-width: 915px;}
h1 /* This contains the logo - for no images browsers accessibilty */
{
background: url(images/header.jpg) no-repeat;
height: 176px;
text-indent: -2000px;
}
div.navbg { /* This is the light grey rounded body container background starting */
background-image: url('images/body_bg_start.jpg'); min-width: 962px; max-height: 29px;
background-repeat: no-repeat; overflow: hidden; position: relative; top: -15px; /* FOR IE7 => */ #top: 0px;
}
div.content {
background-image: url('images/body_bg_content.jpg');
background-repeat: repeat-y;
position: relative;
top: -31px;
#top: -15px; /* FOR IE7 */
padding: 15px;
max-width: 910px; display: table;
background-color: #fff;
}
div.thecontent { /* ******* The actual content area next to the left vertical navigation ******* */
float: left; background-image: url('images/divider.jpg'); background-repeat: repeat-y; margin-left: 10px; position: relative; top: -260px; /* FOR IE7 */
#top: -10px; left: 0px; min-width: 615px; max-width: 615px; background-color: #fff;
font: 12px verdana,helvetica,arial,sans-serif; color: #333; line-height: 16px;
}
/* Vertical nav styling */
.vnav { /* This is the main vertical nav header */
float: left; background-image: url('images/vnav_start.png'); background-repeat: no-repeat; min-width: 195px; min-height: 39px; max-width: 195px; position: relative;
margin-left: 10px; text-align: center; font: 12px verdana,helvetica,arial,sans-serif; color: #ffffff; font-weight: bold; line-height: 14px; margin-top: 10px;
border-bottom: none;
}
Bookmarks