body{
	background: #d9d9d9 url(../elements/dd-bg.png) repeat-x;
	color: #333;
}

#header{
	height: 120px;
	background: url(../elements/dd-bg-top.jpg) no-repeat;
}

#content {
	height: 420px;
	background: url(../elements/dd-bg-mid.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
}

#footer{
	height: 60px;
	background: url(../elements/dd-bg-bottom.jpg) no-repeat;
	font-size: .8em;
	color: #999;
	text-align: center;
	padding-top: 30px;
	text-transform: uppercase;
	letter-spacing: .2em;
}


/* @group navigation */

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	text-indent: -5000px;
}

#mainNav{
	position: relative;
	top: 24px;
}

#menu li, #menu a {
	height: 50px;
	display: block;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
}

#home{
	background: url(../elements/logo.png) no-repeat 0 0;
	left: 70px;
	width: 198px;
}
#news {
	background: url(../elements/news.png) no-repeat 0 0;
	left: 268px;
	width: 81px;
}

#resume {
	background: url(../elements/resume.png) no-repeat 0 0;
	left: 349px;
	width: 96px;
}

#gallery {
	background: url(../elements/gallery.png) no-repeat 0 0;
	left: 444px;
	width: 107px;
}

#audio {
	background: url(../elements/audio.png) no-repeat 0 0;
	left: 551px;
	width: 89px;
}

#contact {
	background: url(../elements/contact.png) no-repeat 0 0;
	left: 640px;
	width: 119px;
}

#news a:hover, #news a:focus {
	background: url(../elements/news.png) no-repeat 0 -50px;
}

#resume a:hover, #resume a:focus {
	background: url(../elements/resume.png) no-repeat 0 -50px;
}

#gallery a:hover, #gallery a:focus {
	background: url(../elements/gallery.png) no-repeat 0 -50px;
}

#audio a:hover, #audio a:focus {
	background: url(../elements/audio.png) no-repeat 0 -50px;
}

#contact a:hover, #contact a:focus {
	background: url(../elements/contact.png) no-repeat 0 -50px;
}

#news.current {
	background: url(../elements/news.png) no-repeat 0 -100px;
}

#resume.current {
	background: url(../elements/resume.png) no-repeat 0 -100px;
}

#gallery.current {
	background: url(../elements/gallery.png) no-repeat 0 -100px;
}

#audio.current {
	background: url(../elements/audio.png) no-repeat 0 -100px;
}

#contact.current {
	background: url(../elements/contact.png) no-repeat 0 -100px;
}

/* @end */

a:link, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover, a:focus{
	color: #800000;
	text-decoration: underline;
}

a:link.footer, a:visited.footer{
	color: #999;
}

a:hover.footer, a:focus.footer{
	color: #800000;
	text-decoration: underline;
}

.center{
	text-align: center;
}

.full{
	width: 840px;
}

.title{
	font-weight: bold;
}

.audio{
	top: 50px;
	position: relative;
}