@charset "utf-8";

/*	Wrapper and Columns
----------------------------------------------------------*/
#wrapper {
	width: 784px;
	margin: 0 auto;
}

#top {
	height: 142px;
	background: transparent url("../../images/bg_header.png") left top repeat-x;
}

#header {
	height: 142px;
	position: relative;
	width: 784px;
	margin: 0 auto;	
}

#logo {
	display: block;
	float: left;
	position: absolute;
	left:0;
	bottom: 14px;
}

#mid {
	background: #68676c url("../../images/bg_subpage.png") left top repeat-x;
}

#colblock {
	width: 772px;
	padding: 12px 7px 0 7px;
	margin: 0 auto;
	overflow: auto;
	min-height: 500px;
	background: transparent url("../../images/bg_content.gif") center top repeat-y;	
}

#col1 {
	width: 180px;
	float: left;
}

#col2 {
	width: 591px;
	float: right;
	border-left: 1px solid #a6a6a6;
}
/* Helper class 
-------------------------------------------*/
.clear {
    clear: both;
    line-height:0em;
}

.fltlt {
	float: left;
}

.fltrt {
	float: right;
}

.alnlt {
	text-align: right;
}

.alnrt {
	text-align: left;
}

.alnctr {
	text-align: center;	
}