@charset "UTF-8";
#about a {
	font-weight: bold;
	color: #5F514B;
	text-decoration: none;
}
#about a:hover {
	color: #DCDBD7;
}
/* CSS Document */

/*-----------Basic Styling-----------*/


#about {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #ccc6c0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#about h1 {
	font-weight: 100;
	color: #69B4B5;
	padding-bottom: 20px;
	padding-top: 20px;
}
#about p {
	padding-bottom: 8px;
	line-height: 1.7em;
	color: #4d565e;
	text-align: justify;
}
#about img {
	padding-bottom: 10px;
	padding-left: 20px;
}
#about p .emphasis {
	font-size: 20px;
	color: #69B4B5;
}
#columns {
	width: 200px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
#columns h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7BB1B3;
}
#columns p.indent {
	padding-left: 10px;
}
#collections {
	height: 380px;
}
#columns a {
	font-weight: bold;
	color: #5F514B;
	text-decoration: none;
}
#columns a:hover {
	color: #DCDBD7;
}
#collections img {
	padding-top: 20px;
	padding-right: 20px;
}
#collections h1 {
	font-weight: 100;
	color: #69B4B5;
	padding-bottom: 20px;
	padding-top: 20px;
}
#columns ul li {
	margin-left: 20px;
	line-height: 1.7em;
}
#title {
	float: left;
	width: 400px;
}
#specials {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-color: #ccc6c0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
}

