*	{ margin: 0; padding: 0; }
html	{ overflow-y: scroll; height: 100%; }
ul	{ list-style: square inside; }
ol	{ list-style: decimal inside; }
a	{ outline: none; text-decoration: underline; }
a img	{ border: none; }
img	{ vertical-align: middle; }

body { background-color: #99ffcc; }

#wrapper {
	background-image: url('../Lavender_DesignA0D5.gif');
	clear: both;
	height: auto;
	margin: 0 auto;
	width: 960px;
	
}

#header {
	clear: both;
	padding: 10px;
	width: auto;
}

#header h1 {
	color: #660066;
	font-family: 'Irish Grover', sans-serif;
	text-align: center; 
}

#main {
	clear: both;
	margin: 0 auto;
	padding: 10px; 
}

#main img { 
	height: 175px;
	width: 200px;
}

.pics { padding: 10px; }

.pics ul { 
	list-style: none; 
	text-align: center; 
}

.pics li { 
	display: inline;
	padding-right: 16px;
}
	
#footer {
	margin: 0 auto;
	padding: 10px;
}

#footer h5 {
	font-family: 'Irish Grover', sans-serif;
	text-align: center; 
}