body 
{ 
	margin: 0px 0px 0px 0px; 
	background-color: #ffffff; 
	color: black; 
	font-size: 10px; 
	font-family: verdana, tahoma, sans-serif; 
}

#page
{
	width:760px;
	margin: 2xp;
}
/* Header */
#header { 
	width: 100%; 
	height: 70px; 
}
/* Content */
#content { 
	width: 760px;
	height: 360px;
	padding: 20px;
}

#tableft  { float: left; width: 120px; }
#tabright {	float: left; width: 600px; }

#content * .tab { height: 120px; overflow: none; }
#content * .tabText { padding: 10px; }
#content #tableft .tab img { width: 80px; height: 78px; margin: 20px; }
#content * .active { background-color: #d4e1f4; border-top: 2px solid #bbceef; position: -2px; }
#content * .inactive { background-color: #FFFFFF; }
#content * .page0 { background:url(t0b.gif); background-repeat: repeat-x; }
#content * .page1 { background:url(t1b.gif); background-repeat: repeat-x; }
#content * .page2 { background:url(t2b.gif); background-position: bottom left; background-repeat: repeat-x; }
#content * .page0x { background:url(t0bx.gif); background-repeat: repeat-x; }
#content * .page1x { background:url(t1bx.gif); background-repeat: repeat-x; }
#content * .page2x { background:url(t2bx.gif); background-position: bottom left; background-repeat: repeat-x; }
#content * .section { display: none; height: 360px; overflow: auto; }

/* Footer */
#footer
{  
	position: relative; 
	width: 100%;
	height: 50px;
	margin: 0px; 
}

