div.ThePlane
{
    position: relative;  
    margin-top: 700px; 
    display: block;
    left: 60px;
    height: 233px;
     width: 220px;
    
    
}
* {
	font-family: Comic Sans MS;
	color: rgb(56,30,30);
}

body
{
    margin: 0 0 0 0;    background-image: url(images/BodyTile.jpg); background-repeat: repeat-x;
}

a img { border-style: none; }

div.site
{
    background-image: url(images/process/left_bar_tile.jpg);
    background-repeat: repeat-y;
    margin: auto;
    width: 990px; 
    min-height: 750px;
    background-color: rgb(219,212,208);
    height: auto;

}

div.site_inner
{
    background-image: url(images/process/left_bar_footer.jpg);
    background-position: left bottom; 
    background-repeat: no-repeat;
    height: auto;
    min-height: 750px;
    width: 990px;
    background-color: Transparent;
    
}


div.logo
{
    width: 231px;
    padding-top: 4px; 
    background-color: White;
    height: 184px;
    float: left;
        overflow: hidden; 
}
div.page_header
{
   float: left;
   background-image: url(images/process/page_header.jpg);
   height: 189px;
   width: 759px;
   background-repeat: no-repeat;
   overflow: hidden; 
   position: relative;
   
}

/* Menu */
div#menu
{
   width: 770px;
   top: 105px;
   position: absolute;
}
div#contactLink{
	width: 128px;
    height: 27px; 
	position: absolute;
	top: 10px;
	right: 0;
}
#menu a
{
    width: 128px;
    height: 27px; 
    display: block;
    float: left;
    margin-left: -2px; 
}
#menu a.menu_home
{
    margin-left: 1px;
   
}


p{
	font-family: Comic Sans MS;
	font-size: 14px;
	color: rgb(56,30,30);
}

div.page_left_bar
{
    width: 280px;

    float: left;
    margin-left: 0px;
    padding-left: 0px;
    background-image: url(images/process/newsletter_sign_up.jpg);
    background-repeat: no-repeat;
    background-position: left 71px;
    height: 260px;
}

div.page_content
{
    width: 680px; 
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background-color: Transparent;




}

div.page_footer
{
    background-position: right bottom; 
    background-repeat: no-repeat;
    background-image: url(images/process/page_footer_old.jpg);
    height: auto;
    min-height: 750px;
    width: 990px;
}
p.login
{
    margin-left: 450px;
    padding-left: 95px;
    background-image: url(images/process/login.jpg);
    height: 31px;
    width: 202px; 
    background-repeat: no-repeat;
}
input.login
{
    border: 0px;
    background-color: Transparent;
    width: 85px;
    max-width: 85px;
	font-family: Comic Sans MS;
	font-size: 11px;
	color: rgb(56,30,30);
    
    
}


#MuralMomNewsletter{
	width: 520px; 
	height: 560px;
	position: absolute; 
	margin: -1950px 0 0 180px; 
	display: none; 	
	z-index: 11;
}


#AboutMuralMomContents,
#MuralMomNewsletterContents{
	background-color: rgb(219,212,208); 
	background-position: right bottom; 
	background-repeat: no-repeat; 
	background-image: url(/images/butterfly.jpg); 
	width: 460px; 
	height: 480px; 
	border: 1px solid black; 
	padding: 10px 10px 10px 10px; 
	position: relative;
	overflow: hidden;
}

#MuralMomNewsletterContents{
  height: 880px;
}
p.hangLeft {
	text-indent: -55px;
	margin-left: 55px;
}