#program {
	position: relative;
	text-align: justify;
}
#plugin {
	position: relative;
	text-align: justify;
}


h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #d00;
}

#align {	width: 70%;}
#align_plug { width: 75%;}

#right {
	position: relative;
	float: right;
	margin-left: 10px;
	width: 180px;
}
#right div {
	float: right;
	margin-bottom: 20px;
	margin-right: 0px;
}
#right_plug {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right:5px;
	width: 150px;
}

#screen {
	position: relative;
	width: 100%;
}
#screen img {
	width: 100%;
}

#download {
	margin-top: 15px;
	height: 40px;
	width: 100%;
	background: url(../images/download32.png) no-repeat 5px 5px #eee;
}
#download a {
	position: relative;
	display: block;
	line-height: 38px;
	height: 40px;
	padding-left: 45px;
	font-size: 18px;
	text-decoration: none;
	border: 1px solid #ccc;
}
#download a:hover {
	border: 1px solid #aaa;
}

dl {
	margin-left: 5px;
}
dt {
	font-weight: bold;
	text-decoration: underline;
}
dd {
	margin-left: 20px;
	margin-bottom: 10px;
}