@charset "UTF-8";

body {
	margin-top: 0px;
	background-image:url(images/bg_1.jpg);
	background-repeat: repeat;
	font-family:Verdana;
	font-size:10px;
	color:#231f20;
	line-height:17px;
}

#container{
	position: relative;
	width: 904px;
	height:auto;
	margin: 0 auto;
	background-color: #fff;
	border-right: 12px solid #FF4290;
	border-left: 12px solid #FF4290;
} 

#header { 
	position: relative; 
	background-color: #422f2c; 
	height: 136px; 
	background-image:url(images/header.png); 
	background-repeat: repeat-x; 
	color:#fff; 
	border-bottom: 3px solid #FF4290; 
} 

#header #mylogo{ 
	position: relative;
	left: 20px; 
	top: 58px; 
}

#content-left{
	padding: 0 20px;
	top: 0px;
	width: 358px;
	height:auto;
	background-color:#FF4290;
	position:relative;
	border-right: 1px solid #ff4290;
}

#caroline{
	padding: 0 20px;
	width: 358px;
	border-right: 1px solid #ff4290;
}

p{
	line-height: 1.8em;
	margin: 1em 0 1em 0px;
}

#content-right{
	position: absolute;
	width:470px;
	position: absolute;
	top: 176px;
	right: 0px;
	padding: 0 20px;
}

#contact{
	position: absolute;
	width:470px;
	height:20px;
	background-color: #FF4290;
	position: absolute;
	top: 136px;
	right: 0px;
	padding: 5px 18px 0 32px;
}

#footer { 
	position: relative; 
	background-color: #2a1d1b; 
	color: #705758; 
	padding: 0px 0 10px 0; 
	background-image: url(images/header.png); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	border-top: 3px solid #ff4290; 
}


a, a:link, a:active, a:visited, a:hover{ color: #413331; text-decoration: none;  }
a:hover{
	color: #FF4290;
	border: 0 none;
}



.title {
	color:#FF4290;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
	

.link {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.clearfix {display: inline-block;} 
/* Hide from IE Mac \*/ 
.clearfix {display:block;} 
/* End hide from IE Mac */ 
* html .clearfix{ height: 1px; } 
