html,body { 
	margin:0; 
	padding:0; 
	height:100%; 
}
	
	#outerContainer { /*Content Zone*/
	min-height: 100%;
	width: 545px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #333;
	}
	
	* html #outerContainer { height: 100%; }
	
	#logo {
	display:inline;
	float: left;
	width: 270px;
	height: 40px;
	clear: none;
	}
	
	#contact {
	letter-spacing: 2px;
	display:inline;
	margin-top: 30px;
	height: 12px;
	float: right;
	width: 180px;
	background-color: white;

	}
	
	#blackBar {
	float: left;
	height: 200px;
	width: 20px;
	background-color: black;

	color: white;
	}
	
	#panel {
	margin-top: 35px;
	float: left;
	width: 543px;
	height: 200px;
	clear: both;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	}
	
	#panelContainer1 {
	float: right;
	display: inline;
	background-color: white;
	height: 75px;
	width: 475px;
	margin-top: 22px;
	margin-right: 25px;
	}
	
	#panelContainer2 {
	float: right;
	display: inline;
	background-color: white;
	height: 75px;
	width: 475px;
	margin-right: 25px;
	margin-top: 5px;
	}
	
	

	#footer {
	height: 15px;
	clear: both;
	}
		
	ul {
	margin:0;/* indents ul from edge of container */
	padding: 0;
	}
	
	#box {
	display: inline;
	margin-right: 5px;
	border-left-style: none;
	float:left;
	background-color:#E7E8E9; 
	width: 75px;
	height: 75px
	}
	
	#box:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	}
	
	#box.end {
	margin-right: 0px;
	}
	
a:link {text-decoration: none; border: none; outline: none; -moz-outline-style: none; color: #d72229; }
a:visited {text-decoration: none; border: none; outline: none; -moz-outline-style: none; color: #d72229; }
a:hover {text-decoration: none; border: none; outline: none; -moz-outline-style: none; color: #d72229; }
a:active {text-decoration: none; border: none; outline: none; -moz-outline-style: none; color: #d72229; }

img {
border: none;
}

#pdf {
float: left;
position: relative;
display: inline;
width: 82px;
height: 10px;
padding-top: 1px;
padding-left: 2px;
margin-left: 5px;
background-color: #d72229;
color: white;
}

#contact1 {
float: left;
position: relative;
display: inline;
width: 82px;
height: 10px;
padding-top: 1px;
padding-left: 2px;
margin-left: 5px;
background-color: #d72229;
color: white;
text-align: center;
}
