#main
{
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana;
	width: 800px;
}

#main img
{
	border: 0px;
}

#main div.header
{
	background-image: url(../images/header.jpg);
	width: inherit;
	height: 205px;
	z-index: -1;
	text-align: center;
}

#main div.content
{
	background-image: url(../images/guitarhals_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 700px;
	position: relative;
	top: 10px;
	left: 100px;
}

#main div.text
{
	width: 700px;
}

#main div.textBigCenter
{
	font-size: 30px; 
	text-align: center;
	font-weight: bolder;
}

#main .footer
{
	color: #555555;
	font-size: 12px;
	text-align: inherit;
}

#main div.banner
{
	position: relative;
	top: 75px;
	left: 50px;
}

#main h1
{
	font-size: 20px;
}

#main h3
{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
	text-decoration: underline;
}

/* Link */

#main a:link {
	color: #ab6900;
	text-decoration: none;
}

#main a:active {
	color: #272016;
	background-color: #CCCCCC;
	text-decoration: none;
}

#main a:visited {
	color: #ab6900;
	text-decoration: none;
}

#main a:hover {
	color: #272016;
	text-decoration: none;
}

#main a:link.name
{
	color: #000000;
}

#main a:visited.name
{
	color: #000000;
}

#main a:hover.name
{
	background-color: #DDDDDD;
}

#main .nonLink {
	text-decoration: none;
	border: none;
}

/* menu */

#main div.menu
{
	height: 50px;
	width: 700px;
	text-align: left;
	font-size: 20px;
	position: relative;
	top: 90px;
	left: 50px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#main .menurepeat
{
	vertical-align: baseline;
	background-image: url(../images/button-repeat.jpg);
	padding: 12px 5px 12px 5px;
	margin: 0px;
	position: relative;
	top: 8px;
}

/* Table */

#main table
{
	width: 550px;
	border: dashed;
	border-color: #333333;
	border-width: 1px;
	font-size: 14px;
}

#main td.image
{
	text-align: right;
}
