@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #333333;
	/* Default Background and Color */
	/*
	background-color: #CEA19E;
	background-image: url(../images/E_bg.gif);
	background-repeat: no-repeat;
	background-position: left top corner;
	background-attachment: fixed;
	*/
}
body.home{
	background-image: url(../images/E2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top corner;
	background-attachment: fixed;
}
body.bridal{
	background-color: #333333;
	background-image: url(../images/bridal_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top corner;
	background-attachment: fixed;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	width: 738px;
	margin-left: 250px;
	text-align: right;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 6px;
}
div.header_link_container{
	width: 752px;
	margin-left: 250px;
}
td.header_link{
	/*width: 122px;*/
	background-color: #CCCCCC;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
td.header_link:hover{
	background-color: #666666;
	color: #CCCCCC;
	font-weight: bold;
}
a.header_link{
	text-decoration: none;
}
a.header_link:hover{
	color: #CCCCCC;
}
.maincontent{
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 750px;
	margin-left: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000; 
	background-color: #CCCCCC;
	/* #EECCCC; */
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	width: 738px;
	margin-left: 250px;
	text-align: center;
	padding: 6px;
	/*
	background-color: #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	*/
}
