@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;}
html, body{ 
	margin:0; 
	padding:0; 
	text-align:left;} 
	
#pagewidth{ 
 	width:960px;} 
	
#Top{
	position:relative;
	height:295px;
	width:960;}
	/*background-color:#434343;} 
#TopImage{
	position:relative;
	float:right;
	height:299px;
	width:820px;} */
#TopLeft{
	position:relative;
	float:left;
	height:295px;
	width:140px;
	background-color:#434343;}
	
#Menu{
	position:relative;
	height:60px;
	width:960;}  
			#Image {
				position:absolute;
				width:139px;
				height:63px;
				z-index:1;
				background-image: url(Images/bottom.gif);
				background-repeat:no-repeat;
				left: 0px;
				top: 0px;}	
#MenuLeft{
	position:relative;
	float:left;
	height:61px;
	width:139px;
	background-image:url(Images/Middle.gif);
	background-repeat:no-repeat;
	z-index: 12;
}

	
#Body{
	position:relative;
	height:100%;
	width:960px;
	background-color:#FFFFFF;} 
#BodyWrapper{
	display: block;
	position:relative;
	float:right;
	height:100%;
	width:820px;
	background-color:#FFFFFF;
	margin-right:0px;
	/*border-left:#FFFFFF solid 12px;*/
}
#Container{
	background-color:#EBFEAE;
	position:relative;
	float:right;
	height:100%;
	width:808px;
} 
#ContainerText{
	position:relative;
	/*margin-right:12px;*/
	float:right;
	height:100%;
	width:545px;
	padding-left:50px;
	padding-right:50px;
	background-color:#FFFFFF;
}
			#ContainerMenu{
				position:relative;
				background-color:#EBFEAE;
				float:left;
				height:100%;
				width:150px;} 
						#maincol{
							/*margin-left:12px;*/
							display:inline;
							position: relative;
							float: left;
							width:162px;
							height: 185px;
							background-color:#FFFFFF;
}
#BodyLeft{
	margin-left:-1px;
	position:relative;
	float:left;
	height:80px;
	width:139px;
	background-image:url(Images/bottom.gif);
	background-repeat:no-repeat;
}
/*	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 60px solid #434343;
	border-right: 61px solid #FFFFFF;} */

#bottomtotal {
	position:absolute;
	width:139px;
	height:141px;
	z-index:100;
	left: 0px;
	top: 295px;
	background-image:url(Images/bottemtotal.gif);
	background-repeat:no-repeat;
} 
 
 
#Footer{
	position:relative;
	height:30px;
	width:960;} 
#FooterRight{
	position:relative;
	float:right;
	height:30px;
	width:820px;}
#FooterLeft{
	position:relative;
	float:left;
	height:30px;
	width:140px;} 
 
  
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

