body {
	background-color: #80176b;
}
	
h3, h4, p, #footer, a:link, a:visited, a:active {
	color: #dfc5da;
}

p.downloadLink {
	margin: 10px 0 0 0;
	position: relative;
	clear: both;
}

#header {
	background: url(../../images/other/header.gif) no-repeat;
}

#nav {
	background: url(../../images/other/nav.gif);
}

#nav {
	background: url(../../images/other/nav.gif);
	width: 50px;
	height: 76px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: absolute; 
	top: 0;
	text-indent: -9999px;
}
#nav li, #nav a {
    width: 50px; 
	float:left;
	overflow:hidden;
}

#nav a {
	cursor: pointer;
}

#nav #link1 {top: 5px; height:18px;}
#nav #link1 a:hover {background: url(../../images/other/nav.gif) no-repeat -50px -5px;}

#nav #link2 {top: 23px; height:18px;}
#nav #link2 a:hover {background: url(../../images/other/nav.gif) no-repeat -50px -23px;}

#nav #link3 {top: 41px; height:18px;}
#nav #link3 a:hover {background: url(../../images/other/nav.gif) no-repeat -50px -41px;}

#nav #link4 {top: 59px; height:18px;}
#nav #link4 {background: url(../../images/other/nav.gif) no-repeat -50px -59px;}

a:link, a:visited, a:active {text-decoration:none;} 
a:hover {color: #fff; text-decoration:underline;} 