/* CSS Document */

	a { color: #3A4850; text-decoration: underline; }
	a:visited { color: #3A4850; text-decoration: underline; }
	a:hover { color: #F2932E; text-decoration: underline; }

	body {
	padding: 20px 0px 20px 0px;
	background-color: #E1E4E5;
	}


/*Structure Elements*/

	#container {
		width:1005px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}

	#header {
		background-image: url(images/header_background.gif);
		background-repeat: no-repeat;
		padding: 0px;
		height: 200px;
		}
				
	#header_col_01 {
		width:495px;
		float:left;
		padding: 5px 5px 5px 5px;
		}
	
	#header_col_02 {
		width:495px;
		float:left;
		padding:5px 5px 5px 0px;
		}
		
	#content {
		clear:both;
		}

	#col_01 {
		width:332px;
		float:left;
		padding: 0px 5px 0px 0px;
		}
			
	#col_02 {
		width:668px;
		float:left;
		}

/*Layout Elements*/	

	#description {
		top:200px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;		
		color:#3A4850;
		padding: 20px 0px 20px 0px;
	}

	.description_small_caps {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		letter-spacing:1px;
	}

	.col_01_boxes {
		margin:5px 0px 0px 0px;
		padding: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;		
		color:#3A4850;
		background-color:#BBBFC2;
		}

	.padding_top_5 {
		padding:5px 0px 0px 0px;
		}

	.padding_photo_left {
		padding:5px 5px 0px 0px;
		}

	.padding_photo_right {
		padding:5px 0px 0px 0px;
		}


	.col_02_boxes_a {
		margin:5px 0px 0px 0px;
		padding: 20px;
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;		
		color:#3A4850;
		background-color:#FFFFFF;
		}

	.col_02_boxes_book {
		margin:5px 0px 0px 0px;
		padding: 20px 20px 20px 164px;
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;		
		color:#3A4850;
		background-color:#FFFFFF;
		background-image: url(images/flaunt_book_24-99_dollars.gif);
		background-repeat: no-repeat;
		}

	.col_02_boxes_pdf {
		margin:5px 0px 5px 0px;
		padding: 20px 20px 20px 164px;
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;		
		color:#3A4850;
		background-color:#FFFFFF;
		background-image: url(images/flaunt_pdf_15_dollars.gif);
		background-repeat: no-repeat;
		}

	.details {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 18px;		
		}

	.yellow {
		color:#F2932E;
	}
	
/* PROMO STUFF */

	.col_02_boxes_book_promo {
		margin:5px 0px 0px 0px;
		padding: 20px 20px 20px 164px;
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;		
		color:#3A4850;
		background-color:#FFFFFF;
		background-image: url(images/flaunt_book_19-99_dollars.gif);
		background-repeat: no-repeat;
		}

	.col_02_boxes_pdf_promo {
		margin:5px 0px 5px 0px;
		padding: 20px 20px 20px 164px;
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 24px;		
		color:#3A4850;
		background-color:#FFFFFF;
		background-image: url(images/flaunt_pdf_12_dollars.gif);
		background-repeat: no-repeat;
		}

	.promo_box {
		margin:0px 0px 5px 0px;
		padding: 15px 20px 15px 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		letter-spacing:1px;
		line-height: 18px;		
		color:#3A4850;
		background-color:#ffb830;
		}

