body {
margin: 0;
background-image: url(/baby/images/holly-head.png);
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
background-color: #FFE4E1 ;
//*
background-color: #ffffff ;
background-image: url(blue-pink.gif);
*//
font-family:Helvetica,Ariel,sans serif;
font-size: small;
}
p {
	color: #000000;
}
a:active {text-decoration:underline;color:#9999ff;}
a:link {text-decoration:underline;color:#660066;}
a:visited {text-decoration:underline;color:#000000;}
a {text-decoration:none;}
ul {
list-style-type: none;
text-align: left;
}

#header {
/*
background-color: #ffffff;
border: 1px solid #000000;
*/
text-align: center;
margin-left: 5%;
margin-right: 5%;
margin-top: 1%;
}
.content {
background-color: 	#FFEFD5;
border: 1px solid #000000;
text-align: center;
font-size: small;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 300;
margin-right: 20px;
}
.textonly {
background-color: 	#FFEFD5;
border: 1px solid #000000;
text-align: left;
font-size: small;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 300;
margin-right: 20px;
}
table {
background-color:       #FFEFD5;
border: 1px solid #000000;
font-size: x-small;
font-family:Helvetica,Ariel,sans serif;
}
.right {
width: 200px;
background-color: #ffffff;
border: 1px solid #000000;
text-align: left;
font-size: x-small;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 90px;
margin-right: 90px;
}
#main {
width: 700px;
//
padding-left:0px;
float: left; 
//
}
#sidebar {

//
padding-left:700px;
//
}
//

