@charset "utf-8";
body {
	background-image: url(../images/caroline_main_bg.jpg);
	background-repeat: no-repeat;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
}
a {
	color: #d9c6bc;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
label {
	width: 80px;
	float: left;
}
br {
	clear: left;
}
input[type=text] {
	width: 260px;
	height: 31px;
	background-image: url(../images/caroline_form_bg_1.jpg);
	border: 0px;
	margin-bottom: 2px;
}
textarea {
	width: 260px;
	height: 123px;
	background-image: url(../images/caroline_form_bg_2.jpg);
	border: 0px;
	overflow: auto;
	margin-bottom: 2px;
}
#container {
	position: relative;
	width: 990px;
}
#top {
	background-image: url(../images/caroline_top_logo_image.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 130px;
}
#main {
	background-image: url(../images/caroline_content_bg.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 671px;
}
#main_left {
	width: 50px;
	height: 671px;
	float: left;
}
#main_menu {
	width: 455px;
	height: 671px;
	float: left;
	margin-left: -1px;
	margin-top: 54px;
}
#main_content {
	padding-left: 40px;
	padding-top: 62px;
	width: 395px;
	height: 671px;
	float: left;
}
#main_content h1 {
	width: 345px;
	min-height: 230px;
	padding: 0;
	margin-top: 18px;
	margin-bottom: 0;
	font-weight: normal;
}
#main_content div {
	display: inline-block;
	width: 345px;
}
#bottom {
	background-image: url(../images/caroline_bottom_bg.png);
	background-repeat: no-repeat;
	width: 990px;
	height: 85px;
}
#address {
	font-size: 11px;
	color: #000;
	position: relative;
	left: 535px;
	top: -45px;
	clear: left;
}
#address a {
	color: #000;
}

