body, html { 		margin: 0;
					padding: 0;
					height: 100%;	/*IE*/			
					min-height:100%; /*Other Browsers*/
					background: url(images/bkgd.gif) #333 top left repeat-y;
					background-position: center;				
}

p{					line-height: 18px;
					margin:0 0px 0px;
					text-align:justify;
}

div.container_top {	min-height: 100%;
					height: auto !important; /* for normal browsers */
					height: 100%; /* For IE */
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					width: 956px;
					border: 0px #999999 solid;					
}


div.container {		position: relative;
					top: 10px;
					width: 950px;
					margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					border: 0px #999999 solid;
}


div.aff {			float:left;		
					width: 950px;	
					background-color: transparent;
					clear: both;
}

div.nav1 {			margin-left:auto;
					margin-right: auto;   /* align for good browsers */
					text-align: left; /* counter the body center */
					height: 36px;
					width: 950px;
					z-index: 10;
					background-color: #666;
					border-top: 1px #ED1C24 solid;
					border-bottom: 1px #ED1C24 solid;
					clear: both;
}

div.main {			float:left;		
					width: 950px;	
					background-color: transparent;
					border: 0px #999999 solid;
					clear: both;
					
}

div.main2 {			float:left;	
					margin-top: 37px;
					margin-left: 150px;	
					width: 500px;	
					background-color: transparent;
					border: 0px #999999 solid;
					text-align: justify;
					clear: both;
					
}

div.spacer {		float:left;	
					height: 20px;
					width: 950px;	
					background: transparent;
					border: 0px #8EA2B1 solid;
					clear: both;
}


div.left{			float:left;
					margin-top: 37px;
					margin-left: 150px;
					width:281px;
					border: 0px #8EA2B1 solid;
					background: transparent;
					text-align: justify;
}


div.right{			float:right;
					margin-right: 75px;
					margin-top: 40px;
					width:200px;
					border: 0px #2e3192  solid;
					background: #e5e5e7;
}



