/* CSS developed by 9xb.com
Main stylesheet for layout */

	body, html
	{
		margin: 0px;
		padding: 0px;
		background-image:url(../images/bg_2.jpg);
		background-repeat:repeat-x;
		background-position:top center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height:1.5;
	}
	
	.screen_reader {
		display: none;
	}


/* ---------------------------------- */
/* GLOBAL STYLES  */   
/* ---------------------------------- */

	a{
		color:#0059aa;
		font-weight:bold;
	}
	img{
		border:none;
	}

/* ---------------------------------- */
/* MAJOR DIVISIONS   */   
/* ---------------------------------- */

	#outerwrap{
		width:800px;
		text-align:left;
		margin: 0 auto;	
	}
	
	#header{
		margin:0;
		padding:0;
		height:139px;
	}
	
	#bricks_sold{
		margin:0;
		padding:0;
		height:126px;	
		background-image:url(../images/bricks_sold_all.jpg);
		background-repeat:no-repeat;
		width:800px;
	}
	
	#paper{
		width:348px;
		height:735px;
		float:left;
		background-image:url(../images/paper.jpg);
		background-repeat:no-repeat;
	}
	#paper_inner{
		width:255px;
		text-align:left;
		margin: 0 auto;
		margin-top:50px;		
	}
	
	#right_column{
		width:409px;
		height:735px;
		float:right;
	}	
	
	#footer{
		font-weight:normal;
		font-size:11px;
	}
	#footer a{
		font-weight:normal;
		color:#000000;
		line-height:1.5;
	}
	
/* ---------------------------------- */
/* TITLE ELEMENTS  */   
/* ---------------------------------- */	



/* ---------------------------------- */
/* HEADER STYLES  */   
/* ---------------------------------- */

	span#holding_intro {
		font-weight:bold;
		font-size:16px;
		color:#fff;
		display:block;
		padding-top:15px;
		}

/* ---------------------------------- */
/* CONTENT STYLES  */   
/* ---------------------------------- */		

	.buy_button{
		margin-top:2px;
	}
	
	.bold_font{
		font-weight:bold;
	}
	
	.bold_link{
		color:#000000;
		text-decoration:none;
	}
	.bold_link:hover{
		color:#000000;
		text-decoration:underline;
	}	
	
	.margin_top{
		margin-top:10px;
	}
	.total_flash{
		float:right;
		clear:none;
		margin-right:7px;
	}
	.man{
		float:left;
	}
	
	#text_bit{
		background-image:url(../images/text_back.jpg);
		background-position:top;
		border:5px solid #ffffff;
	}
	#text_bit p{
		padding:0 5px 0 5px;
	}
	
	.title_padding{
		margin-bottom:5px;
	}
	
	.name{
		text-decoration:underline;
		font-size:11px;
	}
	.title{
		font-size:16px;	
	}

/* ---------------------------------- */
/* FORM ELEMENTS  */   
/* ---------------------------------- */

