@charset "utf-8";
/* CSS Document */

			body
			{
				width:100%;
				height:100%;
				margin:0px;
				font-family:Arial, Helvetica, sans-serif;
			}
			html
			{
				width:100%;
				height:100%;
				margin:0px;
			}
			#topBar
			{
				width:100%;
				height:75px;
				background-image:url(topBarBackground.png);
				position:fixed;
				color:#FFF;
				font-size:36px;
				z-index:3;
			}
			#content
			{
				margin-top:0px;
				margin-left:auto;
				margin-right:auto;
				width:800px;
				background-color:#FFF;
			}

			#topBar *
			{
				margin-top:15px;
				margin-bottom:auto;
			}
			#bodyWrapper
			{
				position:absolute;
				z-index:2;
				width:100%;				
			}
			#contentWrapper
			{
				background-image:url(contentBackground.png);
				background-repeat:repeat-y;
			}
			#outerContentWrapper
			{
				margin-top:80px;
				margin-bottom:30px;
				width:810px;
				margin-left:auto;
				margin-right:auto;
			}
			
			#contentTop
			{
				background-image:url(/include/contentTop.png);
				background-position:top;
				background-repeat:no-repeat;
				height:20px;
			}
			#background
			{
				position:fixed;
				z-index:1;
			}
			h1
			{
				margin:0px;	
			}
			a img
			{
				border:0px;	
			}