body, html { 		margin: 0;
				padding: 0;
				height: 100%;	/*IE*/			
				min-height:100%; /*Other Browsers*/
				background: url(images/cont_bkg.gif) #0C2A4B 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: 830px;
					border: 0px #999999 solid;					
}


div.container {			position: relative;
					top: 5px;
					width: 800px;
					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: 800px;	
					background-color: transparent;
					clear: both;
}

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

div.mainbkg {			float:left;		
					width: 800px;
					height: 438px;
					margin-left: 0px;
					margin-top: 10px;	
					background: url(images/mainbkgd.jpg) #FFF top left no-repeat;
					border: 0px #999999 solid;
					clear: both;
}

div.main2 {				float:left;		
					margin-top: 27px;
					margin-left: 50px;
					width:723px;
					border: 0px #8EA2B1 solid;
					background: transparent;
					/*text-align: justify;*/
}

div.main3 {				float:left;		
					margin-top: 27px;
					margin-left: 0px;
					width:723px;
					border: 0px #8EA2B1 solid;
					background: transparent;
					/*text-align: justify;*/
}

div.nav1 {				height: 27px;
					width: 800px;
					z-index: 10;
					background-color: transparent;
					border-top: 1px #999999 solid;
					border-bottom: 1px #999999 solid;
					clear: both;
}

div.spacer {			float:left;	
					height: 25px;
					width: 800px;	
					background: transparent;
					border: 1px #8EA2B1 solid;
					clear: both;
}


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


div.right{				float:right;
					width:200px;
					min-height: 50px;
					border: 0px #8EA2B1 solid;
					background: transparent;
}

div.footer {			float:left;
					margin-top: 10px;
					margin-left: 0px;	
					height: 25px;
					width: 800px;	
					background: transparent;
					border-top: 1px #999 solid;
					clear: both;
}



