@charset "utf-8";
/* CSS Document */

#preamble {
	padding: 0px 10px 20px 10px;
}

#preamble h1 {
	text-align: right;
}

#onditName {
	width: 890px;
	height: 44px;
	background: url(../Icons/ondit_name.png) no-repeat;
}

#onditLodge {
	height: 155px;
	width: 890px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 45px;
}

#onditPhotoLink {
	height: 150px;
	width: 230px;
	float: left;
	margin-right: 5px;
}

#otherLinks {
	height: 430px;
	width: 890px;
	background: url(../images/links.png) no-repeat;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 5px;
	margin-bottom: 30px;
}

#linksFriends {
	clear: both; 
	width: 340px; 
	float: left;
}

#linksOther {
	clear: right; 
	width: 545px;
	padding-right: 5px;
	float: right;
}

#downloads {
	height: 100px;
	width: 880px;
	/*background: url(../Icons/downloads.jpg) no-repeat;*/
	background-color: #444444;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	clear: both;
}

#downloads li {
	color: #FFF;
}

#linksFriends ul {
	border-top: 1px dotted #444444;
}

#linksFriends li {
	padding-left: 5px;
	border-left: 1px dotted #444444;
}

#otherLinks ul {
	border-top: 1px dotted #444444;
}

#otherLinks li {
	padding-left: 5px;
	border-left: 1px dotted #444444;
}
