#container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #F1EEE1; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FCF9F2 url(/images/body/r1_c2.jpg) repeat-x scroll left top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 16px;
	width: 100%;
} 
#headerLogo {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.r2_c7 {
	background: url(/images/body/r2_c7.jpg) no-repeat scroll left top;
}
#title {
	background: #F1EEE1 url(/images/body/r3_c5.jpg) repeat-x scroll center top;
	font: italic small-caps 18px Arial, Helvetica, sans-serif;
	color: #999999;
	height: 40px;
	width: 100%;
}
#Content {
	background: #F1EEE1;
}
.mainContent {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px;
}
.mainContent a:link {
	color:#000000;
	text-decoration: none;
}
.mainContent a:visited {
	color:#000000;
	text-decoration: none;
}
.mainContent a:active {
	color:#000000;
	text-decoration: none;
}
.mainContent a:hover {
	color:#990000;
	text-decoration: none;
}
#footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E5E2DB url(/images/body/r6_c2.jpg) repeat-x scroll center top;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	height: 40px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
} 
.timeDate {
	font: small-caps 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 10px;
	padding-top: 5px;
}
#studio11 {
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
}
#studio11 a:link {
	color:#000066;
	text-decoration: none;
}
#studio11 a:visited {
	color:#990000;
	text-decoration: none;
}
#studio11 a:active {
	color:#660033;
	text-decoration: none;
}
#studio11 a:hover {
	color:#FF0000;
	text-decoration: none;
}