/* index2.css */
html, body {
	height:100%;
}


body {
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  	background: #000000;
	color: #ffffff;
}


#page-wrapper {
/* position: relative allows this element to act as a positioning context for 'absolute' child elements */
  position: relative;
	height:100%;
	width: 736px;
  	margin: auto;
}


#page-wrapper.home {
	height: 700px;
	background: url("page_bg2.jpg") no-repeat;
	border-right: 1px solid #F90;
	border-left: 1px solid #F90;
}

#page-wrapper img {
/* Thanks to: http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html for providing a fix
   that allows .png files to display correctly under IE55+ */
	behavior:	url("pngbehavior.htc");
}



/* ::::: page elements ::::: */
#page-header {
  position: absolute;
  top: 25px;
  left: 30px;
  height: 63px;
  width: 144px;
}


#home-main-left {
	position: absolute;
	top: 200px;
	left: 150px;
	width: 200px; 	
}


#home-main-right {
	height: 300px;
	width: 310px;
	float: right;
	position: relative;
  	margin-top: 102px;
}



/* ::::: footer elements ::::: */
#slug {
  	color: #002f71; 
}
#slug .footerSI {
	float: right;
	padding: 3px 0px 1px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
  	font-size: 1.2em;
  	font-variant: small-caps;
  	letter-spacing: -0.01em;
}
#slug .footerPE {
	float: left;
	padding: 3px 0px 2px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
  	font-size: 1.2em;
  	font-style: oblique;
  	letter-spacing: -0.06em;
}
#footer {
	clear: both;
	font: .86em Arial, Helvetica, sans-serif;
	position: absolute;
  	top: 405px;
  	left: 340px;
	padding: 12px 0px 0px;
}

#footer.home {
	text-align: right;
	clear: both;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 92px 5px 0px 0px;
}

#footer p {
	color: #999999;
	line-height: 1.2;
	text-align: right;
	margin: 3px 0px 0px;
	padding: 3px 0px 0px;
}





