@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 800px;
	margin: 0 auto 25px auto;
	text-align: left;
	background: transparent url("../images/border_sides.png") left top repeat-y;
}

#border-bottom {
	padding: 0 7px 35px 7px;
	background: transparent url("../images/border_bottom.png") left bottom no-repeat;	
}

#header {
	height: 194px;
	position: relative;
}

#header p {
	font-size: 11px;
	color: #999;
	position: absolute;
	top: 156px;
	left: 40px;
	text-align: center;
	width: 700px;
}

#header p b {
	color: #000;
	font-weight: normal;
}

#column-block {
	padding: 6px 10px 0 10px;
}



/* Helper class */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    border: none;
    margin: 0;
    padding: 0;
    background: transparent;
    line-height:0em;
    display: block;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}
