/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}
body{
	background-color: #34556B;
	background-image: url('images/background-body.jpg');
	background-repeat: repeat-y;
}
#outer{
	min-height:100%;
	margin-bottom:-50px;
}
* html #outer{height:100%;}
h1{
	position: absolute;
	left: 220px;
	top: 127px;
	width: 490px;
	color: #EFEADD;
	font-family: times, serif;
	font-size: 20px;
	text-align: right;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#nav-left{
	position: absolute;
	top: 152px;
	left: 0px;
	background-image: url('images/background-nav-left.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 221px;
	min-height: 445px;
   	height: auto;
   	_height: 445px;
	z-index: 2;
	padding-left:30px;
	font-size: 18px;
}
#nav-left a{
	text-decoration:none;
	font-weight: normal;
	font-family: times, serif;
	color: #E9E4D7;
}
#nav-left a:hover{
	text-decoration: underline;
}
#tagline{
	position: absolute;
	top: 380px;
	left: 0px;
	z-index: 3;
}
#button{
	position: absolute;
	top: 480px;
	left: 15px;
	z-index: 3;
}
#content{
	background-image: url('images/background-content.jpg');
	background-repeat: no-repeat;
	/* width: 529px; */
	width: 480px;
	min-height: 448px;
   	height: auto;
   	_height: 448px;
	margin-left: 221px;
	padding: 15px;
}
#footer {
	width:100%;
	clear:both;
	height:50px;
	color: #000000;
}
#footer .inner{
	padding-top: 5px;
	width: 500px;
	margin-left: 221px;
	text-align: right;
	font-size: 11px;
	text-align: center;
}
#clearfooter{clear:both;height:50px;}
p {padding: 5px 0 5px 0;}
img{border:0;}
a{
	color: #34556B;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	/* border-bottom: 1px dashed #34556B; */
	text-decoration: none;
}