/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050505;
	behavior: url(iepngfix.htc); /* IE6 PNG Fix - requires blank.gif on same level as html */
}
html {
	height: 100%;
	width: 100%;
	background: url('../images/bg_gray-tile.jpg') repeat;
}
body{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	width: 100%;
	background: url('../images/bg_vtile.png') repeat-y center;
}
h1{
	margin: 15px 10px;
	text-align: center;
}
img {
	border: none;
}

#wrapper	{
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

	margin: 0 auto;
}
#container{
	width: 650px;
	height: 100%;
	margin: 0 auto;
	padding-left: 42px;
	/*background-color: #B96237;*/
}
html>body #container{
	width: 655px;
	padding-left: 35px;
}
#logo {
	float: left;
	padding: 32px 0 0 6px;
	width: 213px;
	height: 69px;
}
#header-right {
	/*float: right;*/
	margin-left: 220px;
	text-align: right;
}
#header-right p {
	padding: 28px 40px 4px 0; 
	color: #fff;
	letter-spacing: .2px;
}
html>body #header-right p{
	padding: 28px 48px 4px 0; 
}
#nav {
	display: inline;
	float: right;
	width: 380px;
	padding: 13px 35px 6px 0px;
	background-image: url('../images/bg-alpha50.png');
}
html>body #nav {
	padding: 13px 42px 6px 17px;
	width: 360px;
}
#nav ul{
	list-style-type: none;
}
#nav ul li, #nav ul li a{
	display: inline;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
#nav ul li a:hover, #nav ul li a.selected{
	text-decoration: underline;
}
#content-area{
	clear: both;
	padding: 15px 0;
	margin: 0;
	/*background-color: #ccc;*/
}
html>body  #content-area{
	padding: 15px 12px;
}

#content-area p{
	line-height: 20px;
}

#footer{
	clear: both;
	margin: 0; 
	margin-left: 6px;
	overflow: auto; 
	width: 575px; 
	padding: 15px 5px; 
	/*border-color: #000;*/
}
#footer p{
	margin: 0 auto; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#ccc; 
	font-size: 10px; 
	text-align:center; 
}