@charset "UTF-8";
html {
	/* forces a page to show a scrollbar so that the centering doesn't go wonky */
	height: 100%;
	margin-bottom: 1px;
}
img {
	/* removes the ugly border around img tags to allow for strict xhtml validation */
	border-style: none;
}
body {
	/*sets main body text formatting*/
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #777777;
	/*background-color: #336699;*/
	/*background-color: #254A6D;*/
	line-height: 1.5em;
	font-weight: normal;
}
table {
	/* forces all tables to appear centered */
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-position: top;
}
.nav_text {
	/* sets nav area text formatting */
	color: #151515;
	padding-top: 8px;
	font-family: Arial, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 14px;
}
.nav_text a {
	/* customizes the nav area's links */
	color: #151515;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.nav_text a:link {
	/* kills the auto-underline */
	text-decoration: none;
}
.nav_text a:hover {
	/* sets the nav link hover color */
	color: #CC3333;
	text-decoration: underline;
}
h1 {
	/*text-shadow: 0px 0px 1px #333;*/
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #151515;
}
h2 {
	/* on pages with subheadings inline, this sets the styling of those headings */
	margin-top: 25px;
	font-weight: bold;
	font-size: 14px;
	color: #151515;
}
#wrapper {
	/* establish the overall page width */
	width: 900px;
	margin: auto;
	text-align: center;
}
#title {
	/*background-image: url(graphics/siteImages/title.png);*/
        background-image: url(graphics/siteImages/title01.png);
	/*height: 106px;*/
	height: 128px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
#navigation {
	background-image: url(graphics/siteImages/nav01.png);
	background-repeat: no-repeat;
	height: 39px;
	background-position: center;
	text-align: center;
	line-height: normal;
}
.nav_text {
	color: #151515;
	padding-top: 8px;
	font-family: Arial, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 14px;
}
.nav_text a {
	color: #151515;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.nav_text a:link {
	text-decoration: none;
}
.nav_text a:hover {
	color: #CC3333;
	text-decoration: underline;
}
/*.nav_text a:visited {
	text-decoration: none;
}*/
#top {
	background-image: url(graphics/siteImages/top.png);
	background-repeat: no-repeat;
	height: 5px;
	margin-bottom: 0px;
	margin-top: 18px;
	background-position: center;
}
.article_wrapper {
	/* sets the margin and indentation of the blog post body text */
	margin-left: 20px;
	margin-right: 20px;
}
.date_text {
	/* on pages with subheadings inline, this sets the styling of those headings */
	margin-top: 35px;
	font-weight: bold;
	font-size: 14px;
	color: #151515;
	text-transform: uppercase;
}
#middle {
	background-image: url(graphics/siteImages/middle.png);
	color: #151515;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Arial, Sans-serif;*/
	font-family: "Lucida Grande", Arial, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#middle a:hover {
	color: #CC3333;
}
#bottom {
	background-image: url(graphics/siteImages/bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: center;
}
a {
	color: #151515;
}
a:link {
	color: #151515;
}
a:hover {
	color: #FFFF66;
}
.page_title {
	font-weight: bold;
	font-size: 14px;
	color: #151515;
}
.fine_print {
	font-size: 9px;
	color: #FFFFFF;
	line-height: 1.4em;
}
.fine_print a {
	color: #FFFFFF;
}
.fine_print a:link {
	color: #FFFFFF;
}
.fine_print a:hover {
	color: #FFFF66;
}
.float_left {
	/* used to float images to the left of the enclosing div tag */
	float: left;
	padding-right: 20px;
}
.centered {
	/* centers stuff I tell it to */
	text-align: center;
	margin: auto;
}
.block100h {
	/* sets the vertical height for my guitar pic div area */
	height: 100px;
}
.separator {
	/* a simple little line to work as a section divider */
	height: 1px;
	background-repeat: repeat;
	background-image: url(graphics/siteImages/separator.png);
}