/* CSS Document */
/* CSS Document */

/* body, div, table - defaults # BEGIN */
body.main
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	text-align: center; /* set the center alignment for the page, including the main table */
}

div.def
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

div.rel
{
	left: 0px;
	position: relative;
	top: 0px;
}

div.abs
{
	left: 0px;
	position: absolute;
	top: 0px;
}

div.table
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
/* body, div - defaults # END */

/* table # BEGIN */
table.container
{
	height: 100%;
	background-color: white;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

div.body
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 100%;
}

table.body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 760px;
	height: 100%;
	background-color: white;
	text-align: left;
	vertical-align: top;
}
/* table # END */

/* td # BEGIN */
td.spacer_left
{
	background-image: url(../../images/bg1.jpg);
	width: 16px;
	height: 100%;
	background-position:right top; 
	background-repeat:repeat-y;
}

td.spacer_right
{
	background-image: url(../images/bg2.jpg);
	width: 16px;
	height: 100%;
	background-position:right top; 
	background-repeat:repeat-y;
}

div.main
{
	width: 760px;
	height: 100%;
}
td.main
{
	width: 760px;
	height: 100%;
}

/* td # END */

/* HEADER - BEGIN */
div.header
{
	width: 760px;
	width: 181px;
}
/* HEADER END */

/* MENU BEGIN */
td.menu01
{
	width: 200px;
	height: 100%;
	background-image: url(../images/leftPanel01.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}

div.menu01 /* text from the top of the left panel */
{
	position: relative;
	left: 13px;
	width: 160px;
	top: 15px;
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	text-indent: 20px;
	text-align: justify;
}

div.menu02
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	position: relative;
	top: 0px;
	font-size: 1px;
	width: 200px;
	height: 150px;
	text-align: left;
	background-image:url(../images/leftPanel02.gif);
}
/* MENU END */

/* LEFT - BEGIN */
	div.left01
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 200px;
		height: 170px;
		text-align: justified;
		vertical-align:top;
		background-image:url(../images/leftPanel04.gif);
	}
	
	div.p1_left02
	{
		margin-left: 0px;
		margin-right: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		border: 0px;
		padding: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		vertical-align:top;
		text-align:center;
		width: 180px;
	}
	
	p.p1_left03
	{
		margin: 0px;
		border: 0px;
		padding: 5px;
		left: 0px;
		position: relative;
		top: 0px;
		vertical-align:top;
		text-align:justify;
		width: auto;
	}
	
	div.p1_left04 /* white dots */
	{
		margin:7px;
		border: 0px;
		padding: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: auto;
		height: 1px;
		background-image:url(../images/c1_005.gif);
	}
	
	div.p1_left05 /* separator */
	{
		margin-top: 10px;
		margin-bottom: 10px;
		border: 0px;
		padding: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: auto;
		height: 2px;
		background-image:url(../images/leftPanel03.gif);
	}
/* LEFT - END */

/* CENTER - BEGIN */
	
	/* content width: 520 px */
	
	div.center01
	{
		border: 0px;
		padding: 20px; /* 2*padding + width = 560px */
		margin: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 520px; /* 2*padding + width = 560px */
		height: 100%;
		text-align: justified;
		vertical-align:top;
	}
	div.p1_center02
	{
		margin: 0px;
		border: 0px;
		padding: 0px;
		padding-right: 10px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 550px;
		font-size: 1px;
		text-align: justified;
		vertical-align:top;
		background-image:url(../images/centerPanel01.gif);
	}
	div.p1_center03
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 560px;
		height: 170px;
		font-size: 1px;
		text-align: justified;
		vertical-align:top;
		background-image:url(../images/centerPanel02.gif);
	}
	
	div.p1_center04 /* white dots */
	{
		margin-left: 15px;
		margin-right: 15px;
		margin-top:5px;
		margin-bottom:5px;
		border: 0px;
		padding: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: auto;
		height: 1px;
		background-image:url(../images/c1_005.gif);
	}
	
	div.p1_center05 /* dimensions corelated with p1_center03 */
	{
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 35px;
		margin-bottom:5px;
		border: 0px;
		padding: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		text-align: justified;
		width: 400px;
		height: 130px;
	}
	
	td.p5_center02 /* magazine - horoscop pages */
	{
		margin-bottom: 0px;
		border: 1px;
		border-style:solid;
		border-color: #CCCCFF;
		padding: 5px;
		text-align: justified;
		vertical-align: top;
		width: 150px;
		height: 150px;
	}
/* CENTER - END */

/* BOTTOM - BEGIN */
	div.bottom
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 760px;
		height: 40px;
		background-image:  url(../images/bottom.gif);
		text-align: center;
		vertical-align: baseline;
		font-family: Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	div.bottom02
	{
		border: 0px;
		padding: 0px;
		margin: 0px;
		left: 0px;
		position: relative;
		top: 0px;
		width: 760px;
		height: 40px;
		text-align: center;
		font-family: Tahoma;
		font-size: 10px;
		font-weight: bold;
		color: #FFFFFF;
	}
/* BOTTOM - END */

/* spacers - BEGIN */
	div.spacer_10px
	{
		height: 10px;
	}
	div.spacer_5px
	{
		height: 5px;
	}
	div.spacer_50px
	{
		height: 50px;
	}
/* spacers - END */




