/*
	file:		columnStyle.css
	purpose:	Defines the columns used in the page
	author:	Parag Jagdale of Un-identified.com
	date:		6-22-08	
*/

div#Column_1{
	width:966px;	
	background: #000;
	min-height:100%;
	padding-bottom:4px;
}
* html div#Column_1{	
	height:100%;
}

div.Column_1Header{
	width:966px;	
	height:4px;
	background: transparent url(images/ms_rightColumn_he.png) no-repeat bottom right;	
}
div.Column_1Footer{
	width:966px;	
	height:10px;
	margin-bottom:10px;
	background: transparent url(images/ms_rightColumn_fo.png) no-repeat top right;	
	
}

div #leftColumn_2{
	width:230px;
	min-height:100%;
	float:left;
}
div #rightColumn_2{
	float:right;
	min-height:100%;
	width:752px;

	background-color:#000;
}
* html div #rightColumn_2{	
	height:100%;	
}
div #rightColumn_2_SearchResultsPage{
	position:relative;
	float:right;
	height:500px;
	width:752px;

	background-color:#000;
}

* html div #rightColumn_2_SearchResultsPage{
	height:500px;	
	position:relative;
}
body.profile #rightColumn_2{
	background:transparent;
}

div.rightColumnHeader{
	float:right;
	width:752px;
	height:4px;
	background: transparent url(images/ms_rightColumn_he.png) no-repeat bottom right;
}

div.rightColumnFooter{
	float:right;
	width:752px;
	height:4px;
	background: transparent url(images/ms_rightColumn_fo.png) no-repeat top right;
	margin-bottom:5px;
}
div #Column_1 #breadCrumbs{
	height:30px;
	float:left;
}
div #Column_1 #innerLeftColumn{
	float:left;
	width:228px;
	border-right:1px dotted #737373;
	height:100%;
}
div #Column_1 #innerRightColumn{
	float:right;
	width:728px;
}
div #rightColumn_2 #breadCrumbs{
	height:20px;
}
div#rightColumn_2 #breadCrumbs p{
	margin:0;padding:0;
}
body.profile div #rightColumn_2{
	color:#000;
}

body.profile #innerLeftColumn {
	padding:15px;
}
body.profile div #rightColumn_2 #breadCrumbs{
	height:20px;
	color:#fff;
	background:#000;
	padding:0;margin:0;
}
body.profile div #rightColumn_2 #innerLeftColumn{
	width:500px;
}
body.profile div #rightColumn_2 {
	height:90%;
}
div #rightColumn_2 #innerLeftColumn{
	width:535px;
	position:relative;
}
div #rightColumn_2 #innerRightColumn{
	float:right;
	width:214px;
}
body.search #rightColumn_2 {height:479px;min-height:70%;}
* html body.search #rightColumn_2 {height:537px;}