body {
	font-family: "DIN", "News Gothic Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a1a2a2;
	padding: 0;
	margin: 0;
	background: #FFFFFF;
}

p {
	font-size: 12px;
	line-height: 1.6;
	z-index: 12;
	color: #757575;
	padding-bottom: 10px;
	}
	
a {
	color: #757575;
	text-decoration: none;
}
	
	a:hover {
	color: #b30311;
	}
	
	a.image:hover {
	}
	
	a.current {
		color: #b30311;
	}
	

	
h1 {
	font-size: 30px;
	font-family: "DIN", "News Gothic Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	color: black;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-transform: uppercase;
	}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: black;
	padding-bottom: 4px;
	letter-spacing: 0.2em;
	}
	
h3 {
	font-size: 12px;
	color: #b30311;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	line-height: 1.8em;
	}
	
h4 {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	}
	
h5 {
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: .1em;
	font-weight: normal;
	color: #757575;
	}
	
h5 a {
	color: #757575;
	}
	
h5 a:hover {
	color: #b30311;
	}

	
h2 a {
	color: #000;
	}
	
h2 a:visited {
	color: #000;
	}
	
h2 a:hover {
	color: #b30311;
	}
	

img {
	border-width: 0;
	padding: 0;
	margin: 0;
}

hr {
	width: 10%;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
} 

.logo {
	/*background-image: url(../../../../images/interface/BleachOnline-logo-web.png);*/
	background-image: url(../../images/Bleach-Logo-Waves2.png);
	height: 108px;
	width: 140px;
	background-position: top right;
	background-repeat: no-repeat; 
	}
	
#contents {
	font-size: 10px;
	color: #a1a2a2;
	letter-spacing: 0.3em;
	text-align: right;
	padding-top: 26px;
	}
	
#contents a {
	text-decoration: none;
	}
	
#contents a:hover {
	text-decoration: none;
	color: #b30311;
	}
	
.articleintro {
	font-size: 13px;
	color: #555;
	line-height: 1.8;
	font-weight: 200;
	font-style: italic;
	padding-bottom: 20px;
	padding-right: 0px;
	text-align: left;
	}
	
.articleintro a {
	color: #333;
	text-decoration: underline;
	}
	
.articleintro a:hover {
	color: #b30311;
	text-decoration: underline;
	}
	
.articlequestion {
	font-family: Helvetica, Arial, sans-serif;
	color: #b30311;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 4px;
	}
	
.pullquote {
	color: #b30311;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 200;
	text-transform: uppercase;
	}

#slideshow {
    position:relative;
    height:640px;
    width: 960px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 640px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 640px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}


#slideshow2 {
    position:relative;
    height:580px;
    width: 960px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 580px;
    background-color: #FFF;
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    height: 580px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

.footer {
	font-size: 10px; 
	margin-bottom: 20px;
	}


	
	
	
	
