@import url("global.css");

#Home html {
background: url(../images/html_bg.jpg) repeat-x #b0eaf8;
}
.ContentBox {
background:url(../images/Bg_ContentBox_Home.jpg) repeat-y;
width:980px;
}
.DocSection {
background:url(../images/BG_DocSection.jpg) repeat-x #3a1f04;
padding:30px 220px 30px 30px;
width:490px;/* 740px */
}
	.DocSection a{
	color:#FFCC00;
	}
	.DocSection a:hover{
	color:#fff;
	}
.ProcListBox {
background:url(../images/BG_BreastImplantProc.jpg) no-repeat top #f4dba2;
padding:40px 10px 0 30px;
width:700px;/* 740px */		
}
	.ProcList {
	color:#000;
	float:left;
	padding:0 20px 14px 0;
	width:330px;
	}
		.ProcList a {
		color:#663300;
		}
		.ProcList a:hover {
		color:#333;
		}
		.ProcListSubHdr {
		margin:0 0 10px 0;
		}
			.ProcListSubHdr a{
			color:#2e0000;
			text-decoration:none;
			}
			.ProcListSubHdr a:hover{
			color:#095869;
			}
		.Teaser {
		border:3px solid #663300;
		display:block;
		float:left;
		margin: 0 20px 20px 0;
		}
		
.Content {
float:left;
width:740px;
}
.HomeSideBar {
float:left;
padding:0 0 0 0;
width:240px;
}	
	.HomeGallery {
	background:url(../images/Banner_HomeGallery.jpg) no-repeat;
	display:block;
	height:457px;
	width:240px;
	}
	.Book {
	background:url(../images/BG_Book.jpg) no-repeat;
	padding:487px 0  0;
	width:240px;
	}
		.MoreBookInfo {
		display:block;
		margin:0 0 132px 0;
		height:53px;
		width:240px;
		}
		.Amazon {
		display:block;
		height:48px;
		width:240px;
		}
		.Borders {
		display:block;
		height:48px;
		width:240px;
		}
		.Barnes {
		display:block;
		height:60px;
		width:240px;
		}
	
	.HomeVideo {
	background:url(../images/BG_HomeVideo.jpg) no-repeat top #494949;
	padding:32px 0 40px 0;			
	positioN:relative;
	width:740px;
	}
		.Player {
		padding:13px 0 0 45px;
		float:left;
		height:289px;
		width:319px;/* 364px */		 
		}
		.VideoDesc {
		float:left;		
		margin:200px 0 0 0;	
		padding:0 30px 0 40px; 
		width:306px;/* 376px */	
		}
		a.NatrelleBanner{
		display:block;
		position:absolute;
		top:0;
		right:25px;
		height:60px;
		width:313px;
		}
		
	.HomeNews {
	background:url(../images/BG_HomeNews.jpg) repeat-y;			
	margin:14px 0 0 0;
	width:980px;/* 980px */		
	}	
		.HomeNews a{
		color:#ffffcc;
		}
		.HomeNews a:hover{
		color:#ccc;
		}
		.MostRecent {
		float:left;
		margin:0 30px 20px 30px; 
		width:304px;		
		}
		.PastArchive {
		float:left;
		margin:0 30px 20px 30px; 
		width:556px;		
		}	
			.PastArchive p{
			margin:0 0 10px 0;
			padding:0;
			}	
			
			
#Home .Footer {	
background:url(../images/BG_Footer.png) no-repeat;	
color:#000;
text-align:center;
padding: 30px;
width:920px;/* 980px */	
}
	#Home .Footer a{
	color:#000;
	}
	#Home .Footer a:hover{
	color:#002e38;
	}			
