#logo
{
	float: left;
}

#search 
{

}

/*********************************
	Lists
**********************************/

#navigate-breadcrumb li,
#navigate-primary li,
#navigate-tools li,
#legal-wrapper li,
.lister .paging li {
	display: inline;	
}

hr {
	display: none;
}

#bd 
{
	background-color:#FFF;
	background-image: url(../images/common/bd_bg.jpg);
	background-repeat: no-repeat;
}

#custom-doc {  
	margin:auto;text-align:left; /* leave unchanged */  
	width:59.92em;/* non-IE */  
	*width:58.47em;/* IE */  
 	 min-width:400px;/* optional but recommended */  
 }
 
 
#bd 
{
	padding:0px;
}
 
 .bd-footer
{
	height:34px;
	width:936px;
	background-image:url(../images/common/bd-footer-bg.jpg);
	background-repeat:no-repeat;
}


.root .col-one 
{
	/*border:1px solid yellow;*/
	display:inline;
	float:left;
	margin:10px 20px;

}

.root .col-two 
{
	/*border:1px solid orange;*/
	margin:0px;
	padding:0;
	margin:10px 320px 0px 280px;
	height:100%;
	/*margin-left:260px;*/
}

.root .col-three 
{
	/*border:1px solid red;*/
	margin:10px 10px 0px 10px;
	float:right;
	height:100%;
}

.twocolumn .col-one 
{
	/*border:1px solid yellow;*/
	float:left;
	
	margin:0px;
	padding:0;
	margin:0px 0px 0px 20px;
	height:100%;
	width:700px;

}

.twocolumn .col-two 
{
	/*border:1px solid orange;*/
	float:right;
	display:inline;
	margin:100px 15px 10px 0;
	
	/*margin-left:260px;*/
}

.gallery .twocolumn .col-two 
{
	margin-top:125px;
	margin-top:96px;
}

.threecolumn .col-one 
{
	/*border:1px solid yellow;*/
	margin:10px 10px 0px 20px;
	float:left;
	height:100%;
}

.threecolumn .col-two
{
	/*border:1px solid orange;*/
	float:left;
	margin:0px;
	padding:0;
	margin:10px 0px 0px 10px;
	height:100%;
	width:500px;
}
.threecolumn .col-three 
{
	/*border:1px solid red;*/
	margin:100px 15px 0px 0px;
	float:right;
	height:100%;
}
