* {margin:0;padding:0}
A{color: #203873;
text-decoration:none}
A.selflink{
	color: #b4b6fe;
}
A.selflink:hover{
	color: #b4b6fe;
}
A:hover { text-decoration: 
none; color: #4f59d2}
A.submenu{color: #c66830;
}
A.submenu:hover{
	color:#fc843d;
}
h.headermenu{
	font-family: fantasy;
	font-size: 14pt;
	text-indent: 15px;
}
h.submenu{
	padding-left: 15px;
	font-family: serif;
	}
}
h2{font-family: impact; color: #725e7e}
h1{
	color: #c66830;
	font: 18pt fantasy;
}
h3{
	color: #c66830;
	font: 12pt fantasy;
}
p{  font-family: sans-serif;text-align: justify;
	color: #b4b6fe;
}
p.indent{
	
	font-family: sans-serif;text-align: justify;
	color: #b4b6fe;
	text-indent: 30px;
}
body {
	padding:0 0 0;
	color: #000000;
	
	text-align:center;
}
#wrapper{
	background:url(images/taikoright.png) bottom right;
	width:auto;
	min-width:770px;
	max-width:1024px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-style: solid;
	border-width: 2px;
	border-color:#203873;
}
#outer{
	margin-left:200px;
	margin-right:200px;
	color: #000000;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	line-height:115px;
	height:200px;
	overflow: hidden;
	background:url(images/momheader.png) left top;
	text-align: center;
	
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	margin-left:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
	text-align: center;
			}

/* My Comment */
* html #left {margin-right:-3px;}/* 3px jog*/
* html #outer{/* 3px jog*/
	margin-left:197px;
	margin-right:197px;
}
p {margin-bottom:1em;padding:0}

#right {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:right;
	margin-right:-199px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
	min-height: 450px;
	}
* html #right {margin-right:-130px;margin-left:-3px}/* stop float drop in ie + 3px jog */

#footer {
	width:100%;
	clear:both;
	line-height:25px;

	background:url(images/momfooter.png) right bottom;
	color: #000000;
	text-align:center;
	position:relative;
}
#clearheader{height:200px;}/*needed to make room for header*/
#centrecontent {float:right;width:99%;position:relative;padding-top: 30px; overflow: visible;}
* html #centercontent{width:100%}

.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

