body {
	text-align: center;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-width: 780px;
	background-attachment: fixed;
	background-image: url(/images/bg_metalbird.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#main {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
#banner {
	width: 100%;
	height: 70px;
}
#nav {
	width: 750px;
	margin: 0 auto;
	background-color: #000000;
	height: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#nav2 {
	width: 750px;
	margin: 0 auto;
	background-color: #000000;
	height: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	position: relative;
}
#footer {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	text-align: left;
	position: relative;
	background-image: url(images/content_bg2.gif);
	padding-top: 15px;
}
.links a:link, .links a:visited {
	color: #999999;
	text-decoration: none;
}
.links a:hover, .links a:active {
	text-decoration: underline;
	color: #FFFFFF;
} 

.launch a:link, .launch a:visited {
	text-decoration: none;
}
.launch a:hover, .launch a:active {
	color: #FFFFFF;
	text-decoration: underline;
} 

#home .home a,
#bio .bio a,
#gallery .gallery a,
#videos .videos a,
#guestbook .guestbook a,
#music .music a,
#guitars .guitars a,
#contact .contact a {
	color: #FFFFFF;
	cursor:default;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 25px;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-variant: small-caps;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.callout {
	width: 400px;
	background-color: #f89e98;
	border: 2px solid #251709;
	margin-left: 15px;
	margin-bottom: 10px;
}
li {
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 30px;
}
.content {
	margin-left: 250px;
	background-image: url(/images/content_bg2.gif);
}
.secondaryContent {
	width: 245px;
	float: left;
}
.pullquote {
	background-color: #333333;
	float: right;
	width: 150px;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.pullquote h1 {
	font-size: 12px;
	text-align: right;
	margin-top: -15px;
}
.pullquote h2 {
	font-size: 10px;
	text-align: right;
	margin-top: -15px;
}
.pullquote ul {
	list-style-type: none;
	margin-left: -40px;
	padding-bottom: -25px;	
}
.pullquote p {
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:0px;
}
.pullquote li {
	font-size: 12px;
	line-height: 13px;
}
.pullquote a:link {
	text-decoration:none;
}
.pullquote a:visited {
	color: #cccccc;
	text-decoration:none;
}
.pullquote a:hover, .pullquote a:active {
	color: #cccccc;
	text-decoration:underline;
}
ol, ul {
	padding-left: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.notes {
	font-style: italic;
	padding-top: 15px;
	padding-bottom: 25px;
	font-weight: bold;
}
#footer p {
	font-size: 10px;
	line-height: 14px;
}
#footer h1 {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;	
}
.secondaryContent img {
	border: thin solid #000000;
}
a:link {
	color: #0099FF;
}
a:hover, a:visited, a:active {
	color: #3333CC;
}
.external {
	background-image:url(/images/externalLink.gif);
	background-position: right top;
	padding-right: 13px;
	background-repeat: no-repeat;
}