/* //////////////////////////////////////////////////////////
TITLE: Page Container Styles
UPDATED: Aug. 2009 Derek Godfrey
//////////////////////////////////////////////////////////// */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small; /* 62.5% = approx. 10px */
	text-align: center;
	background-color: #C8C8C8;
	background-image: url(Images/canvas.gif);
	background-repeat: repeat-x;
	color: #FFF;
	bottom: 500px;
	margin-bottom: 500px;
	}
/* ---------------------------------------- page structure */

#container {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #header {
	position: relative;
	height: 150px;
	width: 960px;
	background-color: #000;
}
h2 {
	font-size: 14px;
	color: #F4e4ad;
}

#container #header #logo {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(Images/Logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 55px;
}
#container #header #eternityheartname {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 55px;
	width: 300px;
	background-image: url(Images/eternityheartname.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 5px;
}
#headerbar {
	background-image: url(Images/headertaglinebackgrd.gif);
	background-repeat: repeat;
	height: 35px;
	width: 960px;
	position: relative;
}

#headertagline {
	height: 35px;
	width: 960px;
	position: relative;
	background-image: url(Images/headertagline.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
#container #content {
	background-color: #000;
	position: relative;
	width: 960px;
	height: auto;
}
#container #footer {
	position: relative;
	height: 120px;
	width: 960px;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footerbar {
	background-image: url(Images/headertaglinebackgrd.gif);
	background-repeat: repeat;
	height: 35px;
	width: 960px;
	position: relative;
}
#footertagline {
	position: relative;
	height: 35px;
	width: 960px;
	background-image: url(Images/headertagline.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#iccfa_logo {
	background-image: url(Images/iccfa_logo.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 99px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	position: absolute;
	left: 30px;
	bottom: 10px;
}
#copyright {
	width: 400px;
	right: 30px;
	bottom: 20px;
	position: absolute;
	font-size: x-small;
	color: #999;
}

#iccfa_text {
	width: 175px;
	position: absolute;
	left: 140px;
	font-size: x-small;
	float: left;
	bottom: 10px;
}
#navbar {
	font-size: small;
	color: #FFF;
	position: relative;
	width: 960px;
	margin-top: 10px;
}

#navbar ul {
	position: relative;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #3E3E3E;
    } 

#navbar ul li {
	display: inline;
    } 

#navbar ul li a {
	text-decoration: none;
	color: #CCC;
	position: relative;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
    } 

#navbar ul li a:hover {
	color: #FFF;
	background-color: #000;
	text-decoration: underline;
    } 
#frame {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	font-size: small;
	height: auto;
}


h1 {
	font-size: large;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 2px;
	font-weight: lighter;
	left: 29px;
	width: 505px;
	text-align: left;
}


#loveone {
	clear: both;
	height: 260px;
	width: 430px;
	right: 30px;
	position: absolute;
	background-image: url(Images/skybackground430x260.jpg);
	background-repeat: no-repeat;
	top: 20px;
	background-position: right;
}
#contentheader {
	background-image: url(Images/headertitle.jpg);
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	height: 30px;
	width: 890px;
	border: thin ridge #808080;
	color: #F9E4AD;
}
h3 {
	color: #F4e4ad;
	font-size: 14px;
}
.email {
	color: #FFF;
}

