/* WebLoyalty CSS Document */


/*structure*/
#wrapper{
	width:762px;	
	padding:0px;
	margin:0px auto;
	border:1px solid #254B95;
}
#content_container{
	width:762px;
	margin:62px 0px 0px 0px;
	padding:0px;
}
#copy{
	width:762px;
	color:white;
}
	#copy #top_box{
		background:url(../images/header_tile.jpg) 0 0 repeat-y;
		height:148px;
	}
		#top_box img{
			float:right;
			border-left:1px solid white;
		}
		#top_box h1{
			color:white;
			font-family:Geneva, Arial, Helvetica, sans-serif;
			padding:12px 24px 7px 24px;
			margin:0;
		}
		p{
			padding:0px 300px 8px 24px;
		}
	#copy #bottom_box{
	
	}
		#bottom_box h2{margin:0; padding:0}
		#bottom_box table{margin:0; padding:0; width:100%; border:none; }
		#bottom_box td{background-color:#BCB893;}
		#bottom_box td.left{width:254px; min-height:375px;}
		#bottom_box td.middle{width:252px; min-height:375px; border-left:1px solid white; border-right:1px solid white;}
		#bottom_box td.right{width:254px; min-height:375px;}
		#bottom_box td h2{margin:0; padding:0px 0px 10px;}
		#bottom_box td p{ margin:0; padding:0px 12px 10px; color:black;}
		#bottom_box td img.button{margin:15px 0px;}
#header{
	position:absolute;
	top:0;
	width:762px;
	height:60px;
	background:url(../images/topfade_tile.gif) 0 100% repeat-x;
	border-bottom: 3px solid #254B95;
}
	#header img.logo{
		margin-top:4px;
		float:left;
	}
	#header p{
		text-align:right;
		margin-top:30px;
		padding-right:10px;
		color:#D3D3D3;
	}
	#header a{
		color:#0265CD;
		text-decoration:none;
	}
	#header a:hover{text-decoration:underline;}
#footer{
	height:65px;
	border-top:3px solid #254B95;
}
	 #footer p{
		text-align:center;		
		color:#D3D3D3;
		padding:15px 6px 0px;
	}
	#footer a{
		color:#0265CD;
		text-decoration:none;
	}
	#footer a:hover{text-decoration:underline;}