/*-------------------------------------------------
GENERAL
-------------------------------------------------*/

body,td,th {
	font: 12px/1.25 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	/*background-image: url(images/attell_home_ref_desat.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	position: relative;
	background-color: #554466;
	margin: 0;
	padding: 0; 
}

p {
	margin: 0 0 8px 0;
}
a:link {
	color: #990100;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990100;
}
a:hover {
	text-decoration: underline;
	color: #CC2201;
}
a:active {
	text-decoration: none;
	color: #CC2201;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/
#contentHolder {
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 810px;
	margin: 0 auto 0 auto;
	padding: 0;
}


/*-------------------------------------------------
HEADER
-------------------------------------------------*/
#contentHolder #title {
	position: relative;
	top: 4px;
	left: 174px;
	color: white;
	z-index: 2;
}
#title h1{
	display: hidden;
	margin: 0;
	padding: 0;
}
#title a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 422px;
	height: 140px;
	margin: 0;

}

#contentHolder #audio{
	display: none;
	position: absolute;
	top: 23px;
	left: 612px;
	color: white;
	z-index: 3;
}
#audio a{
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/header_audio_launch.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 182px;
	height: 114px;
	margin: 0;
}


/*-------------------------------------------------
IMAGES
-------------------------------------------------*/
img{
	border: 1px solid #FFF;
}


/*-------------------------------------------------
FOOTER
-------------------------------------------------*/
#footer {
	font: 10px/1.25 "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}
#footer a:link{
	color: #FFF;
}

#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}

#footer a:active {
	color: #FFF;
}


#footer #browser{
position: fixed;
top:0;
z-index: 100;
	margin: 4px 0 0 0;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 4px solid #000000;
	padding: 4px;
	text-align: center;
	color: #333;
	font-size: 26px;
}
#footer #browser a{
	color: #9A0000;
}
/* IE 5 Mac misses the end-of-comment
   because of the backslash
\*/
#footer #browser {
	display: none;
}
/* IE5 Mac sees the end of this comment
*/

