/* CSS Document */

/* Page */
		body {
		background: #EFEFEF url(../images/page-bkgd.gif) repeat-y top center;
	}

/* 1st Row */
		#top {
			background: #999999 url(../images/topbar.png);
			height: 100px;
		}
/* 2nd Row Left */
		#linksbar {
			background: #000000 url(../images/linksbar-bkgd.png);
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: #ffffff;
			text-align: center;
		}
/* 3rd Row Left */
		#linksleft {
			background: #656565;
		}
		#linksleft a {
			display: block;
			width: 200px;
			height: 100px;
			color: ffffff;
		}
		#linksleft a:hover.home {
			background: url(../images/buttons/home-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.content {
			background: url(../images/buttons/content-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.products {
			background: url(../images/buttons/products-btn-2.png) top right no-repeat;
		}
		#linksleft a:hover.contact-us {
			background: url(../images/buttons/contact-us-btn-2.png) top right no-repeat;
		}
/* 3rd Row Right */
		#content {
			background: url(../images/background-2.gif) repeat;
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: 333333;
			text-align: center;
			text-padding: 10px;
		}
		#content h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 18px;
			color: 000000;
			text-align: center;
		}
/* 4th Row*/
		#bottomlinks {
			background: #888888;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: FFFFFF;
			text-align: center;
		}
/* 5th Row*/
		#legal {
			background: #cccccc;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: 000000;
			text-align: left;
		}
/* 6th Row */
		#footer {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			text-decoration: none;
			text-align: right;
		}
		#footer a {
			color: 555555;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: 000000;
		}