body {
	text-align:center;
}

div#centeredgrouping {
	position: relative;
	width:478px;
	height: 526px;
	margin: 100px auto;
	padding: 0;
}

div#hennahand {
	position:absolute;
	width: 328px;
	height: 509px;
	top: 15px; 
	right: 15px;
	background: url(../images/hennahand.jpg) no-repeat;
}

div#graphic {
	position:absolute;
	top:440px;
	left:123px;
	height:75px;
	width:206px;
	background: url(../images/indexgraphic.gif) top left no-repeat;

}

#graphic img {
	position: absolute;
	top: 42px;
	left: 89.5px;
	border: 0;
}

div#title {
	position:absolute;
	top: 364px;
	left: 37px;
}

h1 {
	font-size:29px;
	font-weight:700;
	letter-spacing;5px
	font-family: Times, serif;
	color:#333;
	margin: 0;
	padding: 0;
}
em {
	color:#666;
	font-style:normal;
}

div#linklist {
	position:absolute;
	left:41px;
	top:413px;
	width: 360px;
}

ul#catagories {
	padding:0;
	margin: 0;
	height:10px;
}
	

ul#catagories li {
	display:inline;
	list-style:none;
	font-family:Arial, sans-serif;
	font-size:15px;
	padding:0 10px;
	border-style:solid;
	border-width: 0 1px; 
	border-color:#663;
	margin:0 1px;
	color:#693;
	letter-spacing:3.5px;

}

ul#catagories li a {
	color:#693;
	text-decoration:none;
}

ul#catagories li a:hover {
	color: #033;
}

ul#catagories li.itemone {
	border-left:0;
	border-color:#663;
}

ul#catagories li.itemlast {
	border-right:0;
	border-color:#663;
}
		
