body {
	min-width: 630px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
a {
	border: 0px;
}

div#hplogo {
    position: absolute;
    top: 20px;
    left: 40px;
    
    z-index: 3; /* Nod to the crappy support for IE6. Put the HP logo over the content box. */
}
div#mhlogo {
	position: absolute;
	top: 17px;
	right: 35px;
}


div#top_gap {
	position: relative;
	height: 80px;
}


/* 
 * Three-column holy grail layout
 * http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * 
 * liquidcorners-extended.css; feel free to adapt the style!
 * ================================================
 * use: 4 corners with painted border outside a contentbox with class="inside"; 
 *      image1 = upper half: top left corner, long top border, top right corner
 *               under half: bottom left corner, long bottom border, bottom right corner
 *      image2 = left half: left border; right side: right border
 *               because repeat-y: image2 can be reduced in height!
 *      CHANGE = you have to change this for fitting to your image
 *      YCC    = You Can Change (or omit), if wanted
 *      DNC    = Do Not Change
 * credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
 *          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
 * adapted by: Brian Kim (bkim@myhealthincorporated.com)
 */

/*** The Essential Code ***/


#container {
	padding-left: 150px;      /* LC fullwidth */
	padding-right: 180px;     /* RC fullwidth + CC padding */
}

#container .column {
	position: relative;
	float: left;
	padding-bottom: 0px;
}

#center {
	padding: 0 15px;       /* CC padding */
	width: 100%;
}

#left {
	width: 126px;			/* LC width */
	padding: 12px;			/* LC padding */
	padding-top: 15px;
	right: 180px;			/* LC fullwidth + CC padding */
	margin-left: -100%;
	left: 150px;			/* RC fullwidth for IE6 */
}
#container > #left {
  left: -180px;             /* -(LC fullwidth + CC padding) */
  margin-left: expression(
	document.all.center.offsetWidth * -1 +
	parseFloat(document.all.center.currentStyle.paddingLeft) +
	4*parseFloat(document.all.left.currentStyle.paddingLeft) - 1 +
	parseFloat(document.all.left.currentStyle.paddingRight)
	); /* Fix for IE7 */
}

#right {
	width: 120px;             /* RC width */
	padding: 0 15px;         /* RC padding */
	margin-right: -100%;
}

#footer {
	clear: both;
}



/*
 * Done with the (modified) CSS taken from others.
 */



#vertical_stroke_left {
	position: absolute;
	left: 150px;
	top: 100px;
	height: 100%;
	width: 1px;
	z-index: 30;
}
#vertical_stroke_right {
	position: absolute;
	right: 150px;
	top: 100px;
	height: 100%;
	width: 1px;
	z-index: 30;
}
div#sections_bottomstroke {
	position: absolute;
	top: 38px;
	left: 15px;
	width: 118px;
	height: 1px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}
div#left_ad_stroke {
	position: relative;
	left: 0px;
	width: 118px;
	height: 1px;
	margin: 0px;
	margin-top: 15px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}


div#copyright {
	text-align: center;
}
div#footer_links_stroke {
	position: relative;
	top: 10px;
	left: 25%;
	width: 50%;
	height: 1px;
	font-size: 0px; /* IE6 empty div height bug workaround */
}


#container .column {
	padding-top: 1em;
}






h1 {
	margin-top: 15px;
	margin-bottom: 5px;
}
h1.section_head {
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
}
.no_bottom_margin {
	margin-bottom: 0px;
}
.no_top_margin {
	margin-top: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
img.floatright {
	border: 0px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
img.floatleft {
	border: 0px;
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
}
ul.sections {
	margin: 0px;
	padding: 0px;
}
p#byline {
	padding: 0px;
	margin: 0px;
}


.clear {
	clear: both;
}
.advertisement {
	border: 3px solid;
	border-color: #999999;
}

