﻿/* CSS layout */
body
{
	margin-top:30px;
	background-image: url('images/background.jpg');
	background-color:#DCD5CF;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;	
}

div#whiteInfoArea {
	position: relative;
	background: white;
	width: 780px;
	height: 583px;
	margin:auto;
	text-align: right;
	font-size: 11pt;
}

img#header {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	z-index: 1;
}

img#borderLeft {
	position: absolute;
	top: 175px;
	left: 0px;
	border: 0px;
	z-index: 1;
}

img#borderRight {
	position: absolute;
	top: 175px;
	left: 753px;
	border: 0px;
	z-index: 1;
}

img#borderBottom {
	position: absolute;
	top: 571px;
	left: 27px;
	border: 0px;
	z-index: 1;
}

img#menuHome {
    position: absolute;
	top: 111px;
	left: 285px;
	border: 0px;
	z-index: 1;

}

img#menuAboutUs {
    position: absolute;
	top: 111px;
	left: 358px;
	border: 0px;
	z-index: 1;

}

img#menuServices {
    position: absolute;
	top: 111px;
	left: 460px;
	border: 0px;
	z-index: 1;

}

img#menuBoutique {
    position: absolute;
	top: 111px;
	left: 557px;
	border: 0px;
	z-index: 1;

}

img#menuContact {
    position: absolute;
	top: 111px;
	left: 660px;
	border: 0px;
	z-index: 1;
}

/* ------------------------------------------- */
/*             Splash Page                     */
/* ------------------------------------------- */
img#splashPageImage {
    position: absolute;
	top: 290px;
	left: 37px;
	border: 0px;
	z-index: 1;
}

img#splashPageInfo {
    position: absolute;
	top: 190px;
	left: 36px;
	border: 0px;
	z-index: 1;
}


img#newsBackground {
    position: absolute;
	top: 374px;
	left: 360px;
	border: 0px;
	z-index: 1;
}

textarea#news {
	border-style: none;
	padding: 0px;
	margin:0px;
	height: 120px;
	width: 354px;
	color: white;
	background:#EB008B;
	background-image: url('images/news-background.png');
	position: absolute;
	top: 410px;
	left: 377px;
	z-index: 2;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 7pt;
	line-height:15px;
	scrollbar-base-color:pink;
	scrollbar-arrow-color:white;
	scrollbar-darkshadow-color: pink;
	scrollbar-shadow-color: pink;
	scrollbar-face-color: #EB008B;
}


/* ------------------------------------------- */
/*             About Us Page                   */
/* ------------------------------------------- */
img#aboutus {
    position: absolute;
	top: 218px;
	left: 40px;
	border: 0px;
	z-index: 1;
}


/* ------------------------------------------- */
/*             Services Page                   */
/* ------------------------------------------- */
img#services {
    position: absolute;
	top: 190px;
	left: 25px;
	border: 0px;
	z-index: 1;
}


/* ------------------------------------------- */
/*             Boutique Page                   */
/* ------------------------------------------- */
img#boutique {
    position: absolute;
	top: 192px;
	left: 40px;
	border: 0px;
	z-index: 1;
}

/* ------------------------------------------- */
/*             Contact Page                    */
/* ------------------------------------------- */
img#contact {
    position: absolute;
	top: 201px;
	left: 40px;
	border: 0px;
	z-index: 1;
}

