@charset "UTF-8";

#background_container {
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
	height: 925px;
}
#wrapper {
	width: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-top: 260px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_wrapper {
	width: 500px;
	position: relative;
	background-image: url(../images/noflash.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
#content_container {
	width: 370px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #72A2A4;
	padding-top: 130px;
	padding-right: 30px;
	padding-left: 100px;
}
#content_container a:link, #content a:visited {
	text-decoration: underline;
	color: #72a2a4;
	font-weight: bold;
}

