/* Layout Stylesheet */ 

body {
	margin:20px;
	background:#FFFFFF;
	color: #333333;
	text-align:center;
	padding:0;
 }

#outer {
	text-align:left;
	border:2px solid #000000;
	width:650px;
	margin:auto;
	background-color: #FFFFCC;
 }

#hdr {
	height:60px;
	background:#FFCC33;
	color: #333333;
	background-image: url(rosess.jpg);
 }

#cont {
	width:650px;
	background:#ffffff;
	color: #333333;
	border:solid #000000;
	border-width:0 0 0 0px;
	text-align:left;
	background-color: #FFFFCC;
 }

#ftr {
	height:25px;
	background:#FFFF00;
	color: #333333;
	border:solid black;
	border-width:1px 0 0 0;
	margin:0;
	background-image: url(rosess.jpg);
	font-weight: bold;
 }

