/* ------------------ STATIC.CSS */
#static {
	float: left;
	width: 698px;
	padding: 20px 15px 0 15px;
}
#static p {
	padding: 0 0 10px 0;
}
#static ul li {
	padding: 0 0 8px 15px;
	background: url(../../images/bullets/simple-black-bullet.gif) 5px 5px no-repeat;
}
#static .imageholder {
	float: right;
	display: inline;
	position: relative;
	width: 223px;
	height: 174px;
	margin: 0 0 0 20px;
	overflow: hidden;
}
#static .imageholder .filter {
	position: absolute;
	top: 0;
	left: 0;
	clear: both;
}



#static .linkset {
	float: left;
	width: 138px;
}
#static .clear {
	clear: both;
}
#static .linkset p {
	padding: 7px 0 10px 0;
	color: #707070;
	line-height: 1.5em;
}
#static .linkset ul {
	margin: 10px 10px 0 0;
	list-style: none;
}
#static .linkset ul li {
	padding: 0 0 8px 15px;
}
#static .linkset ul li ul {
	list-style: none;
}
#static .linkset strong {
}
#static .linkset a {
	text-decoration:none;
}
#static .linkset a:hover {
	text-decoration:underline;
}