* {
	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/home/left_bar_tile.jpg);
    background-repeat: repeat-y;
    margin: auto;
    width: 990px; 
    min-height: 950px;
    background-color: White;
    height: auto;

}

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


div.logo
{
    width: 232px;
    padding-top: 4px; 
    background-color: White;
    height: 184px;
    float: left;
        overflow: hidden; 
}
div.page_header
{
   float: left;
   background-image: url(images/buy/page_header.jpg);
   height: 189px;
   width: 758px;
   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: 269px;

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

div.page_content
{
    width: 701px; 
    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/buy/page_footer.jpg);
    height: auto;
    min-height: 950px;
    width: 990px;
}


#MuralMomNewsletter{
	width: 520px; 
	height: 560px;
	position: absolute; 
	margin: -1550px 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;
}
span.required, .error { color: red; }
