#head {
	width: 100%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background : url(graphics/tooltop.jpg) repeat-x top right;
}

#Head TABLE.Header {
	background : url(graphics/belbuilt.gif) no-repeat top Left;
	background-repeat : no-repeat;
	width : 100%;
	height : 150px;
}

#Head TD.Header {
	text-align : right;
	vertical-align : bottom;
	padding-right : 10px;
}

#head #logo{
	display : block;
	position : absolute;
	left : 0px;
	top : 0px;
	z-index : 100;
	background : transparent;
	width : 149px;
	height : 149px;
}

#head #logo A:link, #head #logo A:visited{
	text-decoration : none;
	border : none;
}

#head #logo A:hover,  #head #logo A:active{
	text-decoration : none;
	border : none;
}

#center {
	width: 100%;
	margin : 0 0 0 0;
	background : url(graphics/ToolSide.jpg) repeat-y top left;
	padding-left : 75px;
}

#center #link{
	float : none;
	text-align : center;
}

#center  #link A:link, #center  #link A:visited{
	text-decoration : none;
	color : Black;
}

#center #link A:hover{
	text-decoration : none;
	color : #2F2FA2;
}

#center #link A:active{
	text-decoration : none;
	color : #2F2FA2;
}

#Left {
	width : 130px;
	float : left;
	color : #FFF;
	font-weight : 600;
}

#left Ul {
	margin : 0;
	list-style-type : none;
}

#left ul Li{    
	padding : 0 10px 0 20px;
}

#left  A:link, #left A:visited{
	text-decoration : none;
	color : #FFF;
}
#left A:hover,  #left A:active{
	text-decoration : none;
	color : #000;
	background : #fff;
	padding : 0 4 0 4;
}

#content {
	padding : 0px 0px 0px 10px;
	float : left;
}

#right {
	background : #4c2df5;
	width : 70px;
	float : right;
}
#footer {
	width : 100%;
	background : #000040;
	clear : both;
	color : #FFF;
	text-align : center;
}

#footer  A:link, #head A:visited{
	text-decoration : none;
	color : #FFF;
}
#footer A:hover,  #head A:active{
	text-decoration : none;
	color : #FFF;
}

#subfooter{
	text-align : center;
	clear : both;
}

body {
	margin : 0 0 0 0;
}

img{
	border : none;
	margin : 0px 0px 0px 0px;
}

img.right{
	float : right;
}