/* CSS Document */
div {
	position:relative;
}
#Maincontainer {
	margin:0 auto;
	width:950px;
	padding:0;
}
#header {
	width:950px;
	margin:0px;
}
#header #logo {
	float:left;
	width:269px;
	height:162px;
}
#header #right {
	float:right;
	width:557px;
	height:162px;
}
#header #right #loginsuccess {
	float:right;
	width:149px;
	height:30px;
}

#navigation {
	clear: both;
	height: 45px;
	width: 557px;
	padding-top:37px;		
}
#banner {
	width:950px;
	height:324px;
	clear:both;
}
#welcome {
	width:950px;
	height:auto;
	clear:both;
	margin-top:13px;
}
#welcome #left {
	float:left;
	width:320px;
	height:420px;
	clear:both;	
	background-color:#342a28;
	padding:20px;
	.height:440px;
}
#welcome #right {
	float:right;
	width:537px;
	height:420px;
	background-color:#342a28;
	padding:20px;
	.height:440px;
}
#Innerbanner {
	clear:both;
	width:950px;
	height:143px;	
}
#ContentArea {
	width:900px;
	height:auto !important;
	min-height:500px;
	_height:500px;	
	background-color:#ebe9e9;
	padding:20px 25px 20px 25px;
	
}
#footer {
	clear:both;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:left 13px;
	width:950px;
	height:90px;	
}
#footer #left {
	float:left;	
	width:500px;
	height:20px;
	margin-top:25px;
	padding-left:20px;
}
#footer #right {
	float:right;	
	width:300px;
	height:20px;
	margin-top:25px;
	padding-right:20px;
}
#InnerFooter {
	clear:both;
	background-image:url(../images/footer-inner.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	width:950px;
	height:90px;	
}
#InnerFooter #left {
	float:left;	
	width:500px;
	height:20px;
	margin-top:12px;
	padding-left:20px;
}
#InnerFooter #right {
	float:right;	
	width:300px;
	height:20px;
	margin-top:12px;
	padding-right:20px;
}
#loginPageLeft {
		width:400px;
		/*height:160px;*/
		float:left;
		background-color:#4d3f3d;
		padding:10px;
}
#loginPageRight{
		width:400px;
		/*height:260px;*/
		float:right;
		background-color:#4d3f3d;
		padding:10px;
}
#dashboard {
		width:880px;
		min-height:60px;
		background-color:#4d3f3d;
		padding:10px;
}
	

