/* CSS Document */
#MainContentTop {/*this tag holds the background image for the rounded top of the page.  There is no content in this.*/
	width: 800px;
	height: 34px;
	margin:auto;
	position:relative;
	background-image:url(images/MainContentTop.gif);
}
/*this is the container where all the text is located, if you need to add more content you must make this container Heigher*/
#maincontentbox {
	width: 800px;
	height: 1200px;/*increase this value to increase the size of the page*/
	margin:auto;
	position:relative;
	background-image:url(images/MainContentBackground.gif);
	background-repeat:repeat-y;
}
/*This is the container that all the other containers go into, accept the "maincontentbox" container, it is also responsable for the white background*/
#aboutuscontent {
	width: 735px;
	height: 1200px;/*increase this value to increase the size of the page*/
	margin-top: 0px;
	margin-left: 32px;
	background-image:url(images/aboutuscontentbox.gif);
	position: absolute;
}
#blaircouncelingmiddlebar {
	width: 4px;
	height: 215px;
	margin-top: 111px;
	margin-left: 285px;
	background-image:url(images/middlebar.gif);
	position: absolute;
}
#blaircouncelingtitle {
	width: 220px;
	height: 17px;
	margin-left: 38px;
	margin-top: 49px;
	position: absolute;
}	
#leftcontentbox {
	width: 227px;
	height: 305px;
	margin-left: 38;
	margin-top: 89;
	position: absolute;
	overflow:auto;
	left: 38px;
	top: 89px;
}
#rightcontentbox {
	width: 660px;
	height: 1200px;/*increase this value to increase the size of the page*/
	margin-left: 38px;
	margin-top: 84px;
	position: absolute;
}
.title {
	color:#7a9baf;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a:link {
	color: #6d6e71;
}
a:visited {
	color: #6d6e71;
}
a:hover {
	color: #A8C39A;
}
a:active {
	color: #A8C39A;
}