	/*
	
	Casa Mia CSS
	July 2006
	
	*/
	
	/*
	Main formatting
	*/
	body,
	html {
		margin:0;
		padding:0;
		height:100%;	
	}
		
	
	body {
	background:url(images/background_huge.jpg) center top;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:"Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align: center;
	color:#000000;
	min-width:800px;
	}
	
	img{
	border:0;
	}
	
	A:link {text-decoration: none; color:#AF844B;} 
	A:visited {text-decoration: none; color:#AF844B;} 
	A:active {text-decoration: none; color:#AF844B;} 
	A:hover {text-decoration: underline; color:#AF844B;}	
	
	#main {
	width:781px;
	margin:0 auto;
	margin-top:0px;
	}
	
	#header {
	background:url(images/header_bg.jpg);
	min-height:45px;
	width:780px;
	font-size:110%;
	color:#666666;
	text-align:left;
	}
	#header-text{
	margin-left:5px;
	width:400px;
	}
	
	#mainbackground{
	background:url(images/backgroundlogo.jpg) no-repeat center;
	min-height:600px;
	}	
	#nav {
	float:left;
	margin-left:5px;
	width:200px;
	font-size:120%;
	font-weight:bold;
	text-align:left;
	}
	
	#maintext{
	
	float:right;
	width:550px;
	padding-right:5px;
	margin-top:15px;
	text-align:left;
	}
	
	.titles{
	font-size:120%;
	font-weight:bold;
	}
	
	#gallery img {
		border: 4px solid #CCCCCC;
		margin-bottom:10px;
		}
		
	#gallery A:link {text-decoration: none; color:transparent;} 
	#gallery A:visited {text-decoration: none; color:transparent;} 
	#gallery A:active {text-decoration: none; color:transparent;} 
	#gallery A:hover {text-decoration: none; color:transparent;}	
		
	#gallery ul {
		margin-left: 0;
		padding-left: 0;
		/*white-space: nowrap;*/
		}
		
	#gallery li {
		display: inline;
		list-style-type: none;
		padding-right:10px;
		}
	
	
		
	.formError {
		color:#990000
		}
		
	.logo {
	margin-left:4px;
	}
	
	
	.navlist
	{
	padding-left: 10px;
	margin-left: 0;
	width: 100%;
	text-align:left;
	}
	
	.navlist li
	{
	list-style: none;
	margin: 0;
	}	
	
	.formrequired {
		font-weight:bold;
		color:#990000;
		}
		
	#digitllogo {
		margin-left:10px;
		}
		
	#map {width:98%; border:1px solid #cccccc; height:350px;}
	#directions {width:97%;}