@charset "UTF-8";
h1 {
	font-size: 15px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a73b5a;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEC;
	font-size: 12px;
}

.fixed-header {
	height: 320px;
	width: 100%;
	position: fixed;
	background-color: #EEEEEC;
	z-index: 1000;
	clear: none;
	float: left;
}
.content {
	height: 100%;
	width: 420px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	margin-top: 0px;
	padding-left: 330px;
	padding-top: 20px;
}
.menu {
	background-color: #EEEEEC;
	float: left;
	padding-left: 100px;
	font-family: Helvetica, Arial, "Trebuchet MS";
	font-size: 12px;
	color: #A73B5A;
	font-weight: bold;
	clear: both;
	width: 230px;
}
.menu a:link {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}
.menu a:visited {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}
.menu a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
.menu a:active {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}




.body-pink a:link {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}
.body-pink a:visited {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}
.body-pink a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}
.body-pink a:active {
	color: #A73B5A;
	text-decoration: none;
	font-size: 11px;
}




.main-content {
	background-color: #EEEEEC;
	height: 1200px;
	width: 100%;
	padding-top: 320px;
}
.menu-style {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
}
.body {
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.body-special-offer {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #A73B5A;
}
.body-pink {
	font-size: 12px;
	line-height: 17px;
	color: #A73B5A;
}
.rule {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

