#scsuSubsiteArea {
	width: 700px;
}
#wrapper {
	width: 100%;
	margin-top: 1px;
	background-color: #fff;
	/*background-image: url(images/content_bg_a.jpg);
	background-position: top center;
	background-repeat: repeat-y;*/
	text-align: center; /* for IE */
	margin: 0 0 -1px 0;
	padding: 0 0 1px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper img a {
	text-decoration: none;
}
#content {
	width: 700px;
	margin: auto auto;
	text-align: left;
	background-image: url(images/nav_bg_red.jpg);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #fff;
	padding: 0;
}
#left_col {
	float: left;
	padding: 0;
	margin: 0;
	width: 144px;
}
#left_col ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
#left_col li a:link, #left_col li a:visited, #left_col li a:active {
	background-color: #890916;
	text-decoration: none;
	/*line-height: 25px;*/
	width: 135px;
	display: block;
	color: #fff;
	padding: 3px 0 3px 6px;
	font-weight: bold;
	margin: 0;
	font-size: 72%;
	border-left: 3px solid #890916;
}
#left_col li a:hover {
	background-color: #ffffff;
	border-left: 3px solid #B6CBD9;
	color: #000;
}
body#home_pg #left_col li#homepg a {
	background-color: #990000;
	border-left: 3px solid #B6CBD9;
	color: #000;
}
#main_content {
	width: 520px;
	padding: 0 10px 25px 10px;
	margin-left: 145px;
	background-color: #FFF;
	color: #555; 
}
#main_content h1 {
	margin: 0;
	padding: 0;
}
#content_edit a {
	color: #890916;
}
#content_edit #photo p {
	font-size: 70%;
	font-weight: bold;
}
#content_edit #photo {
	width: 130px;
	margin: 0 0 10px 10px;
}
#content_edit a:hover {
	text-decoration: none;
}
#content_edit h2{
	font-size: 1.4em;
	/*height: 29px;*/
	margin: 1em 0em 0em 0em;
	color: #000;
	background-image: url(images/h2-lineunder_red.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content_edit h3, #content_edit h4 {
	font-size: 99%;
	color: #000;
}
#content_edit p, #content_edit ol, #content_edit ul, #content_edit table{
	font-size: 85%;
}
#left_side {
	float: left;
	width: 49%;
}
#right_side {
	float: right;
	width: 49%;
}
#clearer {
	clear: both;
}
.indent {
	margin: 0 0 0 25px;
}
#photo {
	float: right;
	padding-top: 17px;
}
#callout {
	margin: 0 0 5px 10px;
	padding: 0;
	float: right;
	width: 250px;
	border: 2px solid #9AA9BD;
	background-color: #B6CBD9;
	color: #000;
}
#callout h2, #callout h3, #callout h4, #callout p {
	margin: 0;
	padding: 5px;
}
.small {
	font-size: 70%;
}
