@charset "utf-8";
/* CSS Document */

body{
	background:#6e2201;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
a{
	border:none;
	outline:none;
}

/* header styles*/
.nav_bottom_bg{
	background:url("../graphics/navbottom_repeat.jpg") repeat-x;
	height:27px;
}

/* body styles */
.main_body_bg{
	background:url("../graphics/body_bg.jpg") repeat-y;
	width:950px;
}
.heading1{
	font-size:18px;
	color:#44362c;
	font-weight:normal;
	padding-left:7px;
}
.text{
	font-size:12px;
	font-weight:normal;
	color:#373027;
	line-height:14px;
	padding:10px 7px 12px 8px;
	text-align:justify;
}
.link{
	font-size:12px;
	font-weight:normal;
	color:#aa4527;
	text-decoration:none;
}
.link:hover{
	font-size:12px;
	font-weight:normal;
	color:#aa4527;
	text-decoration:underline;
}

/* footer styles */
.footer_link{
	font-size:13px;
	color:#8f3c0a;
	text-decoration:none;
	font-weight:bold;
}
.footer_link:hover{
	font-size:13px;
	color:#8f3c0a;
	text-decoration:underline;
	font-weight:bold;
}
.footer_link_selected{
	font-size:13px;
	color:#8f3c0a;
	text-decoration:underline;
	font-weight:bold;
}
.text_seprator{
	font-size:13px;
	color:#8f3c0a;
	font-weight:bold;
	padding-right:20px;
	padding-left:20px;
}
.copyright{
	font-size:12px;
	font-weight:normal;
	color:#aa4527;
	text-decoration:none;
}

/* instrument page css*/
.border{border:1px solid #b5975b; border-top:none;}
.ins_name{
	font-size:13px;
	color:#8f3c0a;
	font-weight:normal;
	padding-left:7px;
	text-decoration:none;
}
.ins_name:hover{
	text-decoration:underline;
}
.maker_bio{
	font-size:18px;
	color:#8f3c0a;
	font-weight:normal;
	padding-left:7px;
	text-decoration:none;
}
.maker_bio:hover{
	text-decoration:underline;
}


/* extra styles */
.padding_right{
	padding-right:3px;
}