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

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

.couples-theme h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #624c36;
}

.couples-theme h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #624c36;
	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 #FFFFFF;
}

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

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

#main-top-couples-theme {
	background-image: url(/images/wedding-websites/main-top-elegant.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*/
}

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

/*--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-elegant.jpg);
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 12px 0px 12px;
}

#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:Arial, Helvetica, 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;
}

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

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

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