/*
	--CSS Stylesheet Information--
	Site: RememberingLeslie.com
	Date Created: January, 2009
	Author: Adam T.
*/

/*LAYOUT*/
*
{
	font-family: verdana,tahoma,sans-serif;	
	margin:0;
	padding:0;	
}
body
{
	background-color:#0766B3;	
	text-align:center;
}
#container
{
	width:900px;
	margin: 0 auto;
	text-align:left;
	background-image: url(images/containerbg.jpg);
}
#topheader
{
	height:92px;
	background-image: url(images/topheader.jpg);	
}
#header
{
	height:176px;
	background-image: url(images/header.jpg);
}
#headerlinks
{
	float:right;
	text-align:right;
	margin-top:150px;
	margin-right:90px;
}
#headerlinks a
{
	font-size:small;
	color:blue;
	text-decoration:none;	
}
#headerlinks a:hover
{
	text-decoration:underline;	
}
#contentheader
{
	height:61px;
	background-image: url(images/contentheader.jpg);	
}
#leftcontent
{
	width:591px;
	margin-right:309px;
	padding-bottom:10px;
	background-image:url(images/leftcontentbg.jpg);
}
#leftcontentheader
{
	width:591px;
	/*height:	129px;*/
	background-image:url(images/leftcontentheader.jpg);
	background-repeat: no-repeat;
}
#rightcontent
{
	float:right;
	width:309px;
	padding-bottom:10px;
	background-image:url(images/rightcontentbg.jpg);
}
.clearme
{
	clear:both;	
}
#footer
{
	width:900px;
	margin:0 auto;
	height:61px;
	background-image: url(images/footer.jpg);
}


/*PRESENTATION*/
p
{
	font-size:small;	
}
#leftcontent p
{
	margin-left: 85px;	
}
#rightcontent p
{
	font-family:garamond,verdana,tahoma,arial,sans-serif;
	margin-left:10px;
	margin-right:85px;
}

p.guestbooksample
{
	font-size:12px;	
	font-family:garamond,verdana,tahoma,arial,sans-serif;
	width:150px;
	padding:3px;
}
