@charset "utf-8";
/* CSS Document */

/************************/
/**** Generic Markups ***/
/************************/

body
{
	background-color:#F3F3F3;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	width:733px;
	margin:0px auto;
	margin-bottom:10px;
}

#photo_title
{
	background-image:url(images/eden_hall_day_spas.png);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #441734;
	width:733px;
	height:213px;
}

#choice
{
	padding-top:10px;
	font-family:"Century Gothic", "Arial Black", Gadget, sans-serif;
	font-size:15px;
	color:#000;
	text-align:center;
}

a:link, a:visited
{
	color:#3f102c;
	text-decoration:none;
}

a:hover
{
	color:#3f102c;
	text-decoration:underline;
}

#introduction
{
	width:609px;
	height:293px;
	margin:auto;
	margin-top:14px;
	margin-bottom:30px;
	background-image:url(images/introduction_bg.gif);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#introduction a
{
	font-weight:bold;
}

h1
{
	font-family:"Century Gothic", "Arial Black", Gadget, sans-serif;
	font-size:18px;
	text-align:center;
	color:#3f102c;
	font-weight:normal;
	font-style:italic;
	padding-top:10px;
	margin-bottom:10px;
	letter-spacing:-0.5px;
}

a img 
{
	border:0;
}

p
{
	text-align:justify;
	font-size:12px;
}


/***************************/
/******* Footer style ******/
/***************************/
#footer
{
	clear:both;
	background:none;
	border-top:1px #441734 solid;
	width:100%;
	padding:3px 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#441734;
}

#footer a:link, #footer a:visited
{
	color:#6b3f4b;
	padding:0px 6px 0px 6px;
	text-decoration:none;
}

#footer a:hover
{
	color:#441734;
	text-decoration:underline;
}

