@charset "iso-8859-1";

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 10px;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #414141;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#wrapper {
	width: 830px;	
	text-align: center;
	margin: auto;
	padding: 0px;
}
#header {
	width: 770px;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#headerlogo {
	height: 60px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#email {
	font-size: 13px;
	text-align: left;
	margin: 34px 0px 0px 10px;
}	
#email a {
	color: #808080;
}
#topbox {
	width: 140px;
	height: 60px;
	margin: 0px;
	float: left;
	background-color: #FFD9D2;
	padding: 0px;
}
#mainmenubar {
	width: 270px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #FFF;
}
#mainmenu1 {
	float: left;
	width: 56px;
	height: 30px;
	margin-top: 30px;
	padding-top: 4px;
	margin-bottom: 0px;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-color: #FFD9D2;
	border-left-width: 2px;
	border-left-style: solid;
}
#mainmenu2 {
	float: left;
	width: 60px;
	height: 30px;
	margin-top: 30px;
	padding-top: 4px;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
}
#mainmenu3 {
	float: left;
	width: 69px;
	height: 30px;
	margin-top: 30px;
	padding-top: 4px;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
}
#mainmenu4 {
	float: left;
	width: 69px;
	height: 30px;
	margin-top: 30px;
	padding-top: 4px;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
}
#mainmenubar a:link, #mainmenubar a:visited {
	color: #4040FF;
}
#mainmenubar a:active, #mainmenubar a:hover {
	color: #FFA1B7;
	text-decoration: none;
}
#main {
	width: 770px;
	height: 482px;
	margin: 0px;
	padding: 0px;
}
#mainleft {
	width: 350px;
	height: 482px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-image: url(images/home.jpg);
	background-repeat: no-repeat;
	border-top-color: #FFD9D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#mainleft a {
	color: #808080;
}
#mainleft h1 {
	font-size: 16px;
	margin: 80px 190px 0px 0px;
	color: #808080;
}
#mainleft p {
	font-size: 11px;
	color: #808080;
	text-align: left;
	margin-left: 10px;
}
#mainright {
	width: 270px;
	height: 482px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainright.jpg);
	background-repeat: no-repeat;
	border-top-color: #FFD9D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#mainrightcontent {
	height: 482px;
	width: 250px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#mainrightcontent h1 {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	margin-top: 6px;
	margin-bottom: 16px;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
}
#mainrightcontent a {
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #8080ff;
	text-decoration: none;
}
#mainrightcontent ul {
	font-size: 16px;
	text-align: left;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 0px;
}
.pool {
	list-style-image: url(images/bluebullet.gif);
	list-style-position: outside;
}
#mainrightcontent ul a:link, #mainrightcontent ul a:visited {
	color: #8080ff;
	text-decoration: none;
	font-weight: bold;
}
#mainrightcontent ul a:active, #mainrightcontent ul a:hover {
	color: #800080;
	text-decoration: none;
	font-weight: bold;
}
#middlepanel {
	width: 350px;
	height: 482px;
	margin: auto;
	float: left;
	padding-top: 0px;
	background-image: url(images/middlepanel.jpg);
	background-repeat: no-repeat;
	border-top-color: #FFD9D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#middlepanelscroll {
	width: 350px;
	height: 410px;
	overflow: scroll;
	margin: auto;
}
#middlepanelscroll a {
	color: #4040ff;
}
#middlepanelcontent {
	width: 350px;
	height: 413px;
	margin: auto;
}
#rightpanel {
	width: 270px;
	height: 482px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-color: #FFD9D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#rightpanel img {
	width: 270px;
	height: 432px;
	margin: 0px;
}
#rightpanelemail {
	width: 270px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#rightpanel a {
	color: #808080;
}	
#smallrightpanel {
	width: 270px;
	height: 482px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-color: #FFD9D2;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-color: #FFD9D2;
	border-right-width: 2px;
	border-right-style: solid;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#smallrightpanel img {
	width: 270px;
	height: 212px;
	margin: 0px;
}
#smallrightpanelemail {
	width: 270px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#smallrightpanelbottom {
	width: 270px;
	height: 220px;
	font-size: 10px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	color: #800080;
	text-align: left;
	font-style: italic;
	margin: 0px;
	font-weight: normal;
}
#smallrightpanelbottom p {
	padding-right: 5px;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin: 0px;
}
#smallrightpanel a {
	color: #808080;
}
#bottompanel {
	width: 345px;
	height: 50px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
	background-color: #E9E9E9;
	color: #808080;
	border-color: #FFF;
	border-width: 2px;
	border-style: solid;
}
#bottompanel a {
	color: #808080;
}
.special {
	font-family: vivaldi;
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
}
.title {
	font-family: vivaldi;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
}
.heading {
	font-family: georgia;
	color:#2A5FAA;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	padding-left: 10px;
}
.summary {
	font-family: georgia;
	color:#668DC3;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}
.summarylist {
	list-style-type: square;
	font-family: georgia;
	color:#668DC3;
	font-size: 12px;
	text-align: left;
	font-style: italic;
	margin-left: 5px;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 15px;
	font-weight: normal;
}
#verticalboxes {
	width: 140px;
	height: 482px;
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFD9D2;
	font-size: 11px;
	border-bottom-color: #FFD9D2;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
#box1 {
	width: 120px;
	height: 120px;
	background-image: url(images/baby1.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#box2 {
	width: 120px;
	height: 120px;
	background-image: url(images/reflex_small.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#box3 {
	width: 120px;
	height: 120px;
	background-image: url(images/massage_small.jpg);
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#box3 a {
	color: #4040ff;
	font-size: 13px;
	font-weight: bold;
}
#box3 p {
	padding-top: 100px; 
	margin: 0px;
}
#box4 {
	width: 120px;
	height: 70px;
	background-color: #FFF;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px 0px 0px 0px;
}
#box4 a {
	color: #4040ff;
}
#contactform {
	font-family: georgia;
	color:#2A5FAA;
	font-size: 14px;
	text-align: left;
	font-style: italic;
	padding-left: 15px;
}
.spacerright1 {
	margin: 0px;
	padding-left: 21px;
	padding-right: 0px;
}
.spacerright2 {
	margin: 0px;
	padding-left: 13px;
	padding-right: 0px;
}
#footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 8pt;
	color: #414141;
	text-decoration:none;
}

#htmlicon {
	float: left;
	margin-left: 550px;
	width: 88px;
}

#cssicon {
	float: left;
	width: 88px;
}
