body {
	
	background-image: url(../images/background1.gif);
	margin:0px;
	padding:0px;
	background-repeat:repeat-x;
	font-family: Arial ;
}

#Sub{ background-image:url(../images/background2.gif); background-repeat:repeat-y;
	}
#Container {
	width: 100%;
	}
	
#Bottom { left:auto;
 position:absolute;
		}

div#Left {
	width: 430px;
	height: 580px;
	background-image:url(../images/dplogo.gif);
	float:left;

	}
div#Right {
	height: 580px; background-color:#FFFFFF;
	}
	
#menu-right {
	width:500;
	height:200;
	float:right;
	top: 300px;
	
	}
#block { 
	width:100%; 
	height:580px;
	}

.p {
	margin:0px;
	padding:0px;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	text-align: inherit;
	color: inherit;
	line-height: inherit;
	vertical-align: top;
}
p {
	padding-top:0px;
	margin-top:0px;
}
img {
	border:0px;
}


.clearfloat {
	clear:both;
	height:0px;
}
a:link, a:visited{
	COLOR:inherit;
	text-decoration:inherit;
}


