body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}
a{
	text-decoration:none;
	color:#892034;
}

/* 
LAYOUT
*/

#floatBod{
	position:relative;
	width:1016px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	
	background-image:url(../gfx/background-contact.jpg);
	background-repeat:no-repeat;
}

#link{
	position:absolute;
	top:31px;
	right:38px;
	width: 241px;
	height: 59px;
}

/* MENU */
#menu{
	position:absolute;
	top:22px;
	left:0px;
	height:37px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li{
	display:block;
	float:left;
}

#dance{
	position:absolute;
	bottom:5px;
	left:200px;
	width:131px;
	height:11px;
	font-size:9px;
	color:#808284;
	background-image:url(../gfx/mirella-dance.png);
}


/* FOOTER */
#footer{
	position:absolute;
	bottom:6px;
	left:345px;
	font-size:9px;
	color:#808284;
}
#footer a{
	text-decoration:none;
	color:#808284;
}
#footer .spacer{
	color:#FFFFFF;
}

#mf{
	position:absolute;
	bottom:6px;
	right:11px;
	font-size:9px;
	color:#808284;
}
#mf a{
	font-size:9px;
	color:#808284;
}
#mf a:hover{
	font-size:9px;
	color:#00FF00;
}


/* 
HOME PAGE
*/
#home-textbox{
	position:absolute;
	bottom:70px;
	left:40px;
	width:370px;
	padding:20px;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:#872434;
	background-color:#FFFFFF;
}
#home-logo{
	position:absolute;
	bottom:98px;
	right:128px;
}
#div-crap-home{
position:absolute;
bottom:70px;
left:40px;
width:372px;
padding:20px;
height:10px;
width:649px;
background-image:url(../gfx/home/textBox-border.gif);
background-position:bottom left;
background-repeat:no-repeat;

}

/* 
BIOGRAPHY PAGE
*/

#bio-textbox{
	width:647px;
	position:absolute;
	height:463px;
	left:25px;
	top:135px;
	background-color:#FFFFFF;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:#872434;
	
}

#div-crap-bio{
	position:absolute;
	height:463px;
	left:25px;
	top:139px;
	width:862px;
	background-image:url(../gfx/bio/textBox-border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#bio-textbox-content{
	width:609px;
	height:463px;
	padding:20px;
	background-image:url(../gfx/collection/bg-line.gif);
	background-repeat:repeat-x;
}
#bio-textbox-content table{
	margin-top:50px;
}

/* 
COLLECTION PAGE
*/

#col-textbox{
	position:absolute;
	height:485px;
	left:25px;
	top:135px;
	background-color:#FFFFFF;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:#872434;
	background-image:url(../gfx/collection/textBox-border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#col-textbox-content{
	width:820px;
	height:400px;
	padding:20px;
	background-image:url(../gfx/collection/bg-line.gif);
	background-repeat:repeat-x;	
}
#col-textbox-content ul{
	list-style:none;
	margin:0;
	padding:27px 0 0 0;
}
#col-textbox-content ul li{
	display:block;
	float:left;
	padding-left:5px;
}

#col-img{
	position:absolute;
	left:25px;
	top:135px;
}

/* 
STOCKISTS PAGE
*/

#stock-textbox{
	position:absolute;
	height:463px;
	left:25px;
	top:135px;
	background-color:#FFFFFF;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:#872434;
	background-image:url(../gfx/stockists/textBox-border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}



#stock-content-holder{
	width:704px;
	height:463px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	background-image:url(../gfx/stockists/bg-lines.gif);
	background-repeat:repeat-x;
}
#stock-content-holder table{
	margin-top:50px;
}
#stock-girl{
	position:absolute;
	top:0;
	right:0;
}
.red{
	color:#892034;
}

/* 
CONTACT PAGE
*/

#contact-textbox{
	width:647px;
	position:absolute;
	height:463px;
	left:25px;
	top:135px;
	background-color:#FFFFFF;
	border-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:#872434;
	
	
}
#contact-content-holder{
	width:607px;
	height:445px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
	background-image:url(../gfx/collection/bg-line.gif);
	background-repeat:repeat-x;
}

#div-crap-con{
	position:absolute;
	height:11px;
	left:25px;
	top:590px;
	width:862px;
	background-image:url(../gfx/bio/textBox-border.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#contact-content-holder table{
	margin-top:50px;
}
#contact-content-holder table a{
	color:#892034;
	text-decoration:none;
}
#contact-girl{
	position:absolute;
	top:0;
	right:0;
}
