body {
	background: url(images/body_bg.png) repeat;
}

a:link, a:visited {
	color: #ff9900;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
	color: yellow;
}

#container { 
	background: #0066cc url(images/content_bg.png) repeat-y;
}

#pageHeader {
	background: url(images/header_bg.png) repeat left center;
}

#pageHeader h1 {
	color: #f93;
}

#footer { 
	background: no-repeat url(images/footer_bg.png);
}

#navcontainer #current {
	background: url(images/button_on.png) no-repeat;
}

#navcontainer .currentAncestor {
	background: no-repeat url(images/button_on.png);
}

#navcontainer a {
	color: #ff8800;
	background: url(images/button_off.png) no-repeat;
}

#navcontainer a:hover {
	background: url(images/button_over.png) no-repeat;
}

#navcontainer ul ul a {
	font-weight: normal;
	font-style: normal;
	background: url(images/sub_menu.png) no-repeat 0 0;
}

#navcontainer ul ul a:hover{
	background: url(images/sub_menu.png) no-repeat 0 0;
	font-weight: normal;
	font-style: normal;
}

#navcontainer ul ul #current{
	background: url(images/sub_menu.png) no-repeat 0 0;
}

#navcontainer ul ul .currentAncestor {
	background: url(images/sub_menu.png) no-repeat 0 0;
	color: yellow;
}

#navcontainer ul ul ul a{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul a:hover{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul #current{
	background: url(images/audio_menu.png) no-repeat 0 0;
}

#navcontainer ul ul ul .currentAncestor {
	background: url(images/sub_menu.png) no-repeat 0 0;
}

blockquote, .standout {
}

h1 {
	color: #f93;
	font-weight: normal;
	font-style: normal;
}

h2 {
	color: #f93;
}

h3 {
	color: #f93;
}

h4 {
	color: #f93;
}

.blog-entry-title {
	color: #f80;
	text-decoration: none;
}

.blog-entry-date {
	color: #f93;
}

.album-title {
	color: #f93;
}
.photo-navigation {
	background-image: url(images/photo_header_bg.png);
}

.photo-title {
	color: #f93;
}

.movie-page-title {
	color: #f93;
}


#pageHeader h1, #navcontainer a, .blog-entry-title, .filesharing-item-title a:link, .album-title, .photo-title, .movie-page-title, .movie-title, h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}


		
		