@import "nav.css";


@-ms-viewport {
	width: device-width ;
	zoom: 1.0 ;
}
@-moz-viewport {
	width: device-width ;
	zoom: 1.0 ;
}
@-webkit-viewport {
	width: device-width ;
	zoom: 1.0 ;
}
@viewport {
	width: device-width ;
	zoom: 1.0 ;
}

body {
	font-family: 
		arial,
		helvetica;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

#title {
	 position: relative;
	 top: 0px;
	 bottom: 0px;
	 left: 0px;
	 right: 0px;
	 width: 100%;
       }

#content {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 1.5em 1.5em;
	top: 7.4em;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: url("monogram.jpg") no-repeat;
	background-position: center 9em;
	background-attachment: fixed;
}

#content.div {
        background: transparent;
}

p {
	text-align: left;
}

.center {
	text-align: center;
}

.title {
	margin: 0;
	padding: .25em;;
	font-family: times new roman;
	font-variant: small-caps;
	text-align: center;
	background-color: #CCCCFF;
}

.title h1 {
	font-size: 1.5em;
	border-bottom: 1pt;
}

.title span {
	position: relative;
	top: -2em;
	font-size: 0.8em;
	font-family: arial;
}
.title hr {
	display: none;
}

#BabyClock {
	float: right;
	width: 145px;
	height: 70px;
	text-align: center;
	font-size: 0.75em;
	margin: 0em;
	padding: 0.85em;
	background-image: url('/images/babyButtonGirl.gif');
	background-repeat: no-repeat;
}

#BabyNeg {
	float: left;
	width: 145px;
	height: 70px;
	font-size: 0.75em;
	margin: 0em;
	padding: 0.85em;
}
