@charset "UTF-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #2F9EDF;
}

#wrapper {
	height: 650px;
	width: 1200px;
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height:110px;
	width:244px;
}
#col_left {
	width: 181px;
	height: 540px;
	float: left;
}
#menu {
	border-top:dotted #999 1px;
	width: 180px;
	line-height: 17px;
}

#col_right {
	float: left;
	height: 460px;
	width: 614px;
	border-top:dotted #999 1px;
	border-bottom:dotted #999 1px;
	margin-left: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 120px;
}
#home_image_frame {
	height: 640px;
	width: 614px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#col_text_right {
	float: left;
	height: 540px;
	width: 180px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-left: 50px;
	margin-top: 120px;
}
#col_right_plain {
	height: 470px;
	width: 614px;
	float: right;
	padding-top: 120px;
}


#floatframe {
	width:600px;
	height:450px;
	z-index:1;
	visibility: visible;
}

#content_container {
	background-color:#FFF;
	height:435px;
	float:left;
	width:auto;
}
#content_container img {
	display:inline;
	margin:0px;
	height: 400px;
}
.c {
	color: #f8d5e3;
}

