		body {
			font-size: 100%;
			color: rgb(37,33,21);
			background-color: rgb(193,179,158);
		}
		h1 {
			font-size: 3em;
			color: rgb(255,253,210);
		}
		h2 {
			text-align: center;
			color: rgb(239,136,97);
		}
		h3 {
			color: rgb(119,160,155);
		}
		h4 {
			text-align: center;
			color: rgb(239,136,97);
			padding:0 auto;
			margin: 0 auto;
		}

		em {
			font-weight: 800;
			font-style:normal;
			color: rgb(119,160,155);
		}
		a, a:active {
			text-decoration:none;
			color: rgb(119,160,155);
		}

		a:visited, a:hover {
			text-decoration:none;
			color: rgb(239,136,97);
		}

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid black;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			background-color: rgb(255,253,210);
		}

		#banner {
			background: rgb(124,113,81);
			margin-bottom: 5px;
			height:150px;
		}
		#banner a span {
			float:left;
			background: rgb(124,113,81) url('sss.gif') no-repeat top left;
			height:150px;
			width:550px;
		}
		#banner h1 {
			text-indent: -1000px;
		}
		#logo {
			background: url('s-cubed-logo-color.gif') no-repeat center;
			height:150px;
			width:200px;
			float: right;
		}

		#content {
			padding: 5px;
			margin-right: 215px;
			background-color: rgb(255,253,210);
			border-right: 2px solid black;
		}
		
		#content .contactform {
			width:100%;
		}
		
		#sidebar {
			float: right;
			width: 200px;
			\width: 210px;
			w\idth: 200px;
			height:100%;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
		}

		#footer {
			color: rgb(255,253,210);
			clear: both;
			padding: 5px;
			margin-top: 5px;
			background-color: rgb(124,113,81);
		}
		
		#qualification {
			float:right;
			margin:5px 0 10px 10px;
		}
		
		#dennis {
			text-align:center;
			margin:5px;
		}
