			body {
				background-color: #fff7e8;
				padding: 10px;
				font-family: arial;
			}

			a {
				color: #00349A;
			}

			p {
				font-family: arial;
				line-height: 1.35em;
			}

			h1, h2, h3 {
				font-family: arial black;
				line-height: 1.2em;
				margin: auto;
				margin-top: .5em;
				margin-bottom: .5em;
				text-align: center;
			}

			h1 {
				margin-bottom: .75em;
			}
			h2 {
				font-size: 20px;
			}

			h3 {
				font-size: 18px;
				color: #464646;
				margin-bottom: .25em;
			}
			#container, #containerHomePage {
				width: 800px;
				height: 534px;
				position: relative;
				margin: 0 auto;
				padding: 20px;
				padding-top: 90px;
				background-color: #efeff0;
				background-image: url('images/gradient.png');
				background-repeat: repeat-x;
				border-style: solid;
				border-width: 2px;
			}

			#container {
				height: auto;
			}

			#logo {
				position: absolute;
				left: -1px;
				top: -1px;
			}

			#content , #contentHomepage {
				width: 100%;
				height: 100%;
				position: relative;
				z-index: 1;
				background-color: white;
				border-style: solid;
				border-color: grey;
				border-width: 2px;
			}

			#contentHomepage {
				background-color: transparent;
				border-style: none;
			}

			#content {
				width: 676px;
				padding: 60px;
				padding-top: 35px;
			}


			.partsIcon {
				width: 187px;
				height: 138px;
				position: relative;
				background-image: url( 'images/iconBackground.png' );
				padding-top: 6px;
				padding-left: 5px;
				margin-bottom: 25px;
			}

			.partsIcon img {
				border-style: none;
			}


