@charset "utf-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.gibson #container {
	width: 780px;
	height: 700px;
	background-image: url(../images/background_gibson.jpg);
	background-repeat: repeat-x;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	text-align: left;
	border: 1px solid #000000;
}

img.guitar {
	float:right;
	clear:right;
}

.gibson #header {
	width: 604px;
	background: none; 
	padding: 0;
	text-align: center;
	position:absolute;
	top: 20px;
	left: 20px;
/*	border: 1px solid #FFFF00;  */ 
}

img.competition {
	padding: 20px 0 5px 0;
}

.gibson #mainContent {
	width: 530px;
	padding: 0; 
	background: none;
	position:absolute;
	top: 270px;
	left: 20px;
	font-size: 80%;
/*	border: 1px solid #FF0000;  */ 
}

img.bottompic {
	padding: 20px 35px 0 0;
	border:none;
}

.gibson #footer {
	width: 630px;
	height: 20px;
	position: absolute;
	background:none;
	bottom: 20px;
	left: 20px;
	text-align: left;
	color: #000000;
	margin: 0;
/*	border: 1px solid #00CC00; */ 
}

.gibson #footer a, .gibson #footer a:visited, .gibson #footer a:active {
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #912807;
	text-decoration: none;
}

.gibson #footer a:hover {
	color: #FFFFFF;
}

a, a:visited, a:active {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

font.header {
	font-size: 110%;
	font-weight:bold;
}

font.headerBlack {
	font-size: 110%;
	font-weight:bold;
	color:#000000;
}

.fontbold {
	font-weight:bold;
}

.fontSmall {
	font-size: 75%;
}

.fontHeader {
	font-weight:bold;
	font-size: 120%;
	text-decoration:underline;
}

