/* CSS Document */

body {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background-color: black;
}

	div#PageLayout {
		width: 800px;
		margin: 0px auto;
		text-align: left;
		background-color: white;
		border: 3px solid green;
	}
	
	div#BottomSpacer {
		height: 100px;
	}




		/**************************\
		          HEADER
		\**************************/
		div#PageHeader {
			background-image: url(/site/_img/template/bradsbikes_banner.jpg);
			background-color: white;
			background-repeat:no-repeat;
			height: 101px;
		}
		
			div#LogoLinkDiv {
				float: left;
				width: 300px;
				margin: 5px 0px 0px 10px;	
			}

			div#HeaderAdDiv {
				float: right;
				margin: 2px 2px 0px 0px;
				width: 350px;
				height: 90px;
				background-color: #555;
			}



		/**************************\
		          MIDDLE
		\**************************/
		td#LeftNavbar {
			text-align: left;
		}
		
		td#PageContent {
			text-align: left;
			padding: 0px 10px;
		}
		
			div#PageHeadline :first-child {
				margin-top: 0px;
			}
			
			div#PageHeadline h1:first-child {
				font-weight: bold;
				font-style: italic;
				border-top: 1px solid green;
				border-bottom: 1px solid green;
				margin-top: 6px;
			}
		
		td#RightMargin {
			text-align: left;
		}





		/**************************\
		          FOOTER
		\**************************/
		div#PageFooter {
			text-align:center;
		}
			div#FooterAdDiv {
				text-align: center;
			}
			
			div#DividingLine {
				text-align: center;
			}
			
			div#VisitorCounter {
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
				padding-bottom: 5px;
			}
	

