/* CSS Document */

/* body */
/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

body {
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	}
	
/* containers */

#main-container {
	margin: 25px auto 25px auto;
	width: 960px;
	min-height: 250px;
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	}
	
#banner-container {
	margin: auto auto auto auto;
	overflow: hidden;
	width: 960px;
	padding-bottom: 20px;
	border-bottom-style: solid;
	border-color: #6B0E26;
	border-width: 1px;
	}
	
#nav-container {
	margin: auto auto 15px auto;
	overflow: hidden;
	width: 960px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-color: #6B0E26;
	border-width: 1px;
	}
	
#bottom-container {
	margin-top: 30px;
	background-color: #ffffff;
	padding-top: 10px;
	border-top-style: solid;
	border-width: 1px;
	border-color: #6B0E26;
	}
	
#index-scroll {
	width: 960px;
	}
	
#index-text {
	width: 960px;
	overflow: hidden;
	}
	
#index-container-left {
	margin-top: 15px;
	width: 470px;
	padding-right: 10px;
	float: left;
	}
	
#index-container-right {
	margin-top: 30px;
	width: 470px;
	padding-left: 10px;
	float: left;
	
	}
	
	
#about-text {
	overflow: hidden;
	}

#ceremonies-wrap {
width: 960px;
overflow: hidden;
}
	
#ceremonies-img-left {
	width: 230px;
	float: left;
	overflow: hidden;
	padding-right: 15px;
	}
	
#ceremonies-right {
	width: 670;
	overflow: hidden;
	padding: 0px;
	}
	
#ceremonie-img-line-up {
	width: 900px;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	}
	
	
/* styles */

p {    
	font-family: "arial", "verdana", "times new roman";
	color: #525252;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
	}
	
a {
	font-family: "arial", "verdana", "times new roman";
	color: #525252;    
	text-decoration: none; 
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
	}
	
a:hover {
	font-family: "arial", "verdana", "times new roman";
	color: #6B0E26;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
	}

.float-right {

	float: right;
	}
	
.float-left {

	float: left;
	}
	
#logo {
    float:left;
    margin-top:20px;
	}
	
#banner {
    float:left;
    margin-top:20px;
	padding-left: 158px;
	}
	
#index-imgs {
	float: right;
	padding: 5px;
	}
	
#ceremonies-imgs {
	float: left;
	padding-right: 65px;
	padding-bottom: 20px;
	}
	
#ceremonies-imgs-last {
	float: left;
	padding-bottom: 20px;
	}
	
.about-image {

	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
	overflow: hidden;
	}
	
.textborder {
	border-style: solid;
	border-color: #6B0E26;
	border-width: 2px;
	padding: 10px;
	font-size: 14px;
	}
	
.justify-text {
	text-align: justify;
	font-size: 14px;
	}
	
.centered-image {
	text-align: center;
    display: block;
    }
	
ul {
	font-family: "arial", "verdana", "times new roman";
	color: #525252;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	padding-bottom: 10px;
	list-style-type: none;
	}
	
.padding-bottom-10 {

	padding-bottom: 10px;
	}
	
.padding-top-5 {

	padding-top: 5px;
	}
	
.list-style-type-none {

	list-style-type: none;
	}

.baby-naming-index {
	float: right;
	}
	
/* headings */

h1 {

	color: #6B0E26;
    font-weight: normal;
	font-size: 26px;
	line-height: 30px;
	font-family: "times new roman", "arial", "verdana" ;
	margin-top: 10px;
	padding-bottom: 10px;
	}
	
h2 {

	color: #6B0E26;
    font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	font-family: "times new roman", "arial", "verdana" ;
	padding-bottom: 10px;
	}

h3 {

	color: #6B0E26;
    font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	font-family: "times new roman", "arial", "verdana" ;
	padding-bottom: 10px;
	}
	
/* navigation */
	
#nav{
	width:100%;
	overflow:hidden;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom:1px solid #6B0E26;
	}

	
#nav li {
	display: block;
	padding-right: 41px;
	padding-left: 41px;
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-family: "arial", "verdana", "times new roman";
	background-color: #ffffff;
	text-align: center;
	}
	
#nav li a {
	background: #ffffff;
	text-align: center;
	color: #6C0B24;
	}

#nav li a:hover {
	color: #525252;
	}
	
/* list */

#list {

	list-style-type:none;
	margin:0;
	padding: 10px 0px 0px 0px;
	}
	
#list li {

	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	font-family: "arial", "verdana", "times new roman";
	}
