/* CSS Document */

	p { line-height: 165%; }
	body
	{
	margin: 0;
	padding: 0;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #b6b6b6;
	background-image: url(st-ives-restaurant-images/flowery-bckgrnd-4.jpg);

	}
	
	a:link { color: #505367; 
	text-decoration: none; }

	a:visited { color: #505367; 
	text-decoration: none;}
	
	a:hover, a:active
	{
	color: #505367;
	text-decoration: none;
	}
	
	h1
	{
		color: #666666;
		font: 150% Verdana, Arial, Helvetica, sans-serif;
		font-weight: 100;
		margin: 0 0 2px 0;
	}

	h2
	{
		color: #B52C07;
		font: 120% Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #5B5E0E;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	
	#container
	{
		margin: 0 auto;
		width: 650px;
		width: 80% ;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}
	
	#header
	{
		height: 135px;
		background-image: url(header.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	#header h1
	{
		font-size: 25px;
		text-align: right;
		color: #666666;
		margin: 1em ;
		padding: 0;
	}
	
	#mainnav
	{
		background-color: #777777;
		color: #272900;
		padding: 2px 0;
		margin-bottom: 22px;
	}
		#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #999999;
	}
	
	#mainnav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #999999;
	}
	
	#mainnav li a
	{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
	
	#mainnav li a:hover
	{
	text-decoration: none;
	color: #FE6D6D;
	font-weight: bold;
	}
	

	
#menu
	{
		float: right;
		width: 185px;
		border-left: 1px solid #C6c6c6;
		padding-left: 15px;
	}
	
	#menu ul
	{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		line-height: 165%;
	}

	#contents { margin: 0 215px 40px 20px; }
	#contents p { line-height: 165%; }
	
		.blogentry { border-bottom: 1px solid #C5C877; }
		
	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
	
	
	#footer
	{
		clear: both;
		color: #FFFFFF;
		background-color: #666666;
		text-align: center;
		padding: 5px;
		font-size: 90%;
	}
	
#contents1col {
margin: 0 20px 40px 20px;
}

.tiny {
	font-size: xx-small;
	font-style: normal;
	color: #A8A8A8;
	text-decoration: none;
}

.tiny a:link { 	text-decoration: none; 
	color: #A8A8A8;}

.tiny	a:visited { text-decoration: none;
	color: #A8A8A8;}
	
.tiny	a:hover, a:active
	{text-decoration: none;
		color: #A8A8A8;
	}
 
