@CHARSET "ISO-8859-1";

h1 {
	color : #E7915A;
}

#mediaSlot {
	background : url(../_backgrounds/test2.jpg);
}

.verifyImage {
	margin-top : 10px;
}

#contactTable {
	/*background-color : #EEE;*/
	border : 1px solid #7D5B3B;
	margin : 5px 0px 20px 20px;
	color : #FFF;
}

#information { 
	border-bottom : 1px dashed #5F80BF;
	margin-bottom : 15px;
}

#contactForm {
	float : left;
	margin-right : 5px;
}

dl {
	font-size : 85%;
}

dl a {
	color : #7A91D6;
}

dd {
	margin-top : 3px;
	margin-bottom : 5px;
}

#watermark {
	margin-top : 10px;
	height : 70px;
	width : 100%;
	background : url(../../media/images/ltwBackground.png) repeat-x;
	position : absolute;
	left : 0px;
	z-index : -10;
	filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;
}