/* scfurniture.css */
body {
	background-color: #E0E8F3;
	color: #007B00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
		}
			#scflogo img {
				float: left;
				height: 78px;
				width: 182px;
				margin-right: 10px;
			}
			#frnlogo img {
				float: right;
				height: 55px;
				width: 45px;
				margin-left: 10px;
				margin-bottom: 20px;
			}
			
			#notices li {
				list-style-type: none;
				color: black;
			}
			#notes {
				clear: left;
				float: left;
				width: 80%;
				margin-left: 10%;
				margin-bottom: 20px;
				background-color: white;
			}
			
			#dateString p {
				text-align: center;
				text-decoration: underline; 
			}
			
			#links {
				margin-bottom: 30px;
			}
			
			#links ul {
				margin-left: -1.5em;
				clear: both;
			}

			#links li {
				list-style-type: none;
				float: left;
				width: 11%;
				text-align: center;
				margin-bottom: 30px;
			}
			#links a {
				text-decoration: none;
				color: black;
				display: block;
				border: 2px blue outset;
				background-color: #CCCCFF;
				margin-bottom: 30px;
			}
			#links a:hover {
				border: 2px blue inset;
				background-color: white;
			}
			#thispage a {
				border: 2px blue inset;
				background-color: white;
			}

			#text h1 {
				text-align: center;
			}
			
			#textimg {
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 175px;
				width: 108px;
			}

			#abouttextimg {
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 200px;
				width: 132px;
			}
			
			#dontextimg {
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 155px;
				width: 225px;
			}
			
			#eltextimg {
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 126px;
				width: 167px;
			}
			#ellist {
				clear: left;
				margin-left: 25%;
			}
			
			#smoves {
				text-align: center;
			}
			#smtextimg {
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 121px;
				width: 212px;
			}
			
			#voltextimg {
				clear:left;
				float: left;
				margin-bottom: 20px;
				margin-right: 10px;
				height: 175px;
				width: 108px;
			}
			#latest {
				margin-bottom: 20px;
				margin-left: 10px;
			}
			#footer {
				clear: left;
				border-top: 2px green solid;
				margin-top: 20px;
			}
			#footer ul {
				list-style-type: none;
				text-align: center;
			}
