

* {
	margin: 0;
}

html, body {
	height: 100%;
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background:url("../../images/trinitybuilders/bgGif.gif") repeat-x;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}


.wrapper {
	margin:0px auto -22px; /* Right and left margin widths set to "auto" */ 
							/* the bottom margin is the negative value of the footer's height 
								plus negative value of top
							*/
	text-align:left; /* Counteract to IE5/Win Hack */
	width:823px;

	min-height: 96%;
	height: auto !important;
	height: 96%;

	background: white url("../../images/trinitybuilders/mid.gif") repeat-y;
	border:solid white;
	border-width: 0px 1px 1px 0px;
	
}

#content{
	height:auto;
	overflow: none;
}

#header{
	background-color:white;
	padding:35px 19px 19px 19px;
	font-family:brush script mt; 
	font-size:20pt;
	color: #FFCC33;
	/*background: #fff url(../images/blue_grad_top.gif) top repeat-x;*/
	margin: -2px 0px 0px 53px; 
 }
 

.topBorder{
	margin:0px auto;
	margin-top:6px;
	width:825px;
	text-align: left;
	padding: 0px;	
}


.topLeft{
	margin:0px;
	padding:0px;
	float:left;
	background: url('../../images/trinitybuilders/topimg.gif') repeat-x;	
}

.topMid{
	margin:0px;
	padding:0px;
	float:left;
	width:717px;
	background: url('../../images/trinitybuilders/topimg.gif') repeat-x;	
}

.topRight{
	margin:0px;
	padding:0px;
	float:right;
	background: url('../../images/trinitybuilders/topimg.gif') repeat-x;	
}


 
div.nav {
	width:770px;
	border: solid black;
    border-width:0 0 1px 0;
    padding: 4px 0px 4px 0px;
    background-color:#4F6797; 
    margin:0px 0px 0px 53px;
    text-align: center;
    
}


.footer{
	margin:3px auto -30px;
	height: 22px; /* .push must be the same height as .footer */
	width:823px;
	
	color:black;
	background-color:#4F6797;
	padding: 0px;
	border:solid black;
	border-width: 1px 0px 1px 0px;
	color:white;
}

.push {
	height: 22px; /* .push must be the same height as .footer */
}




