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

/* AP Divs */
#container { /* The Container for menu and Content Container (Mod Height for page length also adjusting contentcontainer AP Div) */
	width:1000px;
	margin:0 auto;
	top:-15px;
	height:1200px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#contentcontainer {
	position:absolute;
	left:0px;
	top:85px;
	width:1000px;
	height:1115px;
}
#rightcolumn {
	position:absolute;
	left:195px;
	top:0px;
	width:800px;
	height:1115px;
	border-left-width: 5px;
	border-left-style: outset;
	border-left-color: #CC0000;
}
#whitespace {
	position:absolute;
	left:0px;
	top:1429px;
	width:100%;
	height:40px;
	background-image: url(whitespace.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#indentedcontent {
	position:absolute;
	left:50px;
	top:18px;
	width:700px;
	height:1085px;
	text-align: justify;
}


/* Styles */
