/*	Main Screen layout
	by Arnold Orosa
	http://www.mabuhaybeauties.com
	Version: 3.0
	June 15, 2006
*/
* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font: 14px Verdana,Tahoma,Arial,sans-serif;
	background: #FFAC16 url(images/mainbkg.gif) repeat;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
img
{
 border-style: none;
}
#mainFrame {
	position: relative;
	margin: auto;
	text-align: left;
	width: 880px;
	background: #FF8F0F url(images/bbkg.gif) repeat;
}
#centerFrame {
	position: relative;
	/*top: -55px;*/
	margin-left: 170px;
    /*background: transparent url(images/imgbkg.gif);*/
    width: 464px;
}
#imgFrame {
    text-align: center;
	/*margin-top: -8px;
	margin-left: 10px;*/
	width: 655px;
}
.gtext {
	position: absolute;
	font-size: 14px;
	top: -100px;
	display: none;
}
.adtop {
	position: absolute;
	top: 11px;
	left: 310px;
}
#leftblock {
	position: absolute;
	top: 215px;
	left: 20px;
}
#rightblock {
	position: absolute;
	top: 129px;
	left: 622px;
}
.ttl {
	width: 624px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
	margin: 0 auto;
}
.txt {
	width: 624px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin: 0 auto;
}
.thblock {
	background: transparent url(images/thbkg.gif);
	width: 137px;
}
.thimg {
	position: relative;
	margin: auto;
	margin-bottom:6px;
	top: -1px;
	text-align: center;
}
.thlink {
	position: relative;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	text-align: left;
	left: 13px;
	width: 110px;
	margin-bottom:20px;
}
#footer {
	position: absolute;
	left: 0;
	width: 880px;
	height: 206px;
	background: transparent url(images/bott10.jpg) no-repeat;
}
.foottxt {
	position: relative;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	top: 190px;
}
