﻿/* These are site-wide styles for general use */

body {
	margin: 0px;
	background-color:#009FC3;
	width: 100%;
	height: 100%;
	background-image: url("images/ww-bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

p {
	font-family: Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

li {
	font-family: Calibri, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

a:link {
	color: #e34948;
	text-decoration: underline;
}

a:visited {
	color: #e34948;
	text-decoration: underline;
}

a:hover {
	color: #a31b1a;
	text-decoration: underline;
}

input, select, textarea {
	font-family: Arial;
	font-size: 8pt;
	color: #995A25;
}

hr {
	height: 1px;
}

table {
	z-index: 2;
}

#content {
	z-index: 1;
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
}

#layout {
	width: 960px;
	border: 0px;
}

.cell-left {
	width: 295px;
	background-color: #FFFFFF;
}

.cell-right {
	width: 665px;
	background-color: #FFFFFF;
}

.cell-top, .cell-bottom {
	width: 960px;
}

.cell-bottom {
	height: 89px;
	background-image: url('images/bottom.png');
}

.table-right {
	width: 665px;
	border: 0px;
}

.cell-content {
	width: 665px;
}

.cell-content-copy {
	width: 665px;
	background-image: url('images/home-content-mid.png');
	background-repeat: repeat-y;
}

.image-left {
	margin-top: 16px;
}

.headline {
	font-size: 14pt;
	font-weight: bold;
}

.footer {
	font-size: 10pt;
	margin: 10px 32px 0px 32px;
}

/* Home page styles */
.home-formlinks {
	font-size: 13.5pt;
	margin: 15px 32px 0px 32px;
}

/* Contact page styles */
.contact-map {
	text-align: center;
}

/* Massage page styles */
#div_massage {
	padding-left: 32px;
	padding-right: 50px;
}