/* CSS Document */

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

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

span {
	display: none;
}

div.container {
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	height: 520px;
}

div.header {
	float: left;
	width: 760px;
	height: 85px;
	background-image: url("../images/header.jpg");
}

div.nav {
	float: left;
	width: 760px;
	height: 25px;
	background-image:url("../images/nav.jpg");
}

div.left {
	float: left;
	width: 200px;
	height: 410px;
	background-image:url("../images/left.jpg");
}

div.right {
	float: left;
	width: 520px;
	height: 370px;
	background-image:url("../images/right.jpg");
	padding: 20px;
	text-align: justify;
}

div.links {
	float: left;
	width: 760px;
	height: 50px;
	text-align: center;
	font-size: 9px;
}

div.links a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

div.links a:hover {
	text-decoration: underline;
}

div.nav a {
	float: right;
	height: 15px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: none;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}

div.nav a:hover {
	background-color: #933;
	opacity:.50;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
	color: #FFFFFF;
}

div.dresses {
	float: left;
	width: 152px;
	height: 185px;
	padding: 5px 10px;
	text-align: center;
}

div.dresses img {
	width: 150px;
	height: 165px;
	border: 1px solid #fff;
}

div.tiaras {
	float: left;
	width: 152px;
	height: 85px;
	padding: 5px 10px;
	text-align: center;
}

div.tiaras img {
	width: 150px;
	height: 65px;
	border: 1px solid #fff;
}
