/*
	file:		structureStyle.css
	purpose:	Defines the main styles of the page
	author:	Parag Jagdale of Un-identified.com
	date:		6-22-08	
*/
.clear{
	clear:both;
	display:block;
}
html, body{
	height:100%;
}
body{
	background: #2b292a url(images/ms_header_bg.jpg) repeat-x top left;
	margin:0;padding:0;
}
body #outerContainer{
	height:100%;
}
body.profile #outerContainerProfile{
	min-height:100%;
	/*background: #818181 url(images/ms_whiteGradient_bg.jpg) repeat-y center center;*/
}
*html body.profile #outerContainerProfile{
	height:100%;
}
body.profile #background-wrapper {
	min-height:100%;
	background: #818181 url(images/ms_whiteGradient_bg.jpg) repeat-y center center;
	padding-top:10px;
}
body.profile #outerContainerProfile #outerHeader{
	height:110px;
	background: transparent url(images/ms_header_bg.jpg) repeat-x top left;
}

body.compare #contentContainer{
	height:auto;
}
#header{
	height:110px;
	width:987px;
	margin:0 auto;
}
#header img{
	margin-top:32px;
}
body #contentContainer{
	height:80%;
}
body #contentContainer{
	width:987px;
	margin:5px auto 5px auto;
}

body.profile #contentContainer{background:transparent url(images/profile_dotted_lines.gif) repeat-y top left;}
body.profile #profileContentContainer{
	padding:1px 0 5px 0;
	margin:0;
	background: #818181 url(images/ms_whiteGradient_bg.jpg) repeat-y 0% 50%;
}
*html body.profile #profileContentContainer{
	padding-top:4px;
}
body.profile #contentContainer{
	height:80%;
}
body #footer{
	clear:both;
	margin-top:5px;
	height:120px;
	background: #2b292a url(images/ms_footer_bg.jpg) repeat-x top left;
}

body.profile #footer{
	margin:0;
}