/* Little Things Mean a Lot Inc Stylesheet */
/* 2007 Cazzu Media */

*{
	margin:0px;
	padding:0px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size:12px;
}
body{
	background-color:#c53838;
}
img{
	border:none;
}
a, a:visited{
	color:#6c99bc;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
p{
	margin:5px;
	text-align:left;
}
.purple{
	color:#8d403d;
}
h1{
	font-size:46.3px;
	font-weight:normal;
}
h3{
	font-size:16px;
	font-weight:normal;
	color:#8d403d;
	background-color:#FFFFFF;
	text-align:left;
}
ul{
	list-style-type: none;
}
ul img{
	width:146.6px;
	height:33.3px;
}
hr{
	visibility:hidden;
	clear:both;
	height:10px;
}
#wrapper{
	text-align:center;
	background-color:#FFFFFF;
}
#bannerwrapper{
	text-align:center;
	background-color:##BDA8BF;
}
#banner{
	height:100px;
	width:780px;
	text-align:right;
	margin:0px auto;
}
#topgrad{
	background-image: url(images/topgrad.gif);
	height:26px;
	width:100%;
}
/*Content Section*/

#content{
	width:780px;
	background-color:#ffffff;
	color:#000000;
	text-align:left;
	margin:0px auto;

}
#nav{
	float:left;
	width:150px;
	margin:5px;
}
contentarea{
	float:right;
	margin:5px;
}
.left{
	float:left;
	width:45%;
	text-align:center;
}
#right{
	float:right;
	width:600px;
}
.right{
	float:right;
	width:45%;
}
.rightsub{
	float:right;
}

/*People Imgs*/
.picwrapper{
	width:300px;
	clear:left;
	margin-bottom:10px;
}
.picwrapper img{
	float:left; 
	margin-right:5px;
	margin-bottom:10px;
}

/*End people imgs*/

/*Photo Page*/

.photowrapper{
	text-align:left;
	width:280px;
	clear:left;
	margin-bottom:10px;
}
.photowrapper p{
	font-size:10px;
	margin-left:0px;
}
.photowrapper img{
	width: 280px;
	height:186px;
	margin-right:2px;
	margin-bottom:3px;
}

/*End Photos*/

/* End Content */

#bottomgrad{
	background-image: url(images/bottomgrad.gif);
	height:26px;
	width:100%;
	margin-bottom:10px;
}
#footerwrapper{
	text-align:center;
	background-color:##BDA8BF;
}
#footer{
	height:50px;
	width:780px;
	text-align:center;
	margin:0px auto;
	font-size:10px;
	color:#FFFFFF;
}
#footer a,a:visited{
	color:#f3ddf1;
	font-size:10px;
}