body {
  /*background-color: #e5e5e5;*/
  background-color: #fff;
  padding: 0px;
  margin: 0px;
}

div, p {
  font-family: "Geneva", Arial, sans-serif;
  color: #919195;
  font-size: 11px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #919195;
}

a:hover {
	color: #000;
}

ul {
	list-style-type: none;
	line-height: normal;
}

#container {
	width: 900px;
	max-width: 900px !important;
	height: 600px;
	max-height: 600px !important;
	background-color: #fff;
	margin-top: 20px;
	position:absolute;
	left: 50%;
	margin-left: -450px;
}

.homepage {
	background-image: url('../images/backgrounds/hp_fa09.jpg');
	background-position: 20px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.stores {
	background-image: url('../images/backgrounds/stores_fa09.jpg');
	background-position: -60px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.contact {
	background-image: url('../images/backgrounds/contact_fa09.jpg');
	background-position: -60px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

.about {
	background-image: url('../images/backgrounds/about_fa09.jpg');
	background-position: -30px 0px;
	background-repeat: no-repeat;
	overflow: hidden;	
}

.about p strong {
	letter-spacing: 1px;
	color: #848383;
}

/* --------------- NAVIGATION ------------------------- */

#nav_group {
	text-align: center;
	width: 600px;
	margin: 25px 150px;
}

#nav_links {
	margin: 10px 0 0 0;
	padding: 0;
}

#nav_links li {
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 0;
}

#nav_links li.collection_link {
	padding: 0 10px 0 0;
}

#nav_links li.stores_link, #nav_links li.press_link, #nav_links li.about_link {
	padding: 0 10px 0;
}

#nav_links li.contact_link {
	padding: 0 0 0 10px;
}

.subnav {
	margin: 10px 0 0 0;
	padding: 0;
	white-space: nowrap;
}

.subnav li {
	text-align: center;
	list-style-type: none;
	display: inline;
	margin: 0 10px;
}

.homepage #nav_group {
	position: relative;
	left: 175px;
	top: 275px;
}

/* ----------------------- MAIN DISPLAY SPACE -------------------- */

.copy_content {
	position: relative;
	text-align: left;
	line-height: 18px;
	width: 500px;
	margin: 25px 200px 25px 300px;
	overflow: auto;
}

.copy_content form input, .copy_content form textarea {
	border: 1px solid #919195;
}

.column {
	position: relative;
	left: 25px;
	width: 400px;
	height: 400px;
	float: left;
	overflow: auto;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.column h3 {
	margin: 0 25px 0 25px;
	font-weight: normal;
}

.column ul {
	margin: 0 25px 25px 25px;
}

.image_content {
	overflow: auto;
	margin: 50px 25px 25px 25px;
	border: 1px solid #919195;
	border-width: 0 1px;
	width: 850px;
	max-height: 350px !important;
	height: 340px;
	white-space: nowrap;
}

.image_content img {
	padding: 0 10px;
}

.credits {
	text-align: right;
	margin: 0 25px 0 0;
	line-height: 18px;
	font-size: 85%;
}

.jcsc_credit {
	text-align: left;
	margin: 0 25px 0 300px;
	line-height: 18px;
	font-size: 85%;
}

.storename {
	color: #000;
	font-size: 12px;
}