*
{
	margin: 0;
	padding: 0;
	/*border-style:solid;*/
	border-width:1px;
}

body
{
	font-family:verdana, arial, sans-serif;
	font-size:100%;
	text-align:center;
}

div#container
{
	width:784px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
}

#container p
{
	color:#003333;
}

div#header
{
	width:784px;
	height:80px;
	background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/header1.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding-bottom:6px;
	font-weight:normal;
}

#header h1 
{
	font-size: 1.5em;
	padding-top:18px;
	margin-left:20px;
	font-family:lucida sans unicode,sans-serif;
	color:#333;
}

#header h3
{
	font-family:georgia,times new roman,serif;
	margin-top:4px;
	margin-left:20px;
	font-size:1em;
	color:#006666;
	font-style:italic;
	font-weight:lighter;
}

div#content
{
	width:784px;
	font-size:.8em;
	background-color:#FFF;
	background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/background2.jpg);
	background-repeat:repeat-y;
        min-height:450px;
}

#header a, #column1 a
{
	font-size:0.9em;
        color:#990066;
	text-decoration:none;
        font-style:italic;
}
#header a:hover, #column1 a:hover
{
	color:#CCFFFF;
	text-decoration:underline;
        font-style:italic;
}

#column1 .textArea a
{
        padding:0px 0px 0px 5px;
} 

.textArea
{
	margin:20px 10px 10px 10px;
}

#column1 .textArea
{
	border:solid;
	border-width:1px;
	border-color:#666666;
        background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/box.jpg);
        padding-bottom:5px;
}

#column1 p, #column2 p
{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
        padding-right:4px;
	color:#006666;
}

div#column1
{
	width:260px;
	float:left;
}

div#column2
{
	width:520px;
	float:left;
}

#column1 h1
{
	font-size:1.3em;
	font-weight:bolder;
	background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/welcome-bg.jpg);
	padding-left:4px;
	font-style:italic;
}

#column2 h1
{
	font-size:1.3em;
	font-weight:bolder;
	padding-left:4px;
	font-style:italic;
}

#column2 h3, #column2 h4
{
       padding-left:4px;
       font-style:italic;
}

#column2 h4
{
      font-size:1.1em;
}

#column2 em
{
	color:#990066;
}

#column2 a, #column2 a:active
{
        font-size:1em;
        font-style:normal;
        font-weight:500;
        color:#990066;
        text-decoration:none;
}

#column2 a:hover
{
        color:#FFFFFF;
        text-decoration:underline;
}

/*
for the table anchors no underline
*/
#column2 td a:hover
{
      	text-decoration:none;
}

.tdText
{
	padding-left:2px;
	text-align:center;
        font-size:.9em;
	/*background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/welcome-bg.jpg);*/
        font-family:"Times New Roman",Times, serif;
}

.tdImage
{
        background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/welcome-bg.jpg);
	height:118px;
}

.ImgAnc
{
	padding-left:4px;
	padding-right:5px;
	border-color:#CCCCCC;
	
}

#pageIndex
{
	border-top:1px solid #999999;
	text-align:center;
	/*font-size:1em;*/
	padding-top:2px;
}

div#column3
{
	width:64px;
	float:left;
	text-align:right;
}

div#footer
{
	width:784px;
	height:18px;
	margin:2px 0px 4px 0px;
	background-image:url(http://webzoom.freewebs.com/beautywonderland/Backgrounds/footer-bg2.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:6px;
	padding-bottom:2px;
}

#footer p
{
	font-family:georgia,times new roman,serif;
	font-size:.7em;
	color:#990066;
}

/*
The code for the Alsett Clearing Method
*/
.clearfix:after
{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix
{
	display:inline-block;
}

* html .clearfix
{
	height:1%;
}
.clearfix
{
	display:block;
}


