			body
			{
				margin:0;
				padding:0;
				font-family: "Tahoma", "Verdana", sans-serif;
				font-size: 90%;
				color: #303030;
				background-color: white;
			}
			
			#banner
			{
				width: 100%;
				background-color: #FFFFFF;
				background-image: url('images/banner_bg.gif');
				background-repeat: repeat-x;
				
			}
			
			#sidebar
			{
				
				/*float: left;*/
				position: absolute;
				width: 200px;
				top: 101px;
				left: 0px;
				height: 100%;
				background-color: #FFFFFF;
				background-image: url('images/side_bg.jpg');
				background-repeat: repeat-y;
			}
			
			#nav a
			{
				display: block;
				background-image: url('images/hrefbullet.png');
				background-repeat: no-repeat;
				background-position: 0px 3px;
				text-decoration: none;
				margin-left: 20px;
				margin-bottom: 15px;
				padding-left: 23px;
				color: black;
				font-weight: bold;
				font-size: 95%;
				width: 125px;
			}
			#nav a:hover
			{
				background-image: url('images/hrefbullet-on.png');
				background-repeat: no-repeat;
				color: #4E4E4E;
				
			}
			
			h2
			{
				font-size: 130%;
				font-weight: bold;
				font-style: italic;
				color: #FF363E;	
			}
			
			#main
			{
				margin-left: 200px;
				margin-top: 20px;
			}
			
			#footer
			{
				margin-top: 30px;
				text-align: center;
			}
			
			img { border: none; }
