body {
	text-align: center;
	background: #ffdcdf;
}

body {
	text-align: -moz-center;
}

#container {
	margin: 0 auto;
	background: #ffffff;
	width: 860px;
	margin-bottom: 15px;
}

#header {
	width: 860px;	
}

.logo {
	width: 860px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.navigation {
	width: 860px;
	margin-bottom: 80px;
}

#main {
	width: 860px;		
}


.mainTxt h1 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 32px;
	color: #c7768f;
}

.mainTxt h2 {
	font-family: Garamond, Georgia, Times, serif;
	font-size: 18px;
	color: #a67c52;
}

.mainTxt {
	width: 810px;
	text-align: left;
	font: 16px/26px Garamond, Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
}

.NavLine {
	width: 810px;
	border-bottom: solid 1px #e4e4e4;
}

#footer {
	margin: 0 auto;
	background: #ffffff;
	width: 860px;
	margin-bottom: 15px;
}

.footerJoin {
	width: 810px;
	padding-top: 15px;
}

.footerAd {
	width: 810px;
	padding-top: 15px;
}

.footerLinks {
	width: 810px;
	background: #f1ece6;
	margin-top: 15px;
	margin-bottom: 15px;
}

.footerLinksTxt {
	padding: 15px;
	color: #787673;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.darkPink {
	color: #c7768f;
}

.footerLinksTxt a:link {
	text-decoration : none; 
	color : #000000; 
} 

.footerLinksTxt a:visited {
	text-decoration : none; 
	color : #000000; 
} 

.footerLinksTxt a:hover , a:active {
	text-decoration : none; 
	color : #c0c0c0; 
} 

.darkPink a:link {
	text-decoration : none; 
	color : #c7768f; 
} 

.darkPink a:visited {
	text-decoration : none; 
	color : #c7768f; 
} 

.darkPink a:hover , a:active {
	text-decoration : none; 
	color : #000000; 
} 

a:link , a:visited {
	text-decoration : underline; 
	color : #c7768f; 
} 

.darkPink a:hover , a:active {
	text-decoration : none; 
	color : #000000; 
} 