*	{
	margin: 0;
	padding: 0;
}

body	{
	font: 69%/1.5 "lucida grande", verdana, arial, sans-serif;
	color: #eee;
}

p	{
	margin: 1em 0;
}

#wrapper	{
	height: 265px;
	position: absolute;
	top: 50%;
	margin-top: -180px;
	width: 100%;
	
}

#main	{
	background: #000 url(../images/guitar.jpg) no-repeat right center;
	height: 231px;
	margin: 1px 0;
}

#content	{
	margin-left: 3em;
	padding-right: 2em;
	position: relative;
	top: 2em;
	width: 35em;
	height: 190px;
	overflow: auto;
}

h1	{
	width: 100%;
	height: 15px;
	background: url(../images/logo.gif) no-repeat right top;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: solid 1px #000;
	padding-bottom: .3em;
}

h2	{
	width: 78px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 1em;
	background: url(../images/latestnews.gif) no-repeat left top;
}

p.date	{
	margin: 0 0 -.5em 0;
	font-weight: bold;
}

p.photo_credit	{
	position: absolute;
	bottom: -30px;
	right: 1em;
	color: #9c9c9c;
}

.section	{
	margin-bottom: 3em;
}

* html p.photo_credit	{
	bottom: 0px;
}

#footer	{
	width: 100%;
	border-top: solid 1px #000;
}

#footer p	{
	margin-left: 3em;
	color: #333;
}

a:link		{ color: #999; text-decoration: underline; }
a:visited	{ color: #999; text-decoration: underline; }
a:hover		{ color: #ccc; text-decoration: underline; }
a:active	{ color: #ccc; text-decoration: underline; }

#footer a:link		{ color: #666; text-decoration: none; }
#footer a:visited	{ color: #666; text-decoration: none; }
#footer a:hover		{ color: #333; text-decoration: underline; }
#footer a:active	{ color: #666; text-decoration: none; }