	#homePage {

	}

		#homePage #quickLinksBox {
			display: inline-block;
			float: left;
			border: 1px #9DA1A4 solid;
			background-color: #E1E1E1;
			overflow: hidden;
			width: 235px;
			padding: 10px;
			height: 286px;
			margin: 0 5px 0 5px;
			background: #FFFFFF url(/user_files/image/shell/quicklinks_tile.gif) repeat-y top right;
		}

			#homePage #quickLinksBox .wrapper {
				padding: 10px 0 10px 0;
			}

				#homePage #quickLinksBox td {
					height: 44px;
					overflow: hidden;
				}

				#homePage #quickLinksBox a.button {
					display: inline-block;
					height: 44px;
					overflow: hidden;
				}

				#homePage #quickLinksBox a.button img {
					margin-top: 0;
				}

				#homePage #quickLinksBox a.button:hover img {
					margin-top: -44px;
				}

		#homePage #mainContentBox {
			width: 728px;
			height: 308px;
			overflow: hidden;
		}

		#homePage div.hr {
			clear: both;
			width: 1000px;
			margin: 10px 0 10px 0;
			background-image: url(/user_files/image/shell/hr_tile.jpg);
		}

		#homePage #pageBottom {
			display: block;
			text-align: center;
			margin: 20px 80px 20px 80px;
		}

			#homePage #pageBottom img {
				margin: 0 20px 0 0;
			}
 
 		#homePage #lowerContentBox {
			margin-bottom: 20px;
			display: block;
			clear: both;
		}
