html, body {
	padding: 0;
	margin: 0;
	background-color: #fff; 
	width: 100%;
	height: 100%;
	color: #727272;
	font-family: "Courier New";
}
h1 {
	padding: 0;
	margin: 0;
	font-size: 2.6em;
	font-weight: normal;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
p {
	font-size: 14px;	
}
a {
	font-size: 1.3em;
	color: #727272;
	text-decoration: none;
}
a:hover {
	color: #2F2F2F;
	text-decoration: underline;
}
a.selected {
	color: #2F2F2F;
}
#container,
#container-clothes {
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#container {
	background: #fff url(images/bg_website.jpg) no-repeat;
}
#menu {
	width: 100%;
	padding: 20px 0 0 0;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}
#menu .left ul li {
	padding: 0 12px 0 0;
	float: left;
}
#menu .right ul {
	font-size: 12px;
	padding: 0;
	float: right;
}
#menu .right ul li {
	padding: 0 0 0 60px;
	float: left;
}
#menu #title {
	float: left;
	width: 100%;
}
#menu #title a, #title a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #727272;
}
#content {
	float: left;
	width: 330px;
	padding: 10px 0 0 4px;
	overflow: auto;
}
#content a {
	font-size: 12px;
}
#content-clothes {
	float: left;
	width: 100%;
	height: 600px;
	padding: 0 0 0 4px;
}
#content-clothes-caption {
	float: left;
}
#content-clothes-image {
	position: absolute;
	top: 90px;
	z-index: -1;
}
#content-clothes-nav {
	width: 920px;
	margin: 0 auto;
}
#content-clothes-nav .left {
	float: left;
	position: relative;
}
#content-clothes-nav .right {
	float: right;
	position: relative;
}
