body {
	margin: 0px;
	padding: 0px;
	background: url('../images/back-black.gif') repeat-y left top;
}

#pageContainer {
	width: 900px;
	height: 600px;
	margin: 0px auto;
	/*cursor: pointer;*/
	background: url('../images/backdrop.gif') no-repeat left top;
}

#contentarea {
	width: 850px;
	padding-left: 15px;
	padding-right:15px;
	height: 550px;
	padding-top: 50px;
}

#contentarea #flashcontent {
	float: left;
	height: 500px;
	width: 460px;
	margin-right: 160px;
}

#contentarea h1 {
	margin: 0px 0px 20px 0px;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
}

#contentarea h1.fontback {
	background: url('../images/contact_es_headback.gif') no-repeat left top;
	width: 185px;
	height: 25px;
	font-size: 0px;
	line-height: 25px;
	display: block;
	position: relative;
	margin-left: 615px;
	vertical-align: baseline;
	color: #fff;
}

#contentarea p {
	margin: 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

#contentarea a,
#contentarea a:link,
#contentarea a:visited {
	color: #000;
	text-decoration: none;
}

#contentarea a:hover {
	text-decoration: underline;
}

#contentarea a:active {
	text-decoration: none;
}

#logo {
	position: absolute;
	background: url('../images/logo_large.gif') no-repeat 100px top;
	width: 320px;
	height: 60px;
}
