img {
border: 0px none;
}

body	{
        background-color: #white;
		font-family: 	"Trebuchet MS", Arial, sans-serif;
		font-size: 		medium;
		color: 			#5c2020;
		width:			700px;
		height:			auto;
		margin-left:	auto;
		margin-right:	auto;
        }
	
#topnav	{
	width:				700px;
	text-decoration: 	none;
	text-align:			center;
	font-size: 			100%;
	line-height:		2em;
	}

#bottomnav	{
	width:				700px;
	text-decoration: 	none;
	text-align:			center;
	font-size: 			100%;
	line-height:		2em;
	}
    
#main	{
	background-image:   url(images/dakota_background.jpg);
	background-repeat:  repeat;
	height:             auto;
	}

#footer	{
	background-image:   url(images/dakota_footer.jpg);
	background-repeat:  repeat;
	height:             50px;
	}

#lunch	{
	background-image: url(images/dakota_lunch.jpg);
	background-repeat: no-repeat;
	width:			700px;
	height:			2100px;
	}


#center_text	{
	width:			350px;
	margin-left:	175px;
	padding-top:    10px;
	font-size: 		125%;
	text-align:		center;

    }

	
#menu	{
	width:			600px;
	margin-left:	50px;
	margin-right:	50px;  
	font-size: 		80%;
    }
	
#leftmenu	{
	float:			left;
	margin-top:		500px;
	width:			275px;
	padding-left:	50px;
	}
	
#rightmenu	{

	float:			right;
	margin-top:		500px;
	width:			275px;
	padding-right:	45px;
	padding-left:	5px;	
	}
			
#caterfood	{

	float:			right;
	margin-top:		-371px;
	margin-right:	-50px;
	}
			
#winelist	{

	float:			right;
	margin-top:		100px;
	width:			360px;
	padding-left:	20px;
	padding-right:	0px;
	}
			
p	{font-size: 		100%;
	text-indent:		0px;
	line-height:		2em;
	}
	
ul	{list-style-type:	none;
	line-height:		1.25em;
	font-size: 			100%;
    margin-left:       125px;
	text-align:			left;

	}
		
h1	{font-size: 			125%;
	text-align:				left;
	color: 					#black;

	}
	
h2	{font-size: 		85%;
	margin-left:		10px;
	text-align:			left;
	line-height:		1em;
	color: 				#5c2020;
	}

h3	{font-size: 		70%;
	margin-left:		20px;
	color: 				#black;	
	}

h4	{font-family: 	"Trebuchet MS", Arial, sans-serif;
	font-size: 			small;
	text-align:			center;
	line-height:		1em;
	color: 				#5c2020;
	}
	
a:link {
	color: 	#5c2020;
	text-decoration: none;
	}

a:visited {
	color: #5c2020;
	text-decoration:none;
	}

a:hover {
	color: #000000;
	}

a:active {
	color: #5c2020;
	}