html {
	overflow-y: scroll;
	background-color:rgb(71, 47, 57); 
	background-image:url(/resources/images/layout-bg.gif);
	background-repeat:no-repeat;
	background-position-y: -50px;
	background-position-x: -180px;
}
*:focus { outline: 0; }

body { 
	
	font-family: arial,helvetica,sans-serif; color: #a39f9a;
	color:black;
	font-size: 62.5%;
}

.navigation-container{height:400px;}
#doc2 {
	width:950px;
	background-color:#ffffff;
	margin-top:140px;
	border:2px solid #cccccc;
	position:relative;
	background-image:url(/resources/images/homepage-800.jpg);
	background-repeat:no-repeat;
	background-position:150px 10px;
}
#hd {
	height:67px;
	background-image:url(/resources/images/logo-type.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#bd {
}
.content-container, .content-right, .content-inner {height:400px;}
.content-right{
	background-image:url(/resources/images/logo.png);
	background-repeat:no-repeat;
	background-position:103px 309px;
	margin-right:0px;
}
.navigation {
	margin-left:28px;
	width:166px;
}
.navigation li {
	margin:0px 0px 30px;
}
.navigation li a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#B3AEA8;
	font-size:1.6em;font-weight:bold;
}

li.active a {color:#434244}