@charset "UTF-8";
/* CSS Document */
	
body {
	margin: 0px 0;
	padding: 0;
	font: 0.75em Helvetica,Arial,sans-serif;
	color: #ccc;
	line-height: 1.4em;
	background-image: url(images/bg2.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #de4c36;
}


.content {
	color: #808080;
	padding: 0;
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: White;
	border-left-color: White;
	position: relative;
	top: 20px;
	background-color: #EEF6E0;
	margin-bottom: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: White;
}
#apDiv1 {
	left:0px;
	top:20px;
	width:750px;
	height:150px;
	z-index:1;
	background-image: url(images/Logo4.png);
	overflow: visible;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
}
#apDiv2 {
	left:0px;
	width:750px;
	height:50px;
	z-index:2;
	position: relative;
	top: 20px;
}
#apDiv3 {
	top:20px;
	width:750px;
	z-index:3;
	left: 0px;
	position: relative;
	height: 450px;
}
#apDiv4 {
	left:0px;
	top:7px;
	width:750px;
	height:50px;
	z-index:4;
	position: relative;
}
