html, body
	{height:100%;} 

body {
	padding:0;
	margin:0;
	background-color: #FFDBE9;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-align: center;
}

a:link {
	color: #ce6586
}

a:visited {
	color: #631a2b;
}

a:active {
	color: #631a2b;
}

#outer {
	height:100%;
	min-height:100%;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	width: 660px;
	background-color: #f2aec7;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
	border-top-width: 0px;

	border-bottom-width: 0px;

	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #ce6586;

	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ce6586;
}
#outer p {padding-left:6px; padding-right:6px;}
html>body #outer{height:auto;} 
	
#header {
	background: #f2aec7;
	height:10px;
	margin-left:0px;
	margin-right:0px;
}
#footer {
	position: absolute;
	bottom:0;
	left:0;
	background: #f2aec7;
	height:8px;
	width:100%;
	margin-left:0;
	margin-right:0;
}
#clearfooter{
	clear:both;
	height:8px;
}
/*needed to make room for footer*/

#inner { 
	padding-top: 0px; 
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-left: 10px;
	width: 640px;
	background-color: #f2aec7;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	
}
h1 {
	color: #ffffff;
	font-size:  11px;
	font-family: arial, sans-serif;
	font-weight: bold;
}

