/* 2 columns for content pages */

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid gray;
			margin-top: 2px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
		}

		#banner {
			padding: 0px 0px 1px 0px;
			margin-bottom: 0px;
			/*margin-top: 0px;*/
		}

		#middle {
			padding: 5px;
			/*height: 450px;*/
		}

		#rightBar {
			float: right;
			width: 254px;
			padding: 5px;
			/*height: 400px;*/
		}

		#footer {
			clear: both;
			padding: 1px 1px 1px 1px;
			background-color: #dddddd;
		}
		
				#intro {
			padding: 5px 5px 5px 5px;
			font-size: 1.05em;
			font-weight: bold;
			background-color: #ffff00;
		}

		
/*Comments*/
#splatBackground {
	background-image: url(../images/splat.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	}
	
#splatText {
	font-size: 0.95em;
	font-weight: bold;
	padding: 10px 10px 30px 5px;
	margin-left: 8px;
	margin-right: 30px;
	}
	
#splatText a {
	color: black;
	text-decoration: none;
	}
#splatText a:hover {
	text-decoration : underline;
	}	
#splatText a:visited {
	color: purple;
	}	
