body {
	color: #666666;
	background-color: #FDBACC;
	background-image: url(images/test.jpg);
	background-repeat: repeat;
}
#ol {
	background:  url('images/out.jpg') repeat;
	margin: 0 auto;
	width:950px;
}

#header {
	text-align: right;
	height: 125px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: repeat;
}

#header h1 {
	background: none;
	border: none;
	color: #FDBACC;
	margin: 0;
	padding: 75px 200px 0 0;
}

#menu {
	margin: 0 0 0 2px;
	padding: 2px;
	width: 220px;
	float: left;
	background-color: #fff;
}

html>body #menu {
	width: 220px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

#content {
	width: 700px;
	height: 100%;
	background: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

html>body #content {
	width: 700px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
}

#footer {
	clear: both;
	height: 8px;
	margin: 0;
	padding: 0;
	background: url('images/footer.jpg') bottom center no-repeat;
}


#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu h2 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-align: left;
	display: block;
	height: 20px;
	color: #fff;
	background-color: #F297D4;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 2px;
	border: thin solid #999999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li a {
	font: 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-decoration: none;
	padding: 2px 3px 0 0px;
	text-align: right;
	display: block;
	height: 18px;
	color: #FF779C;
	margin: 0px;
	background-color: #ff9cb8;
	background-image: url(images/li.jpg);
	background-repeat: repeat-x;
}

#menu li a:hover {
	font: 11px 'Lucida Grande', Arial, Verdana, sans-serif;
	text-decoration: none;
	padding: 2px 3px 0 0px;
	text-align: right;
	display: block;
	height: 18px;
	color: #fff;
	margin: 0px;
	background-image: url(images/hover.jpg);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #ff9cb8;
}

a:visited {
	color: #FF779C;
}

a:hover {
	color: #fdbacc;
}


h1 {
	font: bold 14px 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #F297D4 url('images/h1.jpg') repeat-x;
	border: 2px outset #b2b2b2;
	text-align: left;
	color: #fff;
	padding: 2px 5px;
	margin: 5px 0px;
}



p,td {
	font-size: 1em;
	line-height: normal;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

ul {
	list-style-type: square;
	color: #666666;
}

input {
	width: 250px;
	color: fdbacb;
	background: #fff;
	border: 1px solid #979797;
}

textarea {
	width: 250px;
	color: fdbacb;
	background: #fff;
	border: 1px solid #979797;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
