/*page layout*/		

html 		{
			background:#c1d0bd;
			}
		
#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;			 
			}
#pasta, #treats, #cold-drinks	{
								float: right;
								}
#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;
				}
#specials ul		{
				list-style-type: disc;
				list-style-image:inherit;
				list-style-position:inside;
				}
#offers ul		{
				list-style-type: disc;
				list-style-image:inherit;
				list-style-position:inside;
				}		
#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;
		}


		
		
