/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

.clear { clear: both; background: none; }

body {
	text-align:center;
	font: normal 11px/18px verdana, arial, tahoma, sans-serif;
	background-color: #000;
	padding-top: 40px;
}

#wrapper { 
	text-align:left;
	margin: 0 auto;
	width: 700px;
	background: #fff;
	border: solid 10px #fff;
	overflow: hidden;
}

#header {
	color: #000;
	height: 190px;
	background: #000 url("images/pphaheader.jpg") no-repeat;
	background-position: center;
}

#subHeader {
	text-align: center;
	color: white;
	background-color: #333;
	font: bold 16px/30px arial, verdana, tahoma, sans-serif;
	padding-left: 5px;
	border-bottom: 5px solid white;
	border-top: 5px solid white;
}

#subHeader span {
	letter-spacing: 10px;
}

#leftcolumn {
	float:left; 
	background-color: #ccc;
	width: 20%;
	padding: 5px;
	margin-bottom: -1995px; padding-bottom: 2000px;
}

#rightcolumn {
	float:right; 
	color: #333;
	background-color: #fff;
	width: 76%;
	padding: 5px;
	margin-bottom: -1995px; padding-bottom: 2000px;
}

#footer { 
	text-align: center;
	clear: both;
	color: #fff;
	background: #000;
	padding: 10px;
}

#nav {
	list-style: none;
}

#nav2 {
	list-style: none;
}
#nav3 {
	list-style: none;
}

#nav li a {
	color: #000; 
	font: normal 11px/24px verdana, arial, tahoma, sans-serif;
	display: block;
	height: 24px;
	background-color: #ccc; 
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#nav li a:hover {
	color: #fff; 
	background-color: #333;
}

#nav li.last a{
	border-bottom: none;
}

#undernav {
	margin-top: 30px;
}

#contacts {
	display:block;
}

#contacts h4 {
	font-size: 1.3em;
	padding-bottom: 10px;
}

#contacts h5{
	font-size: 1.2em;
	padding: 10px;
	text-decoration: underline;
}

#contacts span {
	margin-left: 10px;
	display:block;
}

#contacts a {
	padding-left: 250px;
	border-bottom: 1px dotted #999;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}