@CHARSET "UTF-8";
@import "navigation.css";

/*
 * C O M M O N
 */

div#page {
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	}
#content_col0 {
	padding:5%;
	width:90%;
	}
#content_col0 h1 {
	margin-bottom:10px;
}
#content_col0 h2, #content_col0 h3 {
	margin-bottom:5px;
}
#content_col0 p {
	margin-bottom:10px;
}

.center {
	text-align:center;
	}
.left {
	text-align:left;
	}
.right {
	text-align:right;
	}
.fleft {
	float:left;
	}
.fright {
	float:right;
	}
.cboth {
	clear:both;
	}
.cleft {
	clear:left;
	}
.cright {
	clear:right;
	}

