			/* Styles applicable to index page */
			#splash_image {
				color: blue;
				clear: left;
				float: left;
				width: 70%;
				max-width: 840px;
				height: 360px;
				background-image: url("/images/index_splash.jpg");
			}
			#right {
				border: black 1px solid;
				float: left;
				margin-left: 7px;
				width: 28%;
				max-width: 336px;
				min-height: 360px;
			}
			#right h2 {
				text-align: center;
			}
