			/* Styles applicable to left_fixed page */
			#left {
				border: black 1px solid;
				position: fixed;
				width: 28%;
				margin-top: 10px;
			}
			#left h3 {
				text-align: center;
			}
			.main {
				position: relative;
				left: 30%;
				width: 70%;
				max-width: 1150px;
			}
