/* CSS Document */
.link {
	width:720px;
	height:150px;
	border-bottom:1px dotted #EEEEEE
}

.link:first-child {
	height:200px;
}

.link2 {
	width:720px;
	height:150px;
	text-align:right;
	border-bottom:1px dotted #EEEEEE
}

.rightLink {
	float:right;
}

.linkDescR {
	float:left;
	width:500px;
}

.leftLink {
	float:left;
}

.linkDesc {
	float:right;
	width:500px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}