*{
	margin:0;
	padding:0;
}

body{
	/*background-color:#A9C6EB;*/
	behavior:url(csshover.htc);
        background: url(images/babysmall.jpg) bottom right no-repeat #A9C6EB;
}
h1, h2, h3, h4{
        font-family:"edwardian script", "monotype corsiva", vivaldi, arial, helvetica;
	color:#768AA4;
}

hr{
	color:#960;
	background-color:#960;
	height:1px;
        margin: 5px 0 5px 0;
}

p{
	color:#960;
        font-family:georgia, times, "times new roman";
        font-size:1.1em;
        margin-left:10px;
}
img{
	float:left;
}
div#topimage{
	position:absolute;
	top:10px;
	left:0px;
	height:290px;
	width:760px;
        border:1px solid #960;
}
div#main{
        position:relative;
        text-align:center;
	width:770px;
	margin-left:auto;
	margin-right:auto;

}

div#nav{
        position:absolute;
        top:310px;
	left:0px;
	width:760px;
        float:left;
        border:1px solid #960;
        font-size:1em;
        background-color:#EFDBD6;
}
div#nav ul{
        float:left;
	margin:0 0 0 0;
}
div#nav li{
	float:left;
	list-style-type:none;
	border-right:1px solid #960;
}
/*div#nav li:first-child{
	border-left:1px solid #960;
}*/
div#nav li:hover{
	background-color:#960;
}
* html div#listmenu ul{
	float:left;
	border-left:1px solid #960;
}
div#nav a{
	text-decoration:none;
        color:#960;
        padding:0 6px;
}
* html a{
	display:block;
}
div#nav a:hover{
	color:#A9C6EB;
}
div#leftcolumn{
	position:absolute;
	top:340px;
	left:0px;
}
div#rightcolumn{
	background-color:#EFDBD6;
	position:absolute;
	top:340px;
	left:130px;
	width:618px;
        padding:5px;
        text-align:left;
        border:1px dotted #960;
}
div#policies{
	background-color:#EFDBD6;
	position:absolute;
	top:340px;
	left:0px;
	width:750px;
        padding:5px;
        text-align:left;
        border:1px dotted #960;
}
.picspace{
	/*margin:5px 5px 5px 5px;*/
        border:1px dotted #960;
}
.formattedtext{
	color:#960;
        font-family:georgia, times, "times new roman";
        font-size:1.1em;
}
.smalltext{
	color:#960;
        font-family:georgia, times, "times new roman";
        font-size:.5em;
}