/* CSS Document */
html {
	background: url("/images/wallpaper.jpg") top left; 
}

body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px; 
}

p {
line-height: 1.5em;
margin: 12px 0px;
}

a:link,
a:visited {
color: #8c6013;
text-decoration: none;
}

a:hover{
color: #a69177;
}

/********************/

#wrapper {	
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 960px; 
}

#header {
	float: left;
	width: 960px;
	margin: 0px;	
}

#logo {
	background: url("/images/venus-logo.png") no-repeat center;
	border: 0 none;
	margin: 0 auto;
	padding: 15px 0px;
}

#logo a {
	position: relative;
	left: 376px;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 0 !important;
	margin: 0;
	overflow: hidden;
	padding: 86px 0 0;
	text-decoration: none;
	width: 210px;	
}

#logo span {
    display: none;
}

.subFooterItems {
  float: left;
  margin: 0 40px 0 10px;	
}

#dressDetailContent, 
#dressListContent {
width: 920px;
padding: 16px 20px 20px 20px;
background-color: #bfbeb9;
float: left;
}

#dressListContent {
padding-left: 60px;	
}

#leftDressDetailContent {
float: left;
width: 420px;
margin-right: 40px;
}

#rightDressDetailContent {
float: left;
}

/*FOOTER*/
#footer {
  clear: both;
  float: left;
  padding: 2em 0 2em;
  width: 100%;
  background: #000000;
  color: #E3DEDB;
}

#footer h4 {
font-size: 1.1em;
margin-bottom: 10px;
}

.subFooterListTitle {
margin-top: 10px;	
}

#footerItems {
  left: 50%;
  margin-left: -480px;
  position: relative;
  top: 0;
  width: 960px;	
}

#footerItems ul li{
line-height: 1.5em;
}

#footer a:link, 
#footer a:visited {
color: #666666;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}

#copyright {
clear: both;
text-align: center;
padding-top: 30px;
}
