@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#container_980 {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(/images/back_header.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 980px;
	float: left;
}
#content {
	background-image: url(/images/back_content.jpg);
	background-repeat: repeat-y;
	width: 940px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
}
#footer {
	background-image: url(/images/back_footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 980px;
	float: left;
}
.clear {
	clear: both;
	height: 0px;
}
#header #logo {
	float: left;
	height: 95px;
	width: 300px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header #contact {
	float: left;
	height: 70px;
	width: 640px;
	text-align: right;
	padding-right: 20px;
	padding-top: 50px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #944A79;
	font-size: 24px;
	font-weight: bold;
}
#header #menu {
	background-image: url(/images/back_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 35px;
	width: 960px;
	padding-right: 10px;
	padding-left: 10px;
}
#header #menu ul {
	margin: 0px;
	padding: 0px;
}
#header #menu li {
	float: left;
	list-style-type: none;
}
#header #menu li a {
	font-size: 16px;
	font-weight: bold;
	color: #93316D;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#header #contact .contact_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
}
#header #contact .contact_details a {
	color: #F7D651;
	text-decoration: none;
}
.home_photo {
	float: right;
	height: 500px;
	width: 235px;
	padding-right: 10px;
}
#footer #cyg {
	float: left;
	height: 80px;
	width: 495px;
	padding-top: 10px;
	padding-left: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer #copyright {
	text-align: right;
	float: left;
	width: 460px;
	padding-top: 10px;
	padding-right: 10px;
}
#footer #copyright a {
	color: #000000;
	text-decoration: none;
}
#footer #copyright p {
	margin: 0px;
	padding: 0px;
}
#offer_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
#reminder_box {
	float: left;
	width: 100%;
	border: 1px solid #FEFF99;
	background-color: #FFFFFF;
}
#reminder_box #form1 {
	margin: 0px;
	padding: 0px;
}
#reminder_box table {
	margin-bottom: 10px;
}
#reminder_box th {
	font-size: 14px;
	font-weight: bold;
	color: #93316D;
	width: 140px;
	text-align: right;
	padding: 10px;
}
#reminder_box .reminder_input {
	width: 200px;
	border: 1px solid #A3316D;
}
#reminder_box .calendarSelectDate {
	width: 200px;
	border: 1px solid #A3316D;
}

