			body {
				background-color: #E31A23;
				font-family: Arial, Helvetica, sans-serif;
				color: #fff;
				margin: 0px;
				font-size: 14px;
			}
			#container {
				width: 900px;
				margin: 0 auto;
			}
			#header {
				width: 899px;
				margin: 0 auto;
				background-image: url('../images/header.png');
				height: 90px;
				font-size: 18px;
				font-weight: bolder;
			}
			#topnav {
				list-style-type: none;
				padding: 0px;
				margin: 0px;
			}
			#topnav li {
				float: left;
			}
			#topnav li a {
				padding: 25px 25px 25px 25px;
				color: #E31A23;
				display: block;
				text-decoration: none;
			}
			#left, #middle, #right {
				float: left;
			}
			#left {
				width: 310px;
			}
			a {
				color: #fff;
			}
			#middle {
				width: 335px;
				line-height: 18px;
				padding-top: 50px;
			}
			#middle p, #bigright p, h1 {
				padding-left: 10px;
				padding-right: 40px;
			}
			hr {
				color: #fff;
				background-color: #fff;
				height: 1px;
				width: 95%;
			}
			.team {
				font-size: 15px;
				font-weight: bolder;
			}

			#right {
				width: 255px;

			}
			#bigright {
				line-height: 18px;
				padding-top: 50px;
				width: 580px;
				float: left;
			}
			#services {
				list-style-type: none;
				padding: 0px;
				padding-top: 20px;
				margin: 0px;
			}
			#services li a {
				display: block;
				color: #fff;
				font-size: 22px;
				text-decoration: none;
			}
			#services li a:hover {
				font-size: 27px;
			}
			.latest {
				font-size: 16px;
				font-weight: bolder;
			}
			.much {
				font-size: 26px;
			}
			.contact {
				padding-top: 20px;
				font-size: 20px;
			}
			.lightbox {
				border: 2px solid #fff;
			}
			.pr {
				padding-top: 0px;
				margin-top: 0px;
				padding-bottom: 10px;
				border-bottom: 1px solid #fff;
			}

			.newsimage {
				background-repeat: no-repeat;
				width: 100px;
				height: 100px;
				float: left;
				margin-left: 10px;
				border: 1px solid #fff;
				margin-right: 10px;
				background-position: center;
			}

			#tweet ul li {
				list-style-type:none;
				padding-left: 0px;
				margin-left: 0px;
			}
			#tweet ul {
				padding-left: 0px;
				margin-left: 0px;
			}
			#tweet {
				padding-bottom: 10px;
			}