html,textarea{
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}
html,body{
	width:100%;
	margin:0;
	padding:0;
	background-color:#ece6db;
}

a img{
	border:none;
}

#container{
	width:944px;
	margin:0 auto;
	background-color:white;
}

#head{
	position:relative;
	height:130px;
	background:url('/images/layout/head_bg.jpg') no-repeat right top;
}
#head .logo{
	margin-left:100px;
}

#head ul{
	position:absolute;
	top:20px;
	right:230px;
	width:200px;
	list-style:none;
	margin:0;
	padding:0;
}
#head ul li{
	font-size:0.8em;
}
#head ul li a{
	display:block;
	text-align:right;
	padding-right:15px;
	color:black;
	text-decoration:none;
	background:url('/images/layout/bullet_brown.gif') no-repeat center right;
}
#head ul li a:hover{
	text-decoration:underline;
}

#nav{
	position:relative;
	width:100%;
	height:15px;
	margin-top:5px;
	overflow:hidden;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li{
	float:left;
	margin-right:15px;
	padding-left:40px;
	background:url('/images/layout/nav_bullet_left.gif') no-repeat center left;
}
#nav ul li a{
}
#nav ul li a:hover,#nav ul li.selected a{
}

#nav a.contact-link{
	position:absolute;
	top:0;
	right:0;
	display:block;
	width:140px;
	height:15px;
	background:url('/images/layout/nav_contact us.gif') no-repeat center;
}
#nav a.contact-link span{
	display:none;
}

#content{
	padding:20px 60px;
}
#content h1{
	color:#402100;
	font-size:11pt;
	font-weight:bold;
	margin-left:-40px;
}

#foot{
	position:relative;
	height:80px;
}
#foot ul{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	right:5px;
	bottom:5px;
	width:200px;
	height:12px;
}
#foot ul li{
	float:right;
	margin-left:10px;
}
#foot a.rpm{
	position:absolute;
	right:-15px;
}


#contact-us p{
	margin:5px 0 0 0;	
}
#contact-us p label{
	display:block;
	width:150px;
	float:left;
	font-weight:bold;
}
#contact-us p.foot{
	padding-left:150px;
}
#contact-us p.dummy{
	display:none;
}