@charset "UTF-8";
html, body {
	background-color: #b2a89b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#797066;
}

p {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#797066;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}


h1 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#797066;
	font-size: 18px;
	letter-spacing: .3em;
	position:relative;
	top:-15px;
}

#wrapper {
	width: 975px;
	height:auto;
	margin:auto;
}

#navigation {
	width: 300px;
	height:auto;
	float:left;
	text-align:center;
	position:relative;
	top: 60px
}

a.nav_main {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	letter-spacing: .4em;
	text-decoration:none;
	color:#797066;
	display: block;
	padding-top:22px;
	width: 300px;
	height: 40px;
	background-image:url(images/white_line.png);
	background-position:bottom;
	background-repeat: no-repeat;
}

a.nav_main2 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	letter-spacing: .4em;
	text-decoration:none;
	color:#797066;
}

a.nav_main:hover {
	color:#333
	text-align: right;
}

#content {
	width: 600px;
	height:auto;
	margin:center;
	float:left;
	position:relative;
	top: 0px;
	left: 30px;
}

.collection {
	text-align:center;
	font-size: 10px;
	letter-spacing:.4em;
}

.collection:hover {
	color:#333;
}
img#faded {
    opacity: .75;
    -webkit-transition: opacity .5s linear;
}
 
img#faded:hover {
    opacity: 1;
}
.para {
	font-family: "century gothic", arial, helvetica;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #8B8278;
	text-align: left;
	vertical-align: top;
}
#div-1 {
 position:relative;
 top:-170px;
 left: -5px;
 width:450px;
}
#div-1 p {
 text-align: center;
}
#div-1 h2 {
	font-family:Century Gothic, Arial, Helvetica, sans-serif;
	color:#797066;
	font-size: 10px;
	font-weight: lighter;
	position:relative;
}


