/* CSS layout */
	body
	{
	text-align: center; /* counter the body center */
	background-image:url('../BAK/papyrus3.jpg'); 
	}

    #header {
    margin-left: auto;
    margin-right: auto;
    width:460px;
    position:relative;
    color:#FFFFFF;
    border-top: solid 1px #000000;
    border-left:solid 1px #000000;
    border-right: solid 1px #000000;
    padding-bottom: 10px;
    font-family:tahoma;
    font-size:11px;
    text-align:center;
    background-image:url('../BAK/tapestry.gif');
    background-repeat: repeat;
    }

    #ban {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border top right left: solid 1px #000000;
    width:470px;
    height:60px;
    color:#FFFFFF;
    font-family:tahoma;
    font-size:11px;
    text-align:center;
    background-image:url('../BAK/tapestry.gif');
    background-repeat: repeat;
    }

	p{
	text-align: left;
	font-family:tahoma;
	font-size: 12px;
	color:#5E4E48; 
	}

    H4.fine {
    padding-top: 2px;
    padding-bottom: 2px;
	font-family:tahoma;
	font-size: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #CECECE;
    border: 1px solid black;
}

    .intro {
     color: #934537;
    }


  
    .outerDiv1 {
	margin: 0 auto;   /* align for good browsers */
	text-align: center; /* counter the body center */
 /*   border: solid 1px #000000; 
    width:470px;
    height:1450px;
    position:relative;
    color:#FFFFFF;
    font-family:tahoma;
    font-size:11px;
    text-align:center;
    background-image:url('../BAK/tapestry.gif');
    background-repeat: repeat;
*/
    }
    
    .nav
    {
	font-size: 11px;
    color:#5E4E48;
    font-family:tahoma;
	font-weight: bold;
	}

    .lrlabels
	{font-size: 14px;
    font-family:tahoma;
    color:#5E4E48;
	}

	div.float {
	float: left;
    margin: 15px;
	border: 1px solid black;
	}

    div.centered {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;

	}

    div.float_left {
	float: left;
    margin: 16px;
	border: 1px solid black;
	}

    div.float_right {
	float: right;
    margin: 16px;
	border: 1px solid black;
	}

	h1.banner 
	{
	font-family:tahoma; 
	font-size: x-large;
	color: #5E4E48; 
	margin-left: auto; 
	margin-right: auto;
	}

	.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('../BAK/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the div's */
	}

	.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}

	.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}

	.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}

	.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}

	.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}

	.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}

	.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */

	.nobottomgap { margin-bottom: 0; } /* DNC: to avoid splitting of the box */
	
	.box1 {width: 445px; margin-right: auto; margin-left: auto; margin-top: 10px;}
