/**
 * The body style
 */
body 
{
    background-color: #FFFFCC;
	background-image: url(../images/newpageback.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/**
 * The tabbar div style
 */
#tabbar
{
  	background: #FFFFCC;
	margin-left: -57px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 0px ;
	border-right: 0px ;
	border-top: 0px ;
	border-bottom: 0px ;
}

/**
 * The first tab image placed inside 
 * the tabbar div (Has an offset. 
 * All other tab images are positioned 
 * relative to this tab.)
 */
#firstTab
{
    margin-left: 426px;//offset
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: -6px;
	margin-width: 0px;
	margin-height: 0px;
}

/**
 * All other tab images belong to this class and 
 * are folowing the 'firstTab'
 */
img.aTab
{
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: -6px;
	margin-width: 0px;
	margin-height: 0px;
}

/**
 * The topbar div style
 */
#topbar
{
  	background: #FFFFCC;
	margin-left: -50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: 0px ;
	border-right: 0px ;
	border-top: 0px ;
	border-bottom: 0px;
}

/**
 * The topbar image (same as background image but 
 * without spring and with a corner)
 */
#topbarimg
{
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: -4px;
	margin-width: 0px;
	margin-height: 0px;
}



