@charset "utf-8";
/* CSS Document */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	background-color: #EAEAEA;
}
a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #A51169;
}#container {
	width: 965px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-left: 35px;
	padding-bottom: 35px;
}
#header {
	height: 145px;
	padding-bottom: 20px;
	padding-right: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 15px;
	word-spacing: 1px;
}
#header #left p {
	margin-top: 2px;
	margin-bottom: 0px;
}

#header #left {
	float: left;
}
#header #left.index {
	margin-top: 85px;
	width: 200px;

}
#header #left.home {
	margin-top: 50px;
}
#header #left .impress {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
}
#header #left .impress a {
	margin-right: 20px;
}

#header #left .active {
	font-style: italic;
}
#header #left .active2 {
	font-weight: bold;
}

#header #left2 {
	float: left;
	background-image: url(../images/girl.gif);
	height: 155px;
	width: 140px;
	margin-top: 5px;
}



#header #center {
	text-align: center;
	margin-top: 127px;
	float: left;
	width: 503px;
}

#header #logo {
	float: right;
	margin-top: 115px;
	
}
#header #logo a {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-indent: -9999px;
	display: block;
	height: 38px;
	width: 227px;
}



#middle {
	height: 500px;
	clear: both;
}
#middle.index {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#middle.home {
	background-color: #F9ECED;
}

#middle.home2 {
	background-color: #F9ECED;
	height: auto;
}

#middle #text {
	padding-left: 220px;
	padding-top: 70px;
	padding-bottom: 35px;
}
#middle #text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#middle   #text p  {
	color: #666666;
	font-size: 12px;
	padding-right: 310px;
	text-align: justify;
}
#middle #text #col1 {
	float: left;
	width: 250px;
}
#middle #text #col1 p {
	padding: 0px;
}

#middle #text strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#middle #text #col2 {
	float: left;
	width: 250px;
}
#middle #text #col2 p {
	padding: 0px;
}
