body {
	margin: 0;
	padding: 0;
	background-color: #dcdcdc;
	font-family: arial, helvetica, geneva, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
}

#main-body {
	position: relative;
	top: 10px;
	width: 100%;
	height: 100%;
}

#main-body-top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 10px;
	font-size: 0.1em;
}

#main-body-bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 768px;
	height: 10px;
	font-size: 0.1em;
}

#main-body-middle  {
	width: 768px;
	background-color: #fff;
}

#banner {
	background-image: url(../images/photo.gif);
	background-repeat: no-repeat;
	width: 746px;
	height: 126px;
	text-align: left;
}

#content {
	position: relative;
	width: 746px;
	top: 10px;
	text-align: left;
	padding-top: 5px;
}

#home-left {
	position: relative;
	float: left;
	width: 476px;
	margin-top: 80px;
	line-height: 130%;
}


#left {
	position: relative;
	width: 480px;
	float: left;
	top: 0;
	padding-bottom: 15px;
}

#left-top {
	width: 480px;
	height: 12px;
	background-image: url(../images/left-top.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}

#left-middle {
	width: 480px;
	background-image: url(../images/left-middle.gif);
	font-size: 0.8em;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
}

#left-bottom {
	width: 480px;
	height: 12px;
	background-image: url(../images/left-bottom.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}


#right {
	position: relative;
	width: 250px;
	float: right;
	top: 0;
	padding-bottom: 15px;
}

#right-top {
	width: 250px;
	height: 12px;
	background-image: url(../images/right-top.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}

#right-middle {
	width: 250px;
	background-image: url(../images/right-middle.gif);
	font-size: 0.8em;
	padding-bottom: 7px;
}

#right-bottom {
	width: 250px;
	height: 12px;
	background-image: url(../images/right-bottom.gif);
	background-repeat: no-repeat;
	font-size: 0.1em;
}

.feature {
	margin-left: 12px;
	margin-right: 12px;
}

.feature .feature-title {
	color: #850d4e;
	font-weight: 600;
}

h1 {
	font-size: 1.8em;
	color: #850d4e;
}

h2 {
	font-size: 1.4em;
	color: #850d4e;
}

a:link, a:active, a:visited, a:hover {
	color: #850d4e;
}

.highlight {
	color: #850d4e;
}

.highlight-line {
	width: 50%;
	height: 1px;
	color: #850d4e;
	background-color: #850d4e;
	text-align: center;
}

.small {
	line-height: 80%;
}
