@charset "utf-8";
#footerfix{
	width:100%;
	height:150px;
	position: fixed;
	bottom: 0;
	z-index: 1;
}
body {
	font-size: 11px;
	font-family: Tahoma, Ms Sans Serif;
	margin: 0px;
	padding: 0px;
}
#body{
	width:100%;
	height:400px;
}
#logo{
	background-image:url(../../../assets/images/logo.jpg);
	float:left;
	width:180px;
	height:70px;
	margin-left: 5px;
}
#mainnav{
	float:right;
	width:100%;
	height:980px;
	position:fixed;
}
#content{
	float:right;
	width:800px;
	margin: 0px 0px 0px 0px;
}
#sidebar{
	float:right;
	width:280px;
	height:360px;
}
#footer{
	z-index: 1;
	width:100%;
	height:80px;
	header:0px;
	position:absolute;
}
.DottedBottom{
 height:1px;
 background-image:url(../../../assets/images/dash_ver.gif);
 background-position:bottom;
 background-repeat:repeat-x;
}
.ButtonBack{
 	float:left;
	width:45px;
	height:30px;
}
.PaddingImgWork{
 padding: 20px 0px 10px 0px;
}