@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#29100c;
	margin: 0;
/  padding: 20px 10px 10px 10px;
	text-align: center;
}
#header {
	width:1000px;
	height:200px;
}
#header p {
	vertical-align:middle;
	color:#e8d4a2;
	font-size:13px;
}
#main {
	width:1000px;
}
#leftside {
	width:275px;
	height:100%;
	float:left;
	background: #e8d3a2;
}
.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 0px;
	border-bottom-width: 0;
}
.glossymenu a.menuitem {
	background: #e8d3a2;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #54301a;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #54301a;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 0px;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	;
	background: #e8d3a2;
	color: #54301a;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 59px;
}
.glossymenu div.submenu ul li a:hover {
	background: #54301a;
	color: #FFFFFF;
}
#rightside {
	float:right;
	width:725px;
	background: #FFFFFF;
}
#footer {
	width:1000px;
	text-align:left;
}
#footer p {
	font-size:11px;
	color:#bfb08c;
}

* {
	margin: 0;
	padding: 0;
}
#jgal {
	list-style: none;
	width: 200px;
}
#jgal li {
	opacity: .5;
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	background-position: 50% 50%;
	cursor: pointer;
	border: 3px solid #fff;
	outline: 1px solid #ddd;
	margin-right: 14px;
	margin-bottom: 14px;
}
#jgal li img {
	position: absolute;
	top: 20px;
	left: 220px;
	display: none;
}
#jgal li.active img {
	display: block;
}
#jgal li.active, #jgal li:hover {
	outline-color: #bbb;
	opacity: .99 /* safari bug */
}
/* styling without javascript */ 
#gallery {
	list-style: none;
	display: block;
}
#gallery li {
	float: left;
	margin: 0 10px 10px 0;
}
<!--
[if lt IE 8]> <style media="screen,projection" type="text/css"> #jgal li {
filter: alpha(opacity=50);
}
#jgal li.active, #jgal li:hover {
	filter: alpha(opacity=100);
}
#desc h1 {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#000000;
}
#desc {
	font-size:13px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#e8d3a2;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#e8d3a2;
}
#content p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e8d3a2;
}
.required {
	color:#FFFFFF;
}
#bridal h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
}
#content li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e8d3a2;
}