@import"layout.css";
@import"content.css";

* {
	margin: 0; padding: 0;
}
img {
	border: 0;
}
* {
	margin: 0; padding: 0;
}
img {
	border: 0;
}
img.left {
	margin-right: 10px;
	float: left;
}
img.right {
	margin-left: 10px;
	float: right;
}
p {
	line-height: 1.3em;
}
a {
	text-decoration: none;
	color: #ccc;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
	margin-bottom: 10px;
}
ul li {
	background: url(../images/bullets/bullet-square.gif) 0px 7px no-repeat;
	padding-left: 10px;
}
ul#item-list li {
	float: left;
	width: 125px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2px;
}