@charset "utf-8";
/* CSS Document */

.brown_text {		
	color: #664422; 
}
.pink_text {		
	color: #CE4553; 
}
.pink_text_bold {		
	color: #CE4553;
	font-weight:bold;
}
a.pink_text {
	color: #CE4553;
	text-decoration: none; 
}
#content-column-wrapper {		
	position: relative;
	width: 314px;
	height: 442px;
	overflow: hidden;
}
#content-column {
	position: absolute;
	left:0;
	top:0;
	width: 314px;
	height: 442px;
	overflow: hidden;
	z-index: 1;
}
/*#content--column p{
	padding-left: 23px; 
	padding-right: 20px;
	text-align: justify;
}*/

#image-column {		
	width: 484px;
	height: 442px;
	overflow: hidden;
}
#content-cover {		
	position: absolute;
	left:0;
	top:0;
	width: 314px;
	height: 442px;
	background-color: white;
	z-index: 2;
	
}
#image-column {		
	position: absolute;
	left: 0;
	top: 0;
	width: 484px;
	height: 442px;
	overflow: hidden;
	z-index: 1;
}
#image-column-wrapper {		
	position: relative;
	width: 484px;
	height: 442px;
	overflow: hidden;
}
#image-cover {		
	position: absolute;
	top: 0;
	left: 0;
	width: 484px;
	height: 442px;
	overflow: hidden;
	background-color: white;
	z-index: 2;
}
body{
	background:#ffd9dc url(../images/bg-body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.main {
	margin:0 auto;
	width:798px;
	padding:0 8px;
	background:url(../images/page-shadow.png) repeat-y;
}
#header {
	position:relative;
	background:url(../images/header-bg.jpg) no-repeat;
	height:127px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	font-family:Verdana, Tahoma, sans-serif;
}
#header ul {
	position:absolute;
	top:93px;
	left:-6px;
	margin:0;
	padding:0;
	list-style:none;
	font-size:16px;
	text-align:center;
	width:100%;
}
#header ul li {
	padding:0 13px 0 19px;
	display:inline;
	background:url(../images/separator-header.gif) no-repeat 0 4px;
}
#header ul li:first-child {
	background:none;
}
#header ul a {
	color:#ce4553;
	text-decoration:none;
}
#header ul a:hover {
	text-decoration:none; color:#FFFFFF;
}
.footer-holder {
	width:100%;
	background:#cd9a76 url(../images/footer-stretch.jpg) repeat-x;
}
#footer {
	margin:0 auto;
	width:764px;
	min-height:69px;
	padding:11px 30px 0 20px;
	background:url(../images/footer-bg.jpg) no-repeat;
	font:11px/11px Arial, Helvetica, sans-serif;
	color:#e6d4c2;
}
* html #footer {
	height:69px;
}
#footer strong a {
	float:right;
	height:65px;
	width:353px;
	background:url(../images/logo.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#footer p {
	margin:47px 0 0;
	letter-spacing:1px;
}
#footer p a {
	color:#e6d4c2;
	text-decoration:none;
}
#footer p a:hover {
	text-decoration:underline;
}
#columns-holder {
	height: 442px;
	background-color: white;
}
.textbox_regular {
	color: #666666; 
	background-color: transparent; 
	width: 235px; 
	margin: 0; 
	padding: 0; 
	height: 14px; 
	line-height: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border-width: 0px;
	font-weight:lighter;
}
.textbox_short {
	color: #666666; 
	background-color: transparent; 
	width: 180px; 
	margin: 0; 
	padding: 0;
	height: 14px; 
	line-height: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	border-width: 0px;
	font-weight:lighter;
}
.spacer_div {
heigh:10px; width:10px; line-height: 10px; overflow: hidden;
}
div.pinktextbox {
	background-image: url(../images/contact/pinktextbox.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-left: 6px;
	width: 280px;	
	overflow: hidden;
}
div.pinktextarea {
	background-image: url(../images/contact/pinktextarea.gif);
	background-repeat: no-repeat;
	height: 106px;
	width: 286px;		
}