/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
body {
	background-image:url(../images/futon_cad_bkg.gif);	
}
p, h1, h2, h3, h4, h5, h6, ul, li, td, th {
	color:#6f6f6f;
}
#main {
	position:relative;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px dashed #6a5736;	
	background-color:#ffffff;		
}
#content {
	position:absolute;
	top:218px;
	width:760px;
	color:#999999;				
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:184px; 
	background-image:url(../images/header.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	border-bottom:1px dashed #6a5736;	
}
#header #home {
	position:absolute;
	top:35px;
	left:75px;
	border:none;
}
/*width of nav*/
#top_nav, #top_nav_drop, #top_nav_drop_2  {
	width:650px;
	height:25px;
}
#top_nav_drop {
	background-color:#a3a3a3;
	position:absolute;
	top:173px;
	left:3px;
}
#top_nav_drop_2 {
	background-color:#d5d5d5;
	position:absolute;
	top:175px;
	left:5px;
}
#top_nav {
	position:absolute;
	top:170px;
	left:0px;
	background-color:#ffffff;	
	border-top:1px dashed #6a5736;	
	border-right:1px dashed #6a5736;	
	border-bottom:1px dashed #6a5736;		
}
#top_nav ul {
	margin-left:10px;
}
#top_nav ul li {
	list-style:none;	
	float:left;	
}
#top_nav ul li a {	
	text-decoration:none;
	color:rgb(107,86,52);	
	font-size:15px;	
	padding-right:5px;
	display:block;	
}
#top_nav ul li a .a_pipe {
	font-size:8px;
	position:relative;
	top:2px;
	border-left:1px dotted rgb(107,86,52);
	margin:2px 0px 0 7px;	
}
#top_nav ul li a:hover {	
	color:rgb(181,172,134);
	color:#b5ac56;
	color:rgb(181,171,135);	
}
#top_nav ul li a .nav_text {
	font-family:"Times New Roman", Times, serif;
	position:relative;
	top:4px;	
	font-size:16px;
}
#footer {
	position:absolute;
	bottom:0px;
	width:760px;
	height:17px;
	border-top:1px dashed #6a5736;	
	/*background-color:#b5ab87;*/
	background-image:url(../images/bkg_grad3.gif);	
	background-position:bottom;		
	text-align:center;
	color:#0f0400;	
	font-size:9px;
	padding-top:3px;
	z-index:10;
	
	
}
#footer a .nav_text .pipe {
	margin:0 -1px 0 1px;
}
#footer a {
	font-size:9px;
}
#footer a {
	color:#0f0400;
	text-decoration:none;	
}
#footer a:hover {
	color:rgb(107,86,52);
}
#inst, #sofa, #matt {
	background-image:url(../images/head_nav_bkg.jpg);	
	height:20px;
	font-size:11px;
}
#inst a, #sofa a, #matt a {
	color:#7c6d46;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0px;
}
#inst a:hover, #sofa a:hover, #matt a:hover {
	color:#b5aea4;
	color:rgb(181,171,135);
}
#inst {
	position:absolute;
	top:44px;
	left:205px;
	width:190px;	
}
#sofa {
	position:absolute;
	top:44px;
	left:396px;
	width:200px;	
}
#matt {
	position:absolute;
	top:44px;
	left:577px;
	width:150px;	
}
#crumbs {
	position:absolute;
	top:197px;
	left:5px;
	width:755px;
	
}
#crumbs ul {
	margin:5px 0 5px 5px;
}
#crumbs ul li {
	list-style:none;	
	float:left;
	color:#b5ac56;
	color:rgb(181,171,135);
	font-size:10px;
	margin-right:5px;
}
#crumbs ul li a {	
	text-decoration:underline;
	color:#6b5634;	
	font-size:10px;	
}
#crumbs ul li a:hover {	
	color:#b5ac56;	
	color:rgb(181,171,135);
}
#crumbs ul li .gt {
	color:#6b5634;
}
a {	
	font-size:10px;
	color:#6b5634;	
}
a:hover {	
	color:#b5ac56;
	color:rgb(181,171,135);
}
img {
	border:none;
}