@charset "utf-8";
/* CSS Document */

#page {
	width: 1000px;
	margin: 0px auto;
	height: 708px;
	font-size: 12px;
}
#header {
	width: 100%;
	height: 23%;
}
#body {
	width: 100%;
	height: 67%;
	background-image: url(Images/contentBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 100%;
	height: 10%;
	background-image: url(Images/butterflyBottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#headImg {
	width: 100%;
	height: 76%;
}
#navBar {
	width: 100%;
	height: 25%;
	background-image: url(Images/navBar.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.borderLeft {
	width: 14%;
	height: 100%;
	float: left;
}
#content {
	width: 54%;
	height: 100%;
	float: left;
	background-image: url(Images/centerBox.png);
	background-repeat: no-repeat;
	background-position: center;
}
#borderRight {
	width: 16%;
	float: left;
	height: 100%;
	background-image: url(../Desktop/AuthorSite/forBen/rightBox.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.navButton {
	height: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #96F;
	text-align: center;
	width: 10.5%;
	padding-top: 1%;
}
.clear {
	clear: both;
}
.navDivider {
	height: 100%;
	float: left;
	background-image: url(Images/verticalDivider.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 2%;
}
#banner {
	height: 100%;
	width: 100%;
}
.spacer {
	float: left;
	height: 100%;
	width: 6%;
}
.contentSpacer {
	float: left;
	height: 100%;
	width: 8%;
}
.topLeft {
	background-image: url(Images/leftPictureBox.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20%;
	width: 100%;
	padding-top: 2%;
}
.bottomLeft {
	background-image: url(Images/leftBox.png);
	background-repeat: no-repeat;
	height: 80%;
	width: 100%;
	background-position: center top;
	margin-top: 20%;
	padding-top: 25%;
}
.contentSpacer2 {
	float: left;
	height: 100%;
	width: 1%;
}
.topLeftContent {
	height: 90%;
	width: 80%;
	float: left;
	padding-left: 10%;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	text-align: center;
}
.bottomLeftContent {
	width: 78%;
	padding-left: 6%;
	padding-right: 8%;
	height: 73%;
	text-align: center;
	overflow-y: auto;
}
.contentHolder {
	width: 85%;
	padding-left: 5%;
	padding-right: 5%;
	height: 91%;
	overflow: auto;
	margin-top: 4%;
	margin-bottom: 5%;
	font-size: 13px;
}
.horizontalDivider {
	background-image: url(Images/horizontalDivider.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 1%;
	width: 100%;
	padding-top: 8%;
	padding-bottom: 8%;
}
.navButtonLong {
	font-family: Arial, Helvetica, sans-serif;
	color: #96F;
	text-align: center;
	float: left;
	height: 100%;
	width: 13%;
	padding-top: 1%;
}
#navBar a {
	color: #FFF;
	text-decoration: none;
}
#navBar a:hover {
	color: #63C;
	text-decoration: none;
}
a {
	color: #63C;
	text-decoration: none;
}
a:hover {
	color: #39F;
	text-decoration: none;
}
