@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5F553C;
	margin:0px;
	font: 13px/18px georgia, "times new roman", times, "hiraminpro-w3", "ms mincho", serif;
	color:#503925;
	font-weight:lighter;
	background-image: url(images/mainbkg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}

#welcome {
	padding: 10px;
	float: left;
	width: 530px;
}



#maincontainer
{
	width:960px;
	margin: 0 auto;
}
#imagecontainer {
	padding: 10px;
	width: 940px;
	background-color: #FFF;
}

#menucontainer {
	margin: 0px;
	height: 101px;
	width: 100%;
	position: absolute;	
}

#menu {
	margin: 0px auto;
	height: 30px;
	width: 960px;
	z-index:100;
}

#contentcontainer {
	padding: 20px;
	overflow:auto;
	width: 920px;
	background-image: url(images/spain_bkg.png);
	background-repeat: repeat-y;
	overflow: hidden;
	
}

#white {
	height: 10px;
	width: 960px;
	background-color:#FFF;
}

#picbox {
	height: 120px;
	width: 960px;
	background-image: url(images/spain_bkg.png);
	background-repeat: repeat-y;

}

#footer{
	height:10px;
	font-size:10px;
	color:#CCC5A9;
	padding:10px;
	
	}
#foodmenu {
	padding:10px;
	float: right;
	width: 630px;
}

#contactinfo {
	padding:10px;
	float: right;
	width: 630px;	
}

#events{
	
	padding: 16px 0 0px;
	float:right;
	width:320px;}
	
#foodmenulist{
	
	padding: 10px;
	float:left;
	width:220px;}
	


h1{
	font-weight:lighter;
	font-size:280%;
	}
	
	h2{
		font-weight:lighter;
	font-size:220%;
		}
	
	h3{
	font-weight:lighter;
	font-size:180%;
	}
	
	#shadow{
		float:left;
		margin: 0 0px 0 20px;
		width:17px;
		height:400px;
		display:block;
		background-image:url(images/shadow.png);
		background-repeat:no-repeat;
		
		}
		
		#shadow_ccw{
		float:left;
		margin: 0 10px 0 0px;
		width:17px;
		height:400px;
		display:block;
		background-image:url(images/shadow-ccw.png);
		background-repeat:no-repeat;
		
		}
		
	ul{
		list-style-type:none;
		
		margin-left:-37px;}
		
	li{
		
		background-image:url(images/menu_line.gif);
		height: 24px;
		width: 180px;
		padding:10px 0 -5px 0px;
		
	}
a {
	color: #57402B;
}


