	<style>
	
		#header {
    		background-color:black;
    		color:white;
    		text-align:center;
    		padding:5px;
			height:90px;
			}

		#nav {
    		line-height:30px;
    		background-color:#eeeeee;
    		height:300px;
    		width:100px;
    		float:left;
    		padding:5px; 
			}

		#section {
    			width:350px;
    			float:left;
    			padding:10px; 
				}

		#footer {
    		background-color:black;
    		color:white;
    		clear:both;
    		text-align:center;
    		padding:5px; 
			}
		
		#byline {
			text-align:right;
			}
			
		#sidebar {
			position:absolute;
			top:150px;
			left:850px;
			padding:5px;
			width:200px;
			height:300px;
			float:right; 
			}


		
		body 	{	background-color:lightgray;
					width:800px;
					padding:6px;
					float;left;
					}
				
		p		{ font-family: ‘Lora’, serif; font-weight: 400; }
					}
					
		h1		{	color:white;
					background-color:black;
					text-align:center;
					font-family:"Arial",sans-serif
					}
		h2		{	color:darkblue;
					text-align:left;
					font-family:sans-serif
					}
		h3		{	color:darkgreen;
					text-align:left;
					font-family:sans-serif
					}
		h4		{	color:darkgreen;
					text-align:left;
					font-family:sans-serif
					}
	</style>
