@charset "UTF-8";
body {
	background-image:url(images/background.jpg);
}
#wrapper {
	margin:0px auto;
	width:778px;
}
#header {
	width:778px;
	height:209px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
}
#nav{
	width:271px;
	padding-left:39px;
	padding-top:70px;
}
#navHome{
	width:778px;
	background-image:url(images/main_image_home.jpg);
	height:366px;
}
#navAbout{
	width:778px;
	background-image:url(images/main_image_about.jpg);
	height:366px;
}
#navLocations{
	width:778px;
	background-image:url(images/main_image_locations.jpg);
	height:366px;
}
#navMenus{
	width:778px;
	background-image:url(images/main_image_menus.jpg);
	height:366px;
}
#navMusic{
	width:778px;
	background-image:url(images/main_image_music.jpg);
	height:366px;
}
#navPhoto{
	width:778px;
	background-image:url(images/main_image_photo.jpg);
	height:366px;
}
#navSpecials{
	width:778px;
	background-image:url(images/main_image_photo.jpg);
	height:366px;
}
#navContact{
	width:778px;
	background-image:url(images/main_image_contact.jpg);
	height:366px;
}
#content{
	background-image:url(images/contentBackground.jpg);
	background-repeat:repeat;
	
}
p{
	margin-top:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-right:30px;
	color:#583206;
}
a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #583206;
}

#footer p{
	color:#FFF;
	font-size:10px;
	line-height:24px;
}
#footer a:link{
	color:#FFC;
	text-decoration:none;
}

#content1{
	margin-top:25px;
	background-image:url(images/contentBox.gif);
	float:right;
	width:430px;
}
#content1-image{
	padding-top:11px;
	width:348px;
}
#content2{
	margin-top:25px;
	background-image:url(images/contentBox.gif);
	clear:both;
	float:right;
	width:430px;
	
}
#content2-image{
	margin:0px;
	padding-top:25px;
	width:348px;
}
#contentHaiti{
	margin-top:25px;
	background-image:url(images/contentBox.gif);
	float:right;
	width:430px;
}
#content1Haiti-image{
	padding-top:11px;
	padding-top:25px;
	width:348px;
}
.bottomAlign{
	vertical-align:bottom;
}
