/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 

body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}
#wrapper {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 2px solid black;
}

#content, #content_home {
	padding-top: 152px;
	margin-left: 215px;
	margin-right: 0px;
	position: relative;
	min-height: 540px;
}

#content_home {
	background-image: url(../images/home_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 627px;
	width: 805px;
	*height: 618px;
}

/*Safari specific hack to get the Home page photo to rest at the bottom*/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#content_home{height: 618px;}
}
/*End Hack */

#content > *, #content_home > * {
	margin-left: 1em;
	font-size: 1.15em;
}

#content #header_text, #content_home #header_text {
	margin-left: 0;
	font-size: 1.25em;
}

#content > p, #content_home > p {
	margin-right: 1em;
}

#left {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 152px;
	margin-left: 0px;
	width: 215px;
	height: 100%;
}

#left h1 {
	padding-left: 10px;
	font-weight: normal;
	padding-top: 0.5em;
}

#left p {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#info {
	height: 216px;
	background: url(../images/sidebar_repeat.png) repeat-x left top;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

* html #outer{height:100%;} /* IE win treats height as min-height anyway*/
* > html #macinner {/*mac obeys 100% height so we give it an inner with bg color which will expand past 100%*/	
}

#header{
	position: absolute;
	top:0;
	left:0px;
	height:152px;
	width: 1020px;
	color: #000000;
	background: url(../images/header.png) no-repeat left top;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

* html #left {margin-right:-3px;padding-bottom:52px}/*fix gap in ie next to float and padding at botom to clear footer because we've pulled float too far back*/
* > html #left {padding-bottom:0; margin-top: 67px;}/* mac style */

#footer {
	clear: both;
	text-align: center;
	background-color: black;
	width: 1022px;
	height: 25px;
	color: white;
	padding-top: 5px;
}

#header_text {
	background-color: #b1d148;
	border: 2px solid black;
	border-left: 0;
	border-right: 0;
	padding-bottom: 0.7em;
	padding-top: 0.7em;
	font-size: 1.25em;
	padding-left: 2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#header_text > ul#project_links {
	margin-bottom: 0;
}