*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background-color: #000000;
}
A:link
{
	color: #876A55;
	text-decoration: none;
}
A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
H1
{
	font-size: 10pt;
	text-transform: capitalize;
	color: #DAD5C9;
}
/*MAIN*/
#content
{
	padding: 0;
	width: 800px;
	margin: 0 auto;
	height: 630px;
}
#flash
{
	padding: 30px 0 0;
	width: 800px;
	margin: 0 auto;
}
#bg
{
	background: url(page_bg.jpg) repeat-x;
	/*[empty]height:;*/
}
#logo
{
	width: 200px;
	float: left;
	background: url(logo.jpg) no-repeat;
	height: 630px;
	margin-left: 10px;
}
#right
{
	width: 575px;
	height: 282px;
	margin-top: 160px;
	font: 9pt Arial;
	color: #C1A896;
	text-align: left;
	float: right;
}
#menu
{
	float: right;
	width: 515px;
	height: 105px;
	margin: 0;
}
#gallery
{
	width: 210px;
	float: right;
	border: 1px solid #FFFFFF;
}
#gallery IMG
{
	float: right;
}
#text
{
	font: 8pt/140% Verdana;
	width: 340px;
	float: left;
	margin-right: 15px;
}
/*MOBILE MENU*/
#mobile_menu
{
	width: 500px;
	margin: 15px 0 0;
	float: right;
}
#mobile_menu_home
{
	width: 500px;
	margin: 105px auto 0;
}
#nav
{
	width: 500px;
	height: 75px;
}
#nav UL LI
{
	float: left;
	list-style: none;
	display: inline;
}
#nav UL LI A, #nav UL LI A:visited
{
	width: 100px;
	height: 0;
	display: block;
	background: url(/images/menu.jpg) no-repeat;
	padding-top: 75px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font: normal 10pt Verdana;
}
#nav UL LI A:hover
{
	color: #72665D;
}
#nav UL LI#about A, #nav UL LI#about A:visited
{
	background-position: 0 0;
}
#nav UL LI#events A, #nav UL LI#events A:visited
{
	background-position: -100px 0;
}
#nav UL LI#weddings A, #nav UL LI#weddings A:visited
{
	background-position: -200px 0;
}
#nav UL LI#shop A, #nav UL LI#shop A:visited
{
	background-position: -300px 0;
}
#nav UL LI#contact A, #nav UL LI#contact A:visited
{
	background-position: -400px 0;
}
/*NO FLASH LINK*/
#noflash
{
	position: absolute;
	bottom: 5px;
	right: 45%;
	text-align: center;
	font: 8pt Arial;
}
#noflash A, #noflash A:visited
{
	color: #303030;
	text-decoration: none;
}
#noflash A:hover
{
	text-decoration: none;
	color: #505050;
}

