/* CSS Document */
.scsu-shell-width {
	width: 100%;
}

/*body {
	margin: 0px;
}*/
#header {
	background-image: url(../images/headerstretch.jpg);
	background-repeat: repeat;
	height: 74px;
	min-width: 707px;
}
#nav {
	clear: left;
	float: left;
	background-image: url(../images/left_bkgrnd.jpg);
	background-repeat: repeat-y;
	width: 189px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	border-bottom: 1px solid #F4C548;
	padding: 5px 10px 5px 10px;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#nav a:hover {
	color: #F4C548;
}
#content {
	padding-left: 200px;
	background-image: url(../images/leftstretch.jpg);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-right: 10px;
}
#content h1 {
	font-size: 1.3em;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
#content h2 {
	font-size: 1.1em;
	color: #353A6A;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 1em;
	margin-bottom: 0px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 8px 0px;
}
#content a {
	color: #647F2F;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#faq p {
	margin-left: 20px;
}
#photos {
	display: block;
}
.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#facinfo {
	margin-left: 160px;
}
#photos h2 {
	padding-left: 260px;
}
#photos p {
	padding-left: 260px;
}
.nobullet {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
.nobullet li {
	margin-bottom: 5px;
}
#rightphoto {
	float: right;
	width: 300px;
	padding: 5px;
	background-color: #CADEA9;
}
#rightphoto p {
	font-size: .9em;
}
