@charset "utf-8";
/* CSS Document */
.floater {
	float: left;
}
.right {
	margin-left: 4px;
}
.left {
	margin-right: 4px;
}
.article ul {
	margin-left: 15px;
}
li.parent img {
	float:right;
}
img.blockquote {
	float:left;
	clear:left;
}
.btn {
	margin-top: 4px;
}
/* begin module divs */
.top {
	float:left;
}
.bottom {
	float:left;
}
.content_top1 {
	float: left;
}
.content_top2 {
	float: right;
}
.content_bot1 {
	float: left;
}
.content_bot2 {
	float: right;
}
.user1 {
	float:left;
}
.user2 {
	float:left;
}
.user3 {
	float:left;
}
.user4 {
	float:left;
}
.articles {
	width:100%;
}
.width50 {
	width:49%;
}
.width100 {
	width:99%;
}
.width33 {
	width: 33%;
}
.width67 {
	width:66%;
}
.width25 {
	width: 24%;
}
/* end module divs */
#logo {
	width:75%;
	float:left;
}
#search {
	padding-top:20px;
	width: 25%;
	float:right;
}
.position
{
	position: relative;
	width: 100%;
	float:left;
	margin:0px;
	padding:0px;
}
