/* CSS Document */
BODY {
	font-family: century, garamond,  "Times New Roman", Times, serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	background-image: url(../images/guitar.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}



input, table {
	font-size: 100%;
}
* {
	font-family:  century, garamond, "Times New Roman", Times, serif;
}

#dropmenudiv {
	position: absolute;	
	font-size: 12px;
}

a {
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	font: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font: italic;
	text-decoration: none;
}

#nav {
	float: left;
	clear: both;
	width:100%;
	font-size: 12pt;
	font-style: italic;
	text-align:center;
	margin-bottom: 30px;
}

#page {
	float: left;
	clear: both;
	width:100%;
}
#image {
	float: left;
	width: 360px;
}
#content {
	float: left;
	width: 500px;
	text-align:left;
}
#footer {
	float: left;
	clear: both;
	width:100%;
	text-align: center;
	font-size: 95%;
}

.photo {
	float: left;
	margin: 0px 10px 10px 0px;
}