/* Cascading Style Sheet Document 
	Boonstra Gipsy Jazz Guitars
	Version Release: 1.00
	® All rights reserved.
	© Copyright 2006, Boonstra Gipsy Jazz Guitars.
*/

body{
	background-color: #000000;
	margin: auto 2px auto 2px;
	overflow:hidden;
	
}

table#container{
	background-color: #000000;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	width: 720px;
}

table#container td#banner{
	height: 182px;
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;

}

table#container td#nav{
	background-color: #4B1D0D;
	height: 34px;
	font-family: Impact, fantasy;
	font-size:18px;
	letter-spacing: -1.0px;
	

	
	color: #FFFFFF;
	border-top-color:#FFFFFF;
border-top-width:2px;
border-top-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:2px;
border-bottom-style:solid;
border-left-color:#FFFFFF;
border-left-width:2px;
border-left-style:solid;
border-right-color:#FFFFFF;
border-right-width:2px;
border-right-style:solid;
border-collapse:collapse;
}
#navigation a{
	float: left;
    padding-top: 5px;
	padding-bottom:5px;
	padding-left: 3px;
	padding-right: 2px;
	display: table-cell;
	color: #FFFFFF;
	text-decoration: none;	
	font-family: Impact, fantasy;
	font-size:18px;
	letter-spacing: -1.0px;
	
}
#navigation a.over:hover{
	font-family: Impact, fantasy;
	font-size:18px;
	letter-spacing: -1.0px;
	color: #4B1D0D;
	background-color: #FFFFFF; /*#949ABC;#C2CEE3;*/
	
	opacity:.35;
	filter: alpha(opacity=35); 
	-moz-opacity: 0.35;
}
table#container td#information{
}

table#container td#underbar{
	background-color: #4B1D0D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight: bold;	
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color:#FFFFFF;
	border-top-style: solid;
	border-top-width: 2px;
	height: 20px;
}

.tweedelink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.tweedelink.link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.tweedelink:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.tweedelink:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.tweedelink:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	color: #FFFFFF;
	text-decoration: underline;
}