/* CSS Document */

body {
	background-image: url(images/page-back.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
    outline:none;
}

#wrapper {
	width: 892px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.image-left {
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#addressblock {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 14px;
	line-height: 21px;
	color: #b6afa4;
	float: left;
	margin-top: 125px;
	margin-left: 180px;
	clear: both;
}
#wrapper #content #left-content {
	width: 600px;
	float: right;
	margin-right: 30px;
}


#header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 892px;
	clear: both;
}
h3 {
	color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #ffffff;
	padding: 10px 5px 5px;
	margin-top: 15px;
	text-transform: none;
	font-variant: normal;
	font-style: italic;
}
#clear {
	clear: both;
}
#boxtop-left {
	background-image: url(images/boxtop.gif);
	background-repeat: repeat-y;
	float: right;
	height: 30px;
	width: 275px;
}
#wrapper #content li {
	list-style-type: disc;
	padding-top: 10px;
}


#content {
	background-image: url(images/body.gif);
	background-repeat: repeat-y;
	width: 892px;
	margin-top: 0px;
	text-align: left;
	color: #FFFFFF;
	float: right;
	background-position: right;
}
#left_dressform {
	float: left;
	height: 527px;
	width: 238px;
}

#footer {
	height: 64px;
	width: 777px;
	font-size: 11px;
	color: #6799c8;
	line-height:25px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
	float: right;
	font-family: "Trebuchet MS", Geneva, Arial;
	font-style: italic;
	text-align: center;
}
#wrapper #footer a {
	color: #6799c8;
	text-decoration: none;
}
#wrapper #footer p {
	padding-top: 20px;
}
#navigation {
	height: 57px;
	text-align: right;
	width: 629px;
	float: right;
	margin-top: -17px;
	margin-right: 0px;
	background-image: url(images/nav-back.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	clear: right;
}
/* IE6 css fixer v0.4: Fri, 19 Jun 2009 18:07:37 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.image-left,
#addressblock,
#wrapper #content #left-content,
#boxtop-left,
#content,
#left_dressform,
#footer,
#navigation {display:inline;}

/* fix negative margins */
#navigation {position:relative; zoom:1;}
