@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
}
#banner {
position:relative;
background-color:#999999;
width:800px;
height:150px;
border:thin solid #000000;
}
#navigation{
position:relative;
width:725px;
height:78px;
}

#content {
position:relative;
background-image:url(body.jpg);
background-color:#FF66CC;
width:800px;
height:600px;
border:thin solid #000000;
}

#content2 {
position:relative;
background-image:url(body.jpg);
background-color:#FF66CC;
width:800px;
height:600px;
border:thin solid #000000;
}

#copyright{
position:relative;
background-color:#a84087;
width:800px;
height:50px;
border:thin solid #000000;
padding-top:5px;
}
#apDiv1 {
	position:absolute;
	width:583px;
	height:431px;
	z-index:1;
	left: 106px;
	top: 70px;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
