html {

	margin: 0px;
	padding: 0px;
	background-color: White;
	overflow: scroll;
}			
body {
	font-size: 1em;
	background-color: #ffedf1;
	background-image: url('lightpinkbg.gif');
	color: Red;
	margin:10px auto;
	padding: 0;
	width:800px;
	min-height: 800px;
	font-family: Verdana;
	/*
	font-family: 
		"Kunstler Script",		
		"Monotype Corsiva",
		"Apple Chancery",
		"URW Chancery L", 
		cursive;
	*/
	border: 1px solid Pink;
}

a, a:visited, a:hover, a:active {
	color: Red;
	font-weight: Bold;
	text-decoration: none;
}

img {
	border: 0px solid black;
}

#logo {
	text-align: center;
	border: 0px solid Red;
	margin: 0px;
	font-size: 2.5em;
}

#logo img {
	border: 0px solid black;
}

#index_body {
	clear: both;
	text-align: center;
}

#index_body img {
	border: 1px solid Pink;
}

#index_menu {
	clear: both;
	text-align: center;
}

#index_menu span {
	width: 200px;
	text-align: center;
}

#index_menu a {
	margin-left: 5px;
	margin-right: 5px;
}

#index_menu img {
	border: 0px solid black;
}
#collections_menu {
	float: left;
	clear: both;
	width: 200px;
}
#collections_menu div {
}
#collections_menu img {
	border: 0px solid black;
}
#collections_menu div.plain {

}

#collections_menu div.selected {
}


#collections_body {
	width: 575px;
	float: right;
	margin-right: 10px;
	padding: 0px;
}

#collections_body a img {
	border: 1px solid Pink;
	height: 180px;
	width: 136px;
	cursor: pointer;
}

#contact_menu {
	clear: both;
	text-align: center;
}
#contact_menu div {
}

#contact_menu img {
	border: 0px solid black;
}

#contact_menu div.plain {

}

#contact_menu div.selected {
	border-bottom: 1px Solid Pink;
	border-right: 1px Solid Pink;
}

#contact_body {
	clear: both;
	margin: 0px 100px 0px 100px;
	padding: 0px;
	text-align: center;
}

#contact_body div.contact_column  {
	float: left;
	width:  200px;
	height: 160px;
	border: 0px solid Pink;
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
}

#login_body {
	clear: both;
	text-align: center;

}
