/* CSS Document */
html, body{
	background-color:#5a5a5a;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#6e6e6e;
	height:100%;
}

	h1{
		font-size: 20px;
		color:#5a5a5a;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom:5px;
	}
	
		.red{
			color:#e11e1a;
		}
		
	hr{
		background-color:#b2b2b2;
		color: #b2b2b2;
		height: 1px;
		border:0px;
	}
	
	a{
		text-decoration:none;
		color:#5a5a5a;
	}
	
	a:hover{
		color:#e11e1a;
	}
	
	img{
		border:0px;
	}
	
	.clearer{
		clear:both;
	}
	
	.content{
		width:955px;
		margin:0 auto;
		padding:0;
		margin-top:15px;
	}
		.content_top .content_body .content_footer{
			width:955px;
		}
		.content_top{
			background: url("images/banner_top.gif") no-repeat;
			height:10px;
			margin:0;
			vertical-align:baseline;
			font-size:0px;
		}
		
		.pins_frame_close{
			font-size: 10px;
			margin-right:30px;
			margin-top:10px;
			float:right;
		}
			.underline{
				text-decoration:underline;
			}
		
		.content_body{
			background: url("images/banner_body.gif") repeat-y top left;
		}
			.content_main{
				margin:0 auto;
				padding-top:15px;
				width:600px;
			}
				.banner_logo_pins{
					float:left;
					margin-bottom:15px;
				}
				.banner_text{
					margin-left:30px;
					margin-top:30px;
					float:left;
					text-align:left;
				}
		.content_footer{
			background: url("images/banner_footer.gif") no-repeat;
			height:17px;
		}
		
		.logo_pins{
			padding-bottom:20px;
		}

	.pins_frame_top{
		width:100%;
		height:6px;
		background: url("images/page_drop_shadow.gif") repeat-x top left;
		font-size:0px;
	}
	.pins_frame{
		width:100%;
		height:100%;
		border:0px;
		padding:0;
		margin:0;
	}
	
	iframe{
		width:100%;
		height:100%;
		border:0px;
		padding:0;
		margin:0;
	}