/*page layout*/		

html 		{
			background:url(../pictures/counter.jpg)  no-repeat center center fixed; 
			background-size: cover;
			}
		
#wrapper 	{
			background:#fff;			
			width:800px;
			margin:0 auto;
			padding:25px; 
			}			
#branding  img
			{
			display:block;
			margin:0 auto;
			padding-bottom:50px;
			} 			
#content-main 
			{
			width:552px; 
			float:left; 
			padding-right:15px;
			border-right-width:1px; 
			border-right-style:solid; 
			margin-bottom:20px;			 
			}

#content-aside
			{
			width:205px;
			float:right;
			padding-top:20px;
			margin-bottom:20px;
			}

#content-aside   li         	
				{
				font-weight:bold;
				padding: 10px 10px;	
				background-color:#c1d0bd;
				margin-bottom:15px;
				text-transform:#ff8c00;
				font-size:1.5em;
				}
#content-aside a	{
				text-decoration:none;
				}
						
#footer
			{
			clear:both;
			border-width:3px 0;
			border-style:solid;
			margin-bottom:10px;
			}
#social-media
			{
			float:right;
			margin-top: 16px;
			}
					
/*typography*/

body 	{
		font-family:Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
		line-height: 1.5em;
		}
h1, h2	{
		font-weight:bold;
		}
h1		{
		font-size: 2em;
		}
h2		{
		font-size:1.5em;
		}
p		{
		margin:16px 0;
		}



		
		
