#homeMain{
	width: 760px;
	height: 430px;
	margin: 0px auto;
	background-color: #9C5F6F;
	border: 1px solid #CBABB3;
	position: relative;
	top: 6px;
	overflow: hidden;
}

.sub{
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

.homeContent {
	margin: 0 auto;
	position: relative;
	top: 55px;
	overflow: hidden;
	width: 640px;
	border-top: 8px solid #DEB2C1;
	border-bottom: 8px solid #DEB2C1;
	background-color: #DEB2C1;
	padding-left: 8px;
}

.topText {
	margin: 0 auto;
	width: 640px;
	color: #DEB2C0;
	letter-spacing: 1px;
	position: relative;
	top: 45px;
	text-align: left;
}

.menu {
	width: 712px;
	position: absolute;
	top: 8px;
	left: 32px;
	text-align: left;
}

.centerLines {
	background-image: url(../images/home/centerLines.gif);
	height: 267px;
	width: 41px;
	float: left;
	background-repeat: repeat-y;
}

.rightLines{
	background-image: url(../images/home/rightLines.gif);
	height: 267px;
	width: 90px;
	float: left;
	background-repeat: repeat-y;
}
