@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8f2ed;
	margin: 0; 
	padding: 0;
	text-align: center;
	
}
#outerContainer {
	width: 770px;
	margin: 0 auto; 
	text-align:right;
	color:#997455;
	font-size:x-small;
}

#outerContainer a {
	color:#997455;
	text-decoration:none;
}

#innerContainer { 
	background-color:#FFF;
	border: 1px solid #997455;
	text-align: left;
	color: #000000;
	font-size:medium;
}
#sidebar1 {
	float: right; 
	width: 335px;
	background-image:url(pregnancy-lifeline-image.jpg);
	background-repeat:no-repeat;
	height:650px;
}

#services {
	position:relative;
	top:420px;
	text-align:center;
}

#services a:active, #services a:visited, #services a:link {
	color:#00F;
	text-decoration:underline;
}

#services a:hover {
	color:#900;
	text-decoration:underline;
	background-color:#FFF;
}

#mainContent {
	background-image:url(pregnancy-lifeline-logo.gif);
	background-repeat:no-repeat;
	margin: 0 200px 0 0;
	padding: 0 20px; 
} 

#menu {
	height:15px;
	padding-top:132px;
	color: #997455;
}

#menu a:active, #menu a:visited, #menu a:link {
	color:#997455;
	font-size:14px;
	text-decoration:none;
}

#menu a:hover {
	color:#30F;
	background-color:#FF9;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.small {
	font-size:small;
}

h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
}
