.inner {
	width: 960px;
	margin: 0 auto;
}

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
}

.left {
	*display:inline;
	float: left;
}
.right {
	*display:inline;
	float: right;
}

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

.bold {
	font-weight: bold;
}


.no-border {
	border: none;
}
.no-margin {
	margin: 0;
}
.no-padding {
	padding: 0;
}
.no-pointer {
	cursor: default;
}

