@import url("/elements/css/screen/base.css");

h1 {
	background-image:url("/elements/imgs/home/logo.gif");
	background-position:center;
	background-repeat:no-repeat;
}

h1 span {
	display:none;
}

#content {
	width:591px;
	color : #FFFFFF;
}


#content {

	margin-left : 18em;

	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left : 21em;

}


html>body #content {margin-left : 18em}
*:first-child+html body #content {margin-left : 19em}

#references {
	width:385px;
	height:600px;
	float:left;
}
html>body #references {
	height:auto;
	min-height:600px;
}
*:first-child+html body #references {
	height:auto;
	min-height:600px;
}

#references .replacement {
	margin-left:10px;
	margin-top:65px;
	width:360px;
	font-size:120%;
}

#references UL {
	margin:0;
	margin-right:10px;	
	padding:0;
	list-style-type:none;
}
#references .ref {
	padding-left:55px;
	margin-bottom:20px;
	clear:both;
	height:60px;
	position:relative;
}
HTML>BODY #references .ref {
	height:auto;
	min-height:60px;
}
*:first-child+HTML BODY #references .ref {
	height:auto;
	min-height:60px;
}
#references .icon {
	position:absolute;
	left:0;
	top:0;
}
#references .ref A{
	color:#FFFFFF;
}





#headlines {
	color : #CCCCCC;
	width:206px;

	margin:0;
	padding:0;
	margin-top:65px;
	list-style-type:none;
	
	float:left;
	font-size:110%;
}

#headlines LI{
	padding:0 20px 40px 20px;
}

#headlines H2{
	text-transform:uppercase;
	color : #FF9933;
	font-size:100%;
	font-weight:bold;
}
#headlines P{
	margin:0;
}
#headlines A{
	color:#CCCCCC;
}
#headlines .more A{
	text-decoration:none;
	font-weight:bold;
	color:#FF9933;
}

#headlines A:hover{
	text-decoration:underline;
}