body {
	padding:0;
	margin:0;
	background:url(../images/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#998A72;
}
p {
	margin:0;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#998A72;
	margin:0;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
a {
   outline: 0;
}
a:link, a:visited {
	color: #998A72;
	text-decoration: underline;
}
a:hover, a:active, a:visited:hover {
	color: #E31A31;
	text-decoration: underline;
}
h1 a:link, h1 a:visited {
	color: #E31A31;
	text-decoration: none;
}
h1 a:hover, h1 a:active, h1 a:visited:hover {
	color: #666;
	text-decoration: none;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
hr {
	margin:15px;
	border:solid 2px #000;
}
blockquote {
	margin:0 0 0 25px;
}#main_top {
	width:100%;
	height:129px;
	background:url(../images/grad_top.png) repeat-x bottom;
	z-index:1;
}
#main_middle {
	width:100%;
	min-height:400px;
	background:url(../images/tran_white.png);
	z-index:1;
	clear:both;
}
#main_btm {
	width:100%;
	min-height:70px;
	background:url(../images/grad_btm.png) repeat-x;
	z-index:1;
	clear:both;
}
#container_top {
	position:relative;
	width:798px;
	margin:auto;
	z-index:9999
}
#container_middle {
	position:relative;
	width:798px;
	margin:auto;
}
#content {
	position:relative;
	width:750px;
	margin:auto;
	padding:20px 0 20px 0;
}
.gallery {
	height:600px;
	overflow:hidden;
}
#container_btm {
	position:relative;
	width:798px;
	padding-top:20px;
	margin:auto;
	text-align:right;
	color:#fff;
	overflow:hidden;
}
#container_btm a:link, #container_btm a:visited {
	color: #fff;
	text-decoration: none;
}
#container_btm a:hover, #container_btm a:active, #container_btm a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

/*** HEADER ***/
#logo {
	position:absolute;
	top:0;
	left:70px;
	width:654px;
	height:72px;
	background:url(../images/logo.png) no-repeat;
}
#logo a, #logo a:hover {
	width:654px;
	height:72px;
	text-indent:-9999px;
	display:block;
}
#decor_1 {
	position:absolute;
	top:82px;
	left:0;
	width:35px;
	height:35px;
	background: url(../images/deco.png) no-repeat;
}
#decor_2 {
	position:absolute;
	top:82px;
	left:763px;
	width:35px;
	height:35px;
	background: url(../images/deco.png) no-repeat;
}
.photography {
	position:absolute;
	top:72px;
	left:32px;
	width:150px;
	height:53px;
}
.photography a {
	width:150px;
	height:53px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../images/photography.png) no-repeat;
	background-position:top;
}
.photography a:hover {
	width:150px;
	height:53px;
	background-position:bottom;
}
.invitations {
	position:absolute;
	top:72px;
	left:182px;
	width:144px;
	height:53px;
}
.invitations a {
	width:144px;
	height:53px;
	padding:0;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../images/invitations.png) no-repeat;
	background-position:top;
}
.invitations a:hover {
	width:144px;
	height:53px;
	background-position:bottom;
}
.graphicdesign {
	position:absolute;
	top:72px;
	left:326px;
	width:144px;
	height:53px;
}
.graphicdesign a {
	width:144px;
	height:53px;
	padding:0;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../images/graphicdesign.png) no-repeat;
	background-position:top;
}
.graphicdesign a:hover {
	width:144px;
	height:53px;
	background-position:bottom;
}
.albumdesign {
	position:absolute;
	top:72px;
	left:470px;
	width:144px;
	height:53px;
}
.albumdesign a {
	width:144px;
	height:53px;
	padding:0;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../images/albumdesign.png) no-repeat;
	background-position:top;
}
.albumdesign a:hover {
	width:144px;
	height:53px;
	background-position:bottom;
}
.aboutus {
	position:absolute;
	top:72px;
	left:614px;
	width:148px;
	height:53px;
	background-position:bottom;
	
}
.aboutus a {
	width:148px;
	height:53px;
	padding:0;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	background:url(../images/aboutus.png) no-repeat;
	background-position:top;
}
.aboutus a:hover {
	width:148px;
	height:53px;
	background-position:bottom;
}

/*** DROPDOWN NAV ***/
/*** LEVEL ONE ***/
ul.dropdown {
	list-style: none;
	margin:0;
	padding:0;
}
ul.dropdown li ul li {
	color:#fff;
	zoom: 1;
	list-style: none;
}
ul.dropdown li ul li a {
	text-decoration: none;
	color:#fff;
}
ul.dropdown li ul li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.dropdown li ul li a:active {
	color: #fff;
	text-decoration: none;
}
ul.dropdown li ul li a {
	height:45px;
	display: block;
	padding: 4px 8px;
	color: #fff;
}
ul.dropdown li:last-child a {
} /* Doesn't work in IE */
ul.dropdown li ul li.hover, ul.dropdown li ul li:hover {
	background: #998A73;
	color: #fff;
	position: relative;
}
ul.dropdown li.hover a {
	color: #fff;
}
/*** LEVEL TWO ***/
ul.dropdown ul {
	width: 137px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin:0;
	padding:0;
	margin-left:4px;
}
ul.dropdown ul.first {
	margin-left:10px;
}
ul.dropdown ul li {
	height:20px;
	overflow:hidden;
	font-weight: normal;
	background: #423E33;
	color: #fff;
	border-bottom: 1px solid #998A73;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	background-image:url(../images/blank.gif);
	text-indent:0;
}
ul.dropdown ul li a.hover {
	background-image:none;
	background-image:url(../images/blank.gif);
}

/*** HOME PAGE ELEMENTS ***/
#hm_photo {
	position:absolute;
	top:40px;
	left:-41px;
	width:414px;
	height:282px;
	background:url(../images/home/hm_photo.png) no-repeat;
	overflow:hidden;
}
#hm_icon {
	position:absolute;
	top:109px;
	left:267px;
	width:104px;
	height:104px;
	background:url(../images/home/icon_shadow.png) no-repeat;
}
#hm_text {
	position:absolute;
	top:109px;
	left:378px;
	width:410px;
}
#hm_text h1 {
	color:#998A72;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
#hm_text a:link, #hm_text a:visited {
	color: #998A72;
	text-decoration: underline;
}
#hm_text a:hover, #hm_text a:active, #hm_text a:visited:hover {
	color: #E31A31;
	text-decoration: underline;
}
.toplink {
	position:absolute;
	top:5px;
	right:20px;
	text-align:right;
	font-size:10px;
}
.toplink a:link, .toplink a:visited {
	color: #fff;
	text-decoration: none;
}
.toplink a:hover, .toplink a:active, .toplink a:visited:hover {
	color: #fff;
	text-decoration: underline;
}
