			*{ padding: 0; margin: 0; }

			body{
				background: black url(images/background.png) repeat-x;
				background-attachment: scroll;
				text-align: center;
				font-family: arial, sans serif;
				font-size: 16px;
				color: #FFFFFF;
				margin-bottom: 10%;}

			#container{
				width: 650px;
				margin: 0 auto;
				text-align: left;}

			#headerImg{
				display: block;
				margin: 0 auto;
				margin-top: 25px;
				margin-bottom: 25px;}

			#navContainer{

				overflow: auto;}

				#navContainer ul{
					list-style-type: none;}

				#navContainer ul li{
					float: left;
					margin-left: 45px;
					margin-right: 5;}

				#navContainer ul li a{
					text-decoration: none;
					color: #FFFFFF;
					font-weight: 600;
					height: 30px;
					display: block;}

				#navContainer ul li a:hover{
					background-image: url(images/underscore.png);
					background-repeat: no-repeat;
					background-position: bottom center;}

			#paragraphs{
				margin-top: 50px;
				overflow: auto;
				text-align: justify;}

				#welcomePara, #aboutPara{
					float: left;
					width: 305px;
					font-size: 12px;}

				#welcomePara{
					margin-right: 30px;}

			#updates{}


				#latestUpdates, #forSale{
					overflow: auto;
					margin-top: 50px;}

				.updateHeaderContainer{
					clear: both;
					overflow: auto;
					border-bottom: solid 2px #FFFFFF;
					width: 630px;}

					.updateHeader{
						float: left;
						font-size: 20px;}

					.updateMoreLink{
						color: #e4ff00;
						font-size: 13px;
						font-weight: 600;
						text-decoration: none;
						float: right;
						margin-right: 10px;}

				.thumbGallery{
					list-style-type: none;
					overflow: hidden;}

				.thumbGallery li{
					float: left;
					margin-top: 20px;
					margin-right: 5px;}

				.thumbGallery li a img{
					width: 305px;
					padding: 3px;
					border: solid 3px #FFFFFF;}


				.thumbGallery li a:hover img{
					width: 305px;
					border: solid 3px #e4ff00;}
					
				#thumbImage{
					color: black;}

			h1{font-size: 18px;}
