a:link  {
	color: #7f2e13;
	text-decoration: none;
	}

a:hover  {
	color: #7f2e13;
	text-decoration: underline;
	}

 a:active {
	color: white;
	text-decoration: underline;
	background-color: #7f2e13;
	}

a:visited {
	color: #4c4c4c;
	text-decoration: none;
	}


#banner {
	background: url(../../images/header_bg.png) repeat-x;
}

#banner #insert {
	/*background: url(../../images/computer_header.png) no-repeat;*/
	background: url(../../images/VRi_header.png) no-repeat;
	
}

#pageHeader {
	border-top-color: #147a7f;
}

#navcontainer #current {
	background: #37047f;
}

#navcontainer #current:hover {
	background: #147a7f;
	color: #ffffff;
}

#navcontainer .currentAncestor {
	background: #0d585b;
	color: #ffffff;
}

#navcontainer a:hover {
	background: #147a7f;
}

#navcontainer ul ul #current{
	background: #37047f;
}

#navcontainer ul ul .currentAncestor {
	background: #0d585b;
}

#navcontainer ul ul ul #current{
	background: #37047f;
}

#navcontainer ul ul ul .currentAncestor {
	background: #0d585b;
}

#navcontainer ul ul  ul ul #current{
	background: #37047f;
	color: white;
}

#navcontainer ul ul ul ul .currentAncestor {
	background: #0d585b;
	color: whitesmoke;
}

blockquote {
	background: #7a8213;
}

.blog-entry-title a {
	color: #1e77d3;
}

.album-title {
	color: #1e77d3;
}

.movie-page-title {
	color: #1e77d3;
}