/*this is the core style sheet for Lorraine's  HOMEPAGE*/

body,
html {
margin:0;
padding:0;
background:#B49DBA;
background-image:url(images/big_squig.png);
background-position: left;
}

#wrap {
width:750px;
margin:0 auto;
background:#B49DBA;
}

#banner {
padding:10px 20px;
width:325px; 
height:117px; 
background-image:url(images/Lor_banner.png);
background-repeat: no-repeat;
background-position: center;
}



/*menu starts*/

#nav ul {
margin:0;
padding:0;
padding:0px 0px;
list-style:none;
}

#nav li {
display:inline;
margin:0;
padding:0;
}


.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 40px;
		width:84px;
	margin-right: 0em;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1500px;
	height: 40px;
	background-repeat: no-repeat;
}
.hello {background-image: url(images/button_hello_over.jpg); width:84px;}
.hello a {background-image: url(images/button_hello.jpg);}


.gallery {background-image: url(images/button_gallery_over.jpg); width:84px;}
.gallery a {background-image: url(images/button_gallery.jpg);}

.websites {background-image: url(images/button_websites_over.jpg); width:84px;}
.websites a {background-image: url(images/button_websites.jpg);}

.print {background-image: url(images/button_print_over.jpg); width:84px;}
.print a {background-image: url(images/button_print.jpg);}

.contact {background-image: url(images/button_contact_over.jpg); width:84px;}
.contact a {background-image: url(images/button_contact.jpg);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*menu ends*/


#box {
margin-left:200px;
width:420px;
background:#EAE8EA;
}



p.paragraph {
padding-left:10px;
padding-right:10px;
font-family:georgia;
text-color:#333333;
text-decoration:none;
font-size:14px;
line-height:16px;
text-align:left;
}

#smallsquig {
position: absolute;
margin-left:295px;
margin-top:-60px;
padding:10px 10px 10px 10px;
width:118px; 
height:118px; 
background-position: right;
background-image:url(images/small_squig.png);
background-repeat: no-repeat;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.6;
  }


#footer {
margin-left:475px;
clear:both;
font-size:10px;
padding:10px 0px 40px 50px;
background:#B49DBA;

}


