@charset "UTF-8";
/* CSS Document */
body {
	background-color: #3d3d3b;
	color: #e3e3d3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#wrap {
	width: 856px;
	height: 632px;
	margin: 20px 0 0 0;
	position: absolute;
	left: 50%;
	margin-left: -431px;
	background-image:url(../_assets/hp_bkg.jpg);
}
#hp_header {
	height: 60px;
}
#hp_menu {
	position: absolute;
	top: 337px;
	left: 4px;
}
#hp_menu a {
	font-size: 1em;
	border-right: 1px dotted #000;
	padding: 4px 14px;
	text-decoration: none;
	color: #e3e3d3;
	letter-spacing: 2px;
}
#hp_menu a:hover {
	color: #fff;	
}
#hp_menu a.last {
	padding: 4px 0 4px 14px;
	border-right: 0 solid #3d3d3b;
}
#hp_content {
	position: absolute;
	top: 384px;
	left: 644px;
	height: 240px;
	width: 190px;
}
#hp_content img {
	border: 1px solid #e3e3d3;	
}
#hp_content p {
	font-size: .85em;	
	margin-top: 0;
}
#quote { 
	font-size: 2em;
	position:absolute;
	left:0; 
	padding-left:40px;
	top: 440px;
	width: 300px;
}