@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("container.css");
@import url("hack.css");
@import url("base.css");
@import url("footer.css");

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear{
	clear:both;
}

.red{
	color:#f00;
}

#bottom-link{
	clear:both;
	text-align:center;
	margin-bottom:4px;
}

#bottom-link a{
	color:#000;
}


#bottom-link dd{
	line-height:100%;
}

#lilac-link{
	margin-bottom:15px;
}

ol.decimal li{
	list-style-type:decimal;
	margin-left:25px;
	margin-bottom:5px;
}



