/* 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);
}
#maincontentbox {/*this is the container where all the text is located, if you need to add more content you must make this container Heigher*/
	width: 800px;
	height: 645px;/*raise this value to increase the size of the page 525 original*/
	margin:auto;
	position:relative;
	background-image:url(images/MainContentBackground.gif);
	background-repeat:repeat-y;
}
#aboutuscontent {
	width: 735px;
	height: 645px;/*this value must match the height of the #maincontentbox*/
	margin-top: 0px;
	margin-left: 32px;
	background-image:url(images/aboutuscontentbox.gif);
	position: relative;
}
#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: 405px;
	margin-left: 38;
	margin-top: 89;
	position: absolute;
	left: 38px;
	top: 89px;
}
#rightcontentbox {
	width: 380px;
	height: 420px;
	margin-left: 317px;
	margin-top: 89px;
	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;
}