@charset "utf-8";
body {
	background: #35355b;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

p, td {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#003;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:large;
	color:#300;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:medium;
	color:#300;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	color:#300;
}
a:active, a:link, a:visited {
	color:#009;
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	text-decoration:none;
}
a:hover {
	color:#F00;
}

#container {
	width: 80%;
	background: #d6ddde;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
	background-image:url(swanbourne_massage_headerbg.gif);
	background-repeat:repeat-x;
	height:224px;
	text-align:center;
	padding:0;
	margin:0;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
	font-size:x-small;
}
#footerRight {
	float:right;
}
#footerRight a:active, #footerRight a:link, #footerRight a:visited {
	font-size:x-small;
	color:#000;
	text-decoration:none;
}
#footerRight a:hover {
	color:#F00;
}
