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

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

.title {		font-family: Arial, Helvetica, sans-serif; font-size: 12px;color:#f6e8a9;float:right;text-align:right;padding-right:100px;}
.title a {		color:#f6e8a9;text-decoration: none}
.title a:hover {	color:#f6e8a9;text-decoration: underline}

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: 30px;
					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;
					/*height: 170px	*/
					background: url(images/text.gif) #333 top left no-repeat;
					background-position: center;	
					/*border: 1px #999999 solid;*/
					clear: both;
}

div.main {				float:left;
					margin-left: 156px;		
					width: 500px;
					background: #fff;
					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.main2 ul { 	list-style-type: none; 
			padding: 5px; 
			margin: 5px;
}

div.main2 li { 	background-image: url(images/ul_dot.gif); 
			background-repeat: no-repeat; 
			background-position: 0 2px; 
			padding-left: 25px}


div.nav1 {				float:left;
					left: 0px;
					height: 2px;
					width: 800px;
					background-color: #F6E8A9;
					clear: both;
}





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


div.left{				float:left;
					margin-top: 15px;
					margin-left: 15px;
					width:135px;
					height: 325px;
					border: 0px #8EA2B1 solid;
					background: transparent;
					text-align: justify;
}


div.right {				float:right;		
					margin-right: 15px;
					margin-top: 19px;
					width:625px;
					border: 1px #BC6E01 solid;
					background-color: #F6E8A9;
}


					



