@charset "utf-8";
body {
	background-color:#E1C6C8;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 50px;
}
#container {
	position:relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width:950px;
	border: 5px solid #ffffff;
	background-image:url(images/Header.png);
	background-repeat: no-repeat;
	background-position: right top;
	min-height:600px;
	z-index:0;
}
#header {
	position:relative;
	width:950px;
	height:65px;
}
#navigation {
	position:relative;
	width:950px;
	height:37px;
}
#sub_heading {
	position:relative;
	width:950px;
	height:33px;
}
#content {
	position:relative;
	width:950px;
	min-height:400px;
}
#footer {
	position:relative;
	width:950px;
	height:32px;
}
#Home {
	position:absolute;
	width:44px;
	height:3px;
	z-index:1;
	background-color:#F094BD;
	top: 95px;
	left: 171px;
	visibility:hidden;
}
#Original {
	position:absolute;
	width:74px;
	height:3px;
	z-index:1;
	background-color:#FFFFFF;
	top: 95px;
	left: 266px;
	visibility:hidden;
}
#Classic {
	position:absolute;
	width:108px;
	height:3px;
	z-index:1;
	background-color:#FFFFFF;
	top: 95px;
	left: 393px;
	visibility:hidden;
}
#Sheer {
	position:absolute;
	width:47px;
	height:3px;
	z-index:1;
	background-color:#FFFFFF;
	top: 95px;
	left: 565px;
	visibility:hidden;
}

#LinkOriginal {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 27px;
}
#LinkOriginal-hover {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 27px;
	visibility:hidden;
}

#LinkClassic {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 228px;
}

#LinkClassic-hover {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 228px;
	visibility:hidden;
}

#LinkSheer {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 377px;
}

#LinkSheer-hover {
	position:absolute;
	width:80px;
	height:78px;
	z-index:1;
	top: 133px;
	left: 377px;
	visibility:hidden;
}
