@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d6daae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
		color: #666666;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;	
}

.margin-top {
	margin-top: 15px;	
}

.margin-bottom {
	margin-bottom: 10px;
}


.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 2px dotted #999999;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: normal;
	
}

li {
	padding-top: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0 0 10px 0;
	line-height: normal;
	font-size: 20px;
	border-bottom: 1px dotted #666666;
	font-weight: normal;
	color: #4d502e; 
	}
	

h6 {
	margin: 0px;
	line-height: 22px;
	margin-bottom: 5px;
	color: #ff8d1a;
	font-size: 16px;
	font-weight: normal;

}

.smaller {
	font-size: 10px;
	line-height: 14px;
}



/* ------- LAYOUT ------- */

#wrapper {
	margin: 0 auto;
	min-height: 780px;
	background-image: url(../images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;	
}

#top {
	height: 130px;
	padding: 10px 4px;
}

#main-container {
	width: 982px;
	margin: 0 auto;
	
}
#top-image {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 982px; 
}
#sub-container {
	background-image: url(../images/bg-main.png);
	background-repeat:repeat-y;
	padding: 0 14px;
	width: 954px;
	z-index: 100;
}

#bottom-image {
	z-index: -100;
	background-image: url(../images/bottom.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 982px; 
	margin-top: -4px;
	margin-bottom: 11px;
}

.bottom-container {
	float: left;
	width: 320px;
	margin-bottom: 10px;
}


.bottom-container div {
	padding: 0 14px;
	width: 292px;
	float:left;
	min-height: 190px;
		background-image: url(../images/bg-bottom.png);
	background-repeat: repeat-y;
}

.bottom-container div div {
	padding: 0 10px;
	background-image: none;
	width: 272px;
	min-height: none;

}

#engagement {
	
background-image: url(../images/engagement-albums.jpg);
background-position: right;
background-repeat: no-repeat;
padding: 0 150px 0 10px;
width: 132px;
}

#press-box {
	
background-image: url(../images/ceremony-magazine.jpg);
background-position: right;
background-repeat: no-repeat;
padding: 0 172px 0 10px;
width: 110px;
height: 175px;
}

.bottom-container-middle {
	margin: 0 11px;
}

#sub-sub-container {
 	padding: 20px;
	width: 914px;
}

#home-images {
	height: 440px;
	overflow:hidden;
}


#menu {
	clear: both;
	height: 39px;
	text-align: center;
}


#footer {
	clear: both;
	padding: 10px 10px;
	font-size: 10px;
	line-height: 16px;
	margin-top: -4px;
	
}

#footer a {
	text-decoration: none;
	
}

#footer a:hover {
	color: #333333;
	
}


#footer h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	border-bottom: none;
	padding-top: 10px;
}

#left-column {
	float: left;
	display: inline;
	
}

#right-column {
	float: left;
	display: inline;	
}
 
#flashcontent {
	height: 550px;
 }
 
 #side-images {
 	float: right;
	margin: -20px -20px -20px 40px;
	width: 335px;
	height: 500px;
	background-color: #FFFFFF;
	border-left: 30px solid #ffffff;
}

.white-box {
	border: 3px solid #d6daae;
	padding: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
 
