body
	{
		font-family: "Trebuchet MS", Verdana;
		background-color: #a8957c;
		background-image: url('images/background_img.gif');
		margin: 0px;
	}

h1
	{
		margin-top: 5px;
		margin-bottom: 10px;
		text-align: center;
	}	

#wrapper
	{
		margin-bottom: 0px;
		margin-top: 0px;
	}
#container
	{  
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		width: 800px;
	}

#title
	{
		background-color: #49300d;
		background-image:url('images/Indiras_coffee_events.jpg');
		height: 60px;
		margin-top: 0px;
	}
#menu
	{
		background-color: #8b7656;
		font-size: 70%;
		text-align: center;
		height: 25px;
		padding-top: 10px;
	}	
	
a.menu:link, a.menu:visited 	
	{
		color: #cfba9d; 
		text-decoration: none;
	}
	
a.menu:hover, a.menu:active
	{ 
		color: white;
		text-decoration: none;
	}	

#main
	{
		background-color: white;
		padding-top: 40px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 40px;
		font-size: 80%;
		color: #49300d;		
		margin-left: 0;
	}	
	
#main2
	{
		background-color: white;
		padding-top: 40px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 40px;
		font-size: 80%;
		color: #49300d;		
		height: 300px;
		margin-left: 0;
	}	
	
#main3
	{
		background-color: white;
		padding-top: 40px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 40px;
		font-size: 80%;
		color: #49300d;		
		height: 200px;  
		margin-left: 0;
	}		

#main4
	{
text-align: center; 
		background-color: white;
		padding-top: 40px;
		padding-left: 60px;
		padding-right: 60px;
		padding-bottom: 40px;
	}					

a:link, a:visited
	{
	color: #49300d;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover, a:active
	{ 
		color: #cfba9d;
		text-decoration: none;
		font-weight: bold;
	}	
	
#coffee_menu
	{
		text-align: center;
		line-height: 200%;
		background-image: url('images/background.jpg');
		background-image: no-repeat;
	}	

input
	{
   background-color: #cfba9d;
   font-family: "Trebuchet MS", Verdana;	
	}	
	
textarea
	{
   background-color: #cfba9d;
   font-family: "Trebuchet MS", Verdana;	
	}	
		
form 
{
 border: 1px solid #cfba9d;
 padding: 5px;
}	

#footer
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color:  white;
}

.border 
{
 border: 1px solid #cfba9d;
 padding: 5px;
}	

.border2
{
 border: 1px solid #cfba9d;
 padding: 5px;
 width: 255px;
}	


#images
	{
		float: right;
		margin-right: 0px;
		margin-left: 10px;  
	}

#images2
	{
		float: right;
		margin-top: -10px;
		margin-right: 0px;
		margin-left: 10px;
	}
