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

@import url(grid.css);
@import url(reset.css);


div.spacer { height:1em;}

#line {
	background:#998675;
	width:100%;
	height:2px;
	margin:3px 0;
}
#main {
	background:#998675;
	width:100%;
	margin:0;
	padding:5px;
	color:#FFF;
}

ul.menu {
	float:right;
	margin:100px 0 0 0;
	width:574px;
}

ul.menu li {
	float:left;
	list-style:none;
}

ul.menu li a {
	color:#CCC;
	text-decoration:none;
	font-weight:700;
}

ul.menu li a:hover {
	color:#998675;
	font-weight:700;
}


#homePage #home, #aboutPage #about, #galleriesPage #galleries,
#albumPage #album, #packagesPage #packages, #contactPage #contact {
	color:#998675;
	background:transparent;
	font-weight:700;
}


#footer {
	margin:10px auto;
	background:transparent;
	width:1003px;
	min-height:35px;
}