img {
border: 0px none;
}

body	{	background-image: url(images/wood.jpg);
		font-family: 	Georgia, Times, serif;
		font-size: 		medium;
		color: 			#000000;
}


#allcontent	{
	width:			800px;
	height:			100%;
	margin-left:	auto;
	margin-right:	auto;
    background-image: url(images/parchment.jpg);
	}
	
#nav	{
	width:				790px;
	text-decoration: 	none;
    padding-left: 		10px;
	text-align:			center;
	font-size: 			120%;
	line-height:        2em;
	background-color:   #305050;
	}
	
#nav2	{
	width:				790px;
	text-decoration: 	none;
    padding-left: 		10px;
	text-align:			center;
	font-size: 			120%;
	line-height:        2em;
	background-color:   #305050;
	}

#photo	{
	text-align:			center;
	}

#bottomnav	{
	width:				790px;
	text-decoration: 	none;
    padding-left: 		10px;
	text-align:			center;
	font-size: 			120%;
	line-height:		2em;
	background-color: 	#305050;
	background-repeat: 	repeat;
	}
	
#header	{
	height:			260px;
	}
	
#footer	{
	height:			117px;
	}

#menu	{
	width:			700px;
	padding-left:	50px;
	padding-right:	50px;
	}
	
#leftmenu	{
	width:			325px;
	padding-left:	50px;
	}
	
#rightmenu	{

	float:			right;
	margin-top:		101px;
	width:			335px;
	padding-right:	25px;
	}
			
#winelist	{

	float:			right;
	margin-top:		17px;
	width:			325px;
	padding-left:	0px;
	padding-right:	50px;
	}
			
p	{font-size: 		100%;
	text-indent:		20px;
	line-height:		1.5em;
	}
	
ul	{list-style-type:	none;
	font-size: 			105%;
						}
		
h1	{width:				700px;
	font-size: 			24px;
    font-family:        Georgia, serif;
	text-align:				left;
	border-color: 			#000000;
	border-bottom-style: 	solid;
	border-bottom-width: 	2px;

	}
	
h2	{font-size: 			150%;
	text-align:				left;
	color: 					#305050;
    border-color: 			#305050;
	border-bottom-style: 	solid;
	border-bottom-width: 	2px;
	}

h3	{font-size: 		100%;
	margin-left:		20px;
	}

h4	{font-family: 		Ariel, Helvetica, sans-serif;
	font-size: 			small;
	font-style: 		italic;
	color:				#822007;
	margin-left:		40px;
	line-height:		1.25em;
	}
	
a:link {
	color: 	#fce7c9;
	text-decoration: none;
	}

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

a:hover {
	color: #000000;
	}

a:active {
	color: #8D2309;
	}