/* 
 ----------------------------------------------------------------------------
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background: #FA8B92 url(../images/back.jpg) top repeat-x;
	text-align:center; 
	font:12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000; 
	}

p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}

h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#00f; text-decoration:underline; }
a:hover,a:active	{ color:#00f; text-decoration:underline; }


/* ----- classes ----- */

div.clear	{ 
	clear:both;
	width:100%;
	height:.01em; 
	overflow:hidden; 
	}
	

/* framework
 * ------------------------------------------------------------------------- */

#wrap { 
	background:url("../images/bg-wrap.jpg") repeat-y; 
	width:770px; 
	margin:0 auto; 
	text-align:left; 
	}
	
#masthead {
	position:relative;
	background: url(../images/mast.jpg);
	height:165px;
	}
	/* home link within #masthead */		
	#masthead h1 {
		font-size: 30px;	
		position:absolute;
		left:291px;
		width:478px;
		top:133px;
		height:30px;
		}

#main {
	background: url(../images/main.jpg);
	height: 1274px;
}
 
#column-left { 
	width:291px; 
	float:left;
	}
	#column-left #gas{
	margin-left: 111px;
	}
	#column-left ul{
	margin-left: 117px;
	font: 11px Arial, Helvetica, sans-serif;
	}
  
#column-right { 
	width:475px; 
	float:left; 
	}
	#column-right p, #column-right ul {
		font: 11px Arial, Helvetica, sans-serif;
		margin-right: 175px;
	}
	
/* background image list items */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:20px;
	clear:both;
	overflow:hidden;
	width: 100%;
	}


/* inside framework
 * ------------------------------------------------------------------------- */

#subhead {
	height:20px; /* sets height for all subheads */
	}

body#face #subhead {
	background:url("../images/subhead-face.jpg"); 
	}

body#breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}

/* -- or -- */
	
body.breast #subhead {
	background:url("../images/subhead-breast.jpg"); 
	}


/* footer
 * ------------------------------------------------------------------------- */
 
#footer { 
	width:760px; 
	margin:10px auto; 
	text-align:center; 
	}

#footer p {
	color:#000;
	}

#footer a:link, #footer a:visited {
	color:#000;
	}

#footer a:hover, #footer a:active {
	color:#fff;
	}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding: 0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }
	
