@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background_casset_tapes.gif);
	background-repeat: repeat;
	margin-top: 25px;
	text-align: center;
}
html, body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	height: 800px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#header {
	height: 60px;
	width: 800px;
	background-image: url(images/main_header_text_630x60.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 50px;
}
#mainContent {
	float:left;
	height: 525px;
	width: 800px;
	background-image: url(images/index_mainBackground_800x525.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 50px;
}
#mainNav {
	height: 350px;
	width: 800px;
	margin-left: 50px;
	float: left;
	margin-top: -175px;
	clear: none;
	background-image: url(images/mainNav_backgroundCOLORS_800x350.png);
	background-repeat: no-repeat;
}
#rightdrawing {
	float: right;
	height: 700px;
	width: 440px;
	margin-top: -700px;
}
#leftdrawing {
	float: left;
	height: 700px;
	width: 440px;
	margin-top: -700px;
}
#footer {
	height: 100px;
	width: 800px;
	margin-left: 50px;
	clear: both;
	color: #666;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 11pt;
}
#footer img {
	float: left;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer p {
	padding-top: 20px;
	text-align: justify;
	padding-left: 235px;
}
</style>
