body {
	background-color:black; /* NOT inherited before CSS2 */
	text-align:center; /* center justify left right - NOT inherited */
	color:white; /* foreground - inherited */
	font-family: verdana, arial, georgia, geneva, sans-serif; /* base font - inherited */
	font-size:1em; /* base font size - inherited */
	font-style:normal; /* normal or italic - inherited */
	font-weight:normal; /* bold bolder lighter - inherited */
}
div.header {
	background-color:white;
	color:black;
	width:750px; /* NOT inherited */
	height:auto; /* NOT inherited */
	margin:0px auto; /* margin outside div - IE doesn't count/Firefox does - NOT inherited */
	border:0px; /* IE doesn't count/Firefox does - NOT inherited */
	padding:0px; /* margin inside div - IE doesn't count/Firefox does - 2: TB,RL 3: T,RL,B 4: T,R,B,L - NOT inherited */
}
div.sideMenu, #left {
	background-image:url(images/layout/sideMenu-middle.gif);
	background-repeat:repeat-y;
	width:150px;
	margin:0px;
	border:0px;
	padding:0px;
	float:left;
	text-align:left;
	font-size:12px;
}
div.sideContent {
	width:100px;
	height:auto;
	margin:20px 0px;
	border:0px;
	padding:0px;
	float:left;
	position:relative;
	left:30px;
	font-size:10px;
}
div.sideBox {
	background-color:white;
	width:90px;
	height:auto;
	margin:20px 0px;
	border:1px solid black;
	padding:5px;
	float:left;
	position:relative;
	left:30px;
	font-size:10px;
}
div.sideBottom {
	background-image:url(images/layout/sideMenu-bottom.gif);
	background-repeat:no-repeat;
	width:150px;
	height:110px;
	margin:0px;
	border:0px;
	padding:0px;
	float:left;
}
div.container {
	background-color:white;
	background-image:url(images/layout/hypnobirthing-watermark.gif); /* NOT inherited before CSS2 */
	background-repeat:no-repeat; /* NOT inherited before CSS2 */
	background-attachment:fixed;
	background-position:center;
	width:600px;
	height:auto;
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div #right {
	width:600px;
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div.topMenu {
	background-image:url(images/layout/topMenu-bkgrnd.gif);
	background-repeat:no-repeat;
	width:600px;
	height:60px;
	margin:0px;
	border:0px;
	padding:0px;
	float:right;
}
div.mainContent {
	width:560px;
	height:auto;
	margin:0px 20px 0px 0px;
	border:0px;
	padding:20px 0px 0px;
	float: right;
	display:inline; /* workaround IE double margin bug */
	text-align:justify;
}
div.bottomMenu {
	width:560px;
	height:110px;
	margin:0px 20px 0px 0px;
	border:0px;
	padding:0px;
	float:right;
	display:inline; /* workaround IE double margin bug */
	text-align:left;
	font-size:12px;
}
div.sideContent h1, div.sideBox h1 {
	text-align:center;
	font-size:11px;
}
h1 {
	text-align:center;
	font-size:1.8em;
}
/* Navigation menu settings */
ul.menu1 {
	margin:0px;
	border:0px;
	padding:0px;
	list-style:none;
	float:left;
	position:relative;
	left:28px;
}
#nav a.menu1 {
	width:103px;
	display:block;
	line-height:17px;
	margin-bottom:-1px; /* prevent double border */
	border:1px solid black;
	padding:0px;
	background-color:#FFCCFF;
	color:black;
	font-weight:bold;
	text-decoration:none; /* removes the link underlines */
}
#nav a.menu1:hover {
	color:white;
	background-color:#990099;
}
ul.menu2 {
	margin:-19px 0px -1px;
	border:0px;
	padding:0px;
	list-style:none;
	float:left;
	position:absolute;
	left:104px;
	display:none;
}
#nav a.menu2 {
	width:125px;
	display:block;
	line-height:17px;
	margin-bottom:-1px;
	border:1px solid black;
	padding:0px;
	background-color:#FFCCFF;
	color:black;
	font-weight:bold;
	text-decoration:none;
}
#nav a.menu2:hover {
	color:white;
	background-color:#990099;
}
span.padding {
	margin:0px 5px;
}