body
{
    text-align: center;
    margin: auto;
    background-image: url('../images/bkgnd.png');
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
}

#container
{
    width: 970px;
    margin: auto;
    text-align: left;
    display: block;
}

#header
{
    width: 100%;
    float: left;
    position: relative;
    display: block;
    height: 160px;
}

#header .logo
{
    position: absolute;
    top: 5px;
    left: 0px;
    height: 157px;
  width: 341px;
    display: block;
}

#updates
{
	position: absolute;
	top: 15px;
	left: 400px;
	width: 300px;
	height: 150px;
	color: #ffffff;
}

#header .shop
{
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: 142px;
    height: 34px;
    display: block;
	background-image: url('../images/cart.png');
	background-repeat: no-repeat;
    text-decoration: none;
}

#links
{
   width: 215px;
   float: left;
   display: block;
   background-color: #000000;
   margin-top: 10px;
   margin-right: 8px;
   filter:alpha(opacity=70);
   -moz-opacity:.70;
   opacity:.70;

}

h1
{
	font-size: 20px;
	font-weight: normal;
}

#links .home
{
    height: 40px;
	background-image: url('../images/link-home.png');
}

#links .aboutus
{
    height: 40px;
        background-image: url('../images/link-aboutus.png');
}

#links .collection
{
    height: 40px;
        background-image: url('../images/link-collection.png');
}

#links .contact
{
    height: 40px;
        background-image: url('../images/link-contact.png');
}

#links .contacts
{
    height: 40px;
	background-image: url('../images/link-contacts.png');
}

#links .credits
{
    height: 40px;
	background-image: url('../images/link-credits.png');
}

#links .dresses
{
    height: 40px;
	background-image: url('../images/link-dresses.png');
}

#links .media
{
    height: 40px;
	background-image: url('../images/link-media.png');
}

#links .publicity
{
    height: 40px;
        background-image: url('../images/link-publicity.png');
}


#links .stockist
{
    height: 40px;
        background-image: url('../images/link-stockist.png');
}


#links .stockists
{
    height: 40px;
	background-image: url('../images/link-stockists.png');
}

#links ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#links li
{
    float: left;
    width: 100%;
    display: block;
}

#links a
{
  width: 100%;
  margin: 7px 0 8px 0;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	background-position: center 0px;
}

#links a:hover
{
	background-position: center -40px;
}

#content
{
    display: block;
    float: right;
    width: 746px;
    margin: 10px 0 10px 0;
}


#content embed
{
    border: 2px solid #000000;
}

#footer
{
	display: block;
	width: 100%;
	float: left;
}

#footer-left
{
	display: block;
	float: left;
	width: 50%;
}

#footer-right
{
	float: right;
	display: block;
	width: 50%;
	text-align: right;
}

a
{
	color: #ffffff;
}

a:hover
{
	color: #ff0000;
}

img
{
	border: 0px;
}


