/* CSS Document
 <div id="wrapper">
  <div id="header">   </div>
  <div id="logo">   </div>
  <div id="content">  </div>
  <div id="footer">    </div></div>*/ 
  
 body {
	font-family:  Georgia, Georgia Ref, "Times New Roman", Times, serif;
	color: #663399;
	font-size: 13px;
	background-color: #993366;
	font-style: normal;
	}
		h1{
	color: #663399;
	font-size: 16px;
	text-align: left;
	}
		h2{
	color: #663399;
	font-size: 13px;
	text-align: right;
	font-style: normal;
	}
	
		h3{
	color: #663399;
	font-size: 12px;
	text-align: right;
	font-style: italic;
	}
	
		
	h4{
	color: #663399;
	font-size: 12px;
	text-align: left;
	font-style: italic;	
	}
	
	h5{
	color: #663399;
	font-size: 13px;
	text-align: left;
	font-style: normal;
	}
	
	a:link {color:#993366;text-decoration: none;} 
	a:visited {color:#993366;text-decoration: none;} 
	a:hover {color:#703998;text-decoration: none;} 
	a:active {color:#703998;text-decoration: none;}	
  
  
 #wrapper {
	width: 800px;
	margin: auto;
		
}

#header {
	width:574px;
	height: 116px;
	float: right;
	background-color: #DCA9B6;
	font-family:  Georgia, Georgia Ref,"Times New Roman", Times, serif;
	color: #663399;
	font-size: 14px;
	top: auto;
	
}

#logo {
	width: 224px;
	height: 528px;
	float: left;
	background-color: #FEFDF5;
	border-right: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	background-image: url(images/birth.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	font-family:  Georgia, Georgia Ref, "Times New Roman", Times, serif;
	color: #663399;
	font-size: 13px;
	overflow: hidden;	
	}



#content {
	width: 574px;
	height: 410px;
	float: right;
	clear: right;
	background-color: #FFE5DF;
	border-top: solid #FFFFFF 2px;
	border-bottom: solid #FFFFFF 2px;
	overflow: auto;
	
	
	
}

#footer {
	width: 800px;
	height: 30px;
	background-color: #DCA9B6;
	clear: both;
	padding-top: 5px;
	color: #993366;
	font-size: 12px;
	
	
}
