/* CSS Document */
body		{	background-image:url(../menuwebsite_bg.jpg);
				background-repeat:repeat;
				font-family: 'Open Sans', sans-serif;
				}

h1, h2, h3, h4				{ font-family: 'Open Sans', sans-serif;
							color:#3C3226; }

#wrapper	{	width:900px;
				margin:10px	auto;
				padding:0 40px;
				background-color:#FAF9EB; }
				
#top					{	}
#logo					{ float:left; margin:20px 0;	}

#topnav					{ clear:both; }
#topnav ul				{ padding:10px 0; margin:0;
							border-top:1px #000 dotted; }
#topnav ul li			{ display:inline; list-style-type:none;
							margin:0 20px 0 0; }
#topnav a:link			{ font-weight:bold; text-decoration:none; color:#549F1C; }
#topnav a:hover			{ font-weight:bold; text-decoration:none; color:#72FA0A; }
				
#content				{ float:left; width:580px; }
#content p				{ font-size:15px; line-height:140%;
							color:#3C3226; }
				
.img-right				{ float:right; padding:0 0 25px 0; }
				
#rightside				{ float:right; width:270px; }
#rightside p			{ font-size:14px; line-height:140%; }
#rightside li			{ font-size:14px; line-height:140%; }
				
#footer					{clear:both; padding:5px 0;
							border-top:1px #000 dotted;
							text-align:center; font-size:11px; }