body {
	background-color: #000;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
}
body a:link, body a:hover, body a:active, body a:visited {
	color: #CCCCCC;
}
img {
	border:0px;
}
.frontPageIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #656565;
}
.pageTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #656565;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #656565;
	margin-top: 0px;
	padding-top: 10px;
}
.div1 {
	width:1000px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
}
.div2 {
	width:1000px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}
.div2 ul {
	list-style:none;
	margin-top:0px;
	padding-top:8px;
	text-align:right;
}
.div2 li {
	font-family:Arial, Helvetica, sans-serif;
	display:inline;
	margin-right:20px;
	font-size: 13px;
}
.div2 li a:link, .div2 li a:visited, .div2 li a:active {
	color:#BFBFBF;
	text-decoration: none;
}
.div2 li a:hover {
	color:#fff;
}
.div3 {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.div3Left {
	float:left;
	width:300px;
	text-align:center;
}
.div3Right {
	margin-left:320px;
}
.div4 {
	width:1000px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	clear: both;
	font-size: 12px;
	text-decoration: none;
	padding-top: 40px;
	color: #656565;
}
.div4, .div4 a:link, .div4 a:visited, .div4 a:hover, .div4 a:active {
	color: #656565;
}
.albums {
	width:200px;
	height:250px;
	float:left;
	text-align: center;
}
.links {
	height:85px;
	margin-top:5px;
}
.links img {
	float:left;
	padding-right:4px;
}


.triangle-isosceles {
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#F5F5F5; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#666 ));
	background:-moz-linear-gradient(top, #ccc, #666 );
	background:-o-linear-gradient(top, #ccc, #666 );
}
.triangle-isosceles:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-15px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#666 transparent;
}



