/* Layout */
#container {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}

#header{
	width: 950px;
	height: 74px;
	background: #ffffff url('../images/header.png') no-repeat top center;
	position: relative;
}
#header h1 {
	margin: 0 0 10px 0;
	padding: 0;
	background: url('../images/centerline-logo.png') no-repeat;
	width: 152px;
	height: 40px;
	position: absolute;
	left: 16px;
	top: 9px;
	text-indent: -9000px;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

#account-links {
	float: right;
	padding: 2px 10px 0 0;
	color: #333;
	font-size: 0.9em;
	margin: 0;
	list-style: none;
}

#account-links li {
	float: left;
	padding: 0 5px;
	margin: 0;
}

#account-links li.first {
	border: none;
}

#tabs {
	position: absolute;
	margin: 0;
	bottom: 2px;
	right: 0;
	height: 37px;
	list-style: none;
}

#tabs li {
	float: left;
	background: #ffffff url('../images/tab-right.png') no-repeat top right;
	padding: 0 6px 0 0;
	margin: 0 10px 0 0;
}

#tabs li a {
	display: block;
	width: auto;
	background: transparent url('../images/tab-left.png') no-repeat top left;
	padding: 0 3px 0 9px;
	line-height: 37px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

h2#page_title {
	width: 950px;
	padding: 0;
	margin: .3em 0 .3em 0;
}


#content{
	margin: 10px 0 0 0;
	width: 950px;
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0px;
	background: #fff url('../images/body-repeat.png') repeat-y top left;
}
#content .t {
	width: 950px;
	background: transparent url('../images/body-top.png') no-repeat top left;
}

#content .b {
	width: 950px;
	background: transparent url('../images/body-bot.png') no-repeat bottom left;
	padding-bottom: 54px;
}

#leftcolumn {
	width: 642px;
	float: left;
}

#rightcolumn {
	background: #f0f0f0 url('../images/rightcolumn.png') no-repeat top;
	border-left: 2px solid #8c8c8c;
	margin-right: 2px;
	float: right;
	width: 304px;
}

#rightcolumn h3 {
	font-size: 16px;
	margin-bottom: 14px;
}

#rightcolumn ul {
	margin: 15px 0;
}

#fullcolumn {
	
}

.col {
	padding: 15px 10px;
}



#footer {
	clear: both;
	width: 950px;
}
