/* common.css */
.hidden {
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

.clear {
	clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.borderless {
	border: 0;
}

/*#content .csc-textpic {
	display:block;
	margin-bottom:50px;
	height:600px;
	clear:both;
	position:relative;
	top:100px;
}*/

