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

/* AP Divs */

#container {
	position:relative;
	left:0px;
	top:-15px;
	width:900px;
	height:870px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/contact/contactbackground.jpg);
}
#flashmovie {
	position:absolute;
	left:233px;
	top:256px;
	width:175px;
	height:175px;
	font-size: 24px;
	text-align: center;
}
#presidentbox {
	position:absolute;
	left:445px;
	top:117px;
	width:414px;
	height:194px;
	background-image: url(images/contact/presidentbox.png);
}
#presidenttext {
	position:absolute;
	left:31px;
	top:71px;
	width:349px;
	height:86px;
}

#officersbox {
	position:absolute;
	left:445px;
	top:365px;
	width:414px;
	height:194px;
	background-image: url(images/contact/officersbox.png);
}
#officerstext {
	position:absolute;
	left:31px;
	top:71px;
	width:378px;
	height:81px;
}
#meetingbox {
	position:absolute;
	left:445px;
	top:608px;
	width:414px;
	height:194px;
	background-image: url(images/contact/meetingbox.png);
}
#meetingtext {
	position:absolute;
	left:31px;
	top:71px;
	width:359px;
	height:79px;
}
