@CHARSET "ISO-8859-1";

body{
	margin:0;
	padding:header-<length> 0 footer-<length> 0;
}

div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:header-<length>;
	background: rgb(191, 30, 46); 
	z-index: 5;
}
div#content{
	position:relative;
	top:10px;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width:950px;
	height:header-<length>;
	/* background: rgb(191, 30, 46); */
	z-index: 4;
}
@media screen{
	body>div#header{
	position:fixed;
	}
}

html {
color: rgb(102, 0, 0);
background-color: rgb(153, 255, 153);
font-family: Helvetica, Helvetica Neue, Arial;
}
* html body{
	overflow:hidden;
} 
* html div#content{
	height:100%;
	overflow:auto;
	margin-right: auto;/*centres in compliant browsers*/
	margin-left: auto;/* " " */
	width: 950px;
	text-align: left
}

.central {
	margin-right: auto; /* centres in compliant browsers */
	margin-left: auto ;
	width: 950px;
	text-align: left;
}



div#head {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #990000;
  background-color: #33cc00;
}

span#head {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;      
}

/*
input[type=text],
input[type=email],
input[type=tel],
input[type=password]
{
	color: black;
	background-color : white;
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 12px;
}
*/



.container {
    display: table;
    border:1px solid green;
    }
    .rowctr  {
    display: table-row;
/*    border:1px solid red; */
	text-align:center
    }
    .rowright  {
    display: table-row;
/*    border:1px solid red; */
	text-align:center
    }	
    .row  {
    display: table-row;
/*    border:1px solid red; */
    }	
	
    .left, .right {
    display: table-cell;
	text-align:left;
    padding-right: 2px;
    border:2px solid rgb(153, 255, 153);
    }
    .leftr {
    display: table-cell;
	text-align:right;
    padding-right: 2px;
    border:2px solid rgb(153, 255, 153);
    }
	
	.leftmain {
    display: table-cell;
	text-align:right;
	width: 475px;
    padding-right: 2px;
    border:2px solid rgb(153, 255, 153); 
    }
    .middle {
    display: table-cell;
	text-align:center;
    padding-right: 2px;
    border:2px solid rgb(153, 255, 153);
    }
	
    .left p, .right p, .middle p {
    margin: 1px 1px;
    }	
	
