@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #dcd8d2;
}

h1 {
	font-size: 13px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#9E7A83;
}

h1.press {
	font-size: 19px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#000;
}
h1.about {
	margin-top: 141px;	
}

h2 {
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	color:#886971;
}

p {
	font-size: 12px;
	line-height: 20px;
}

#wrapper {
	margin:0 auto;
	width: 780px;
	height: 100%;
	}

#header {
	background-image: url(images/logo.jpg);
	height: 170px;
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
#nav {
	padding:0;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-variant:small-caps;
	font-weight:bolder;
	color: #666666;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

	
#main {
width: 780px;
height: 466px; 
}

#sidebar-p {
	padding-left: 42px;
	float:left;
	width: 120px;
	height: 100%;
}

#main-p {
	padding-right: 75px;
	padding-left: 10px;
	float: right;
	width: 520px;
	height: 100%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
}

#main-press {
	background-color:#ffffff;
	padding-right: 75px;
	padding-left: 10px;
	float: right;
	width: 520px;
	height: 100%;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}



sidebar-right {
float: right;
width: 190px;
}	
	

#footer {
	clear:both;
	text-align: center;
	padding-top:10px;
	font-variant: small-caps;
	font-size: 10px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}

#nav ul{
display: block;
list-style-type: none;
padding: 0 0 15px 0;
margin: 3px;
line-height: 21px;
}

#nav ul li{
	display:inline;
	margin: 1px;
}

#nav ul li a {
	text-decoration: none;
	padding: 0 25px 0 0;
	color:#666666;
	letter-spacing: 1px;
}


#nav ul li a.active {
color:#666666;
}


#nav ul li a:hover {
	text-decoration: none;
	color:#B99AA8;
}


#jewelry #nav-jewelry a,
#vintage #nav-vintage a,
#numerology #nav-numerology a,
#philosophy #nav-philosophy a,
#contact #nav-contact a
{
	color:#B99AA8;
}


a:link {
	text-decoration: none;
	color:#666666;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color:#333333;
	background: transparent;
}

a:hover {
	color:#9A6F75;
	background: transparent;
}

a:active {
text-decoration: none;
color: #9A6F75;
background: transparent;
}