/* Legal Section
--------------------------------------------------------------------------------- */


	#main {
	
	float: left;
	width: 707px;
	height: 486px;
	background: url(../images/section-press/bg-press.png) no-repeat left top;
		
	}
	
	div.legal {
	
	float: left;
	width: 570px;
	height: 410px;
	overflow: auto;
	padding: 0 30px 0 75px;
	position: relative;
				
	}
	
	div.legal h2 {
	
	padding-top: 3px;
	margin: 3px 0 0 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font: normal 25px/25px Verdana, sans-serif;	
		
	}
	
	div.legal a {
	
	color: #928923;
	text-decoration: underline;
	
	}
	
	
	/* Legal Content Styling */
	
	h2 {
	
	display: block;
	text-transform: uppercase;
		
	}
		
	h3 {
	
	text-indent: 0;
	margin: 30px 0 5px 0;
	padding: 0;
	font: normal 16px/16px Helvetica;
	text-transform: uppercase;
		
	}

	h4 {
	
	margin: 15px 0 5px;
	font: bold 13px/15px Arial, sans-serif;
		
	}
	
	h5 {

	margin: 15px 0 5px;
	font-size: 1em;
	
	}

	#privacy ol,
	#terms ol {
	
	list-style-type: decimal;
	margin-left: 20px;
		
	}
	
	#privacy ul,
	#terms ul {
	
	list-style-type: disc;
	margin-left: 20px;
		
	}

	#privacy li,
	#terms li {
	
	margin: 10px 0 10px 0;
		
	}
