@charset "UTF-8";
/* CSS Document */

.couples-theme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 17px;
}

.couples-theme h1 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 26px;
	color: #ffffff;
}

.couples-theme h2 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #f5d27f;
	font-style: italic;
}

.content .right {
	margin-left: 298px;
}

.content .left {
	width: 280px;
	float: left;
	overflow: hidden;
}

.names-couples-theme {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #aaaaaa;
}

body {
	background-repeat: repeat;
	background-image: url(/images/wedding-websites/bg-tile-vegas.jpg);
}

.couples-theme .top-banner {
	height: 95px;
	width: 100%;
	margin-bottom: 7px;
	background-image: url(/images/wedding-websites/banner-vegas.jpg);
	background-repeat: no-repeat;
	background-color: #999999;
	background-position: center;
}

#main-top-couples-theme {
	background-image: url(/images/wedding-websites/main-top-vegas.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 6px;
	width: 832px;
	margin-top: 7px;	
	font-size: 0px;/*IE6 needs this, because, it appends empty DOM elements with a \n character*/
	margin-bottom:0px;
	padding-bottom:0px;
}

#bttm-couples-theme {
	background-image: url(/images/wedding-websites/bttm-img-vegas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	height: 91px;
	width: 832px;
	margin: 0px;
}

#container-couples-theme {
	background-image: url(/images/wedding-websites/bg-main-vegas.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 808px;
  padding: 12px 12px 0px 12px;
	margin: 0px;
	top:0;
	background-color: #353535;	
}

/*--CSS FOR THE MAIN NAVIGATION (HORIZONTAL)--*/

#nav-couples-theme {
	width:auto;
	font-size:13px;
	position:relative;
	z-index:10;
	height: 27px;
	background-image: url(/images/wedding-websites/bg-nav-vegas.jpg);
	background-position: top;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 12px 0px 12px;
	margin-bottom: 7px;
}

#nav-couples-theme ul {
	margin:0;
	list-style-type:none;
	display: block;
}

#nav-couples-theme li {
	position:relative;
	float: left;
	height: 27px;
	width: 196px;
	margin: 0px;
	display: block;
}

#nav-couples-theme li a {
	display:block;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:13px;
	text-decoration:none;
	color:#FFFFFF;
	height: 22px;
	padding: 5px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

#nav-couples-theme li a:hover {
	color: #ffffff;
	text-decoration:none;
	background-image: url(/images/wedding-websites/bg-nav-hover-vegas.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/*--END CSS FOR THE MAIN NAVIGATION (HORIZONTAL)--*/
