* {
	margin:0;
	padding:0 0 0 0;
}

a{
	color:purple;
	text-decoration: none;
}

p {
	text-indent:40px;
	line-height:140%;
}

body {
	background: white;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	}

h2 {
	font-size:24px;
	color:white;
	text-align:left;
	margin-left:20px;
	padding-top:20px;
}	
.clear { clear: both;}

#wrapper {
	width: 720px;
	margin: auto;
}

#logo-top {
	text-align:right;
	background:url(DIALlogo.jpg) right no-repeat black ;
	margin-top:20px;
	height:80px;
}
#top-bar {
	background:url(topbar.png) no-repeat;
	text-align:center;
	padding-top: 10px ;
	height: 200px;
}


#sidebar {
	background:gray;
	margin:10px 0 10px 10px;
	padding:20px 10px 40px 10px;
	width: 180px;
	float: right;
	text-align: center;
}

#contents {
	text-align:left;
	width:500px;
	padding:0 10px 0 0;
	margin: 10px 0 10px 0;
	float: left;
}


#footer {
	padding-top:5px;
	color:white;
	clear:both;
	height:30px;
	background:black;
	text-align:center;
}