@import "common.css";
@import "sprites.css";

#Layer1 {
	position:absolute;
	width:370px;
	height:150px;
	z-index:1;
	left: 200;
	top: 250px;
	visibility: visible;
}

#Layer2 {
	position:absolute;
	width:300px;
	height:115px;
	z-index:1;
	left: 200;
	top: 410;
}
	
#headerLogo
{
	float: left;
	}

#headerPhoto
{
	float: left;
	}

#sidebar
{
	width: 171px;
	margin-left: 12px;
	padding-top: 1em;	
	float: left;
	display: inline;
	}
	
#sidebar img
{
	display: block;
	margin: .5em auto;
	}
	
#contentWrapper
{
	margin-left: 189px;
	width: 552px;
	}

* html #sidebar { margin-right: -3px; }
* html #contentWrapper { margin-left: 186px; }	

#content
{
	padding: 1em;
	}

#footerLinks
{
	background: transparent url(/images/otc_main_content_divider.gif) no-repeat top center;
	padding: 1em 0 0;
	font-size: .8em;
	color: #0D175E;
	text-align: center;
	}

#footerLinks a
{
	color: #0D175E;
	text-decoration: none;
	}

#address
{
	font-size: .9em;
	margin: 1.5em 0 .5em;
	text-align: center;
	background: transparent url(/images/otc_main_footer_logo.gif) no-repeat top center;
	padding: 87px 0 58px;
	}

#footer
{
	clear: both;
	position: absolute;
	bottom: 0;
	width: 754px;
	height: 38px;
	overflow: hidden;
	background: transparent url(/images/otc_main_footer_cap.gif) no-repeat top center;
	}

#footerCopy
{
	padding-top: 9px;
	font-size: .8em;
	line-height: 10px;
	text-align: center;
	margin-left: 186px;
	color: #C9D7E2;
	}

#footerCopy a
{
	color: #C9D7E2;
	text-decoration: none;
	}
	

	