body {
	background-color: #C4A7D2;
}


.container {
	width: 900px;
	margin: 0px auto; 
}
#header-banner header {
	overflow: hidden;
	width: 825px;
	margin: 10px auto;

}

.welcome {
	text-align: left;
	width: 700px;
	display: block;
}

#socialmedia {
	float: right;
	display: inline;
	margin-left: 55px;
	padding: 10px;
}

#nav-wrapper {
	width: 900px;
	margin: 10px auto;
	text-align: center;
	background: #fcecfc; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #fcecfc 16%, #fcecfc 16%, #fcecfc 18%, #fcecfc 19%, #fcecfc 19%, #fd89d7 78%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(16%,#fcecfc), color-stop(16%,#fcecfc), color-stop(18%,#fcecfc), color-stop(19%,#fcecfc), color-stop(19%,#fcecfc), color-stop(78%,#fd89d7)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #fcecfc 16%,#fcecfc 16%,#fcecfc 18%,#fcecfc 19%,#fcecfc 19%,#fd89d7 78%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #fcecfc 16%,#fcecfc 16%,#fcecfc 18%,#fcecfc 19%,#fcecfc 19%,#fd89d7 78%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #fcecfc 16%,#fcecfc 16%,#fcecfc 18%,#fcecfc 19%,#fcecfc 19%,#fd89d7 78%); /* IE10+ */
background: radial-gradient(ellipse at center,  #fcecfc 16%,#fcecfc 16%,#fcecfc 18%,#fcecfc 19%,#fcecfc 19%,#fd89d7 78%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#fd89d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#nav-menu {
	width: 900px;
	height: 40px;
	padding: 0px;
	margin: 0px auto;
}

#nav-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav-menu ul li {
	float: left;
	width: 150px;
	margin: 0px;
}

#nav-menu ul li a {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: purple;
	font-weight: bold;

}

#nav-menu ul li a:hover {
	background-color: aliceblue;

}


#main-container {
	width: 825px;
	margin: 10px auto;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;

}


#aboutimg {
	float:right;
	margin: 10px;
	height: 222px;
	border: double brown; 

}

.statcounter {
	text-align: center;
}
h1,h2 {
	font-family: 'Miltonian Tattoo', cursive;
	font-size: 350%;
	color: purple;

}

.collection {
	text-align: center;
	font-weight: bold;


}

#dollcollection a {
	text-decoration: none;
	font-weight: bold;
}	

#dollcollection a:hover {
	background-color: aliceblue;
	color: purple;
	font-weight: bold;
}

table {
	border-collapse: separate;
	border-spacing: 15px 5px;
}

th {
	color: purple;
	font-weight: bold;
}





