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

#container {
	background-color: #C1B8BB;
	background-image: url(../images/TTOCBg2.jpg);
	background-repeat: no-repeat;
} 

#mainContent {
	margin-right: 1em;
	margin-left: 13em;
	width: 550px;
	background-image: url(../images/TTOC.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
} 

#mainContent div {
	margin-left: 45%;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: .5em;
	padding-top: .5em;
}

#mainContent p {
	font-size: .75em;
	line-height: 2em;
}


