/******************************
   Application layout styling
   common to all layouts.
******************************/
#wrapper {
	background:url('/images/body_bg.jpg') repeat-y center #fff;
	width:1000px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	overflow: hidden;
}

#all-content-width {
	width:960px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}

#header-top {
	height: 5px;
}

#inner {
	float:left;
	width:625px;
	padding:0 0 10px 15px;

}

#inner_full {
	float:left;
	width:928px;
	padding:0 15px 10px 15px;
    border-left: 1px solid #80cce5;
    border-right: 1px solid #80cce5;
}

#content {
	height:1%;
}

#footer {
	clear: both;
	position:relative;
}

#footer-bottom {
	clear:both;
  background-image:url('/images/footer_bg.jpg');
	width:1000px;
	height:65px;

}

#breadcrumbs {
	margin-top: 4px;
    margin-bottom: 3px;
}

/******************************
   FULL WIDTH LAYOUT
******************************/


/******************************
   LEFT HAND SIDEBAR LAYOUT
******************************/

#col-left-200 {
	float:left;
	width:200px;
	height:100%;
	margin-right:10px;
	overflow:hidden;
}

#col-right-750 {
	float:left;
	width:750px;
	overflow:hidden;
}

.column-third {
	width:250px;
	float:left;
}

.column-two-thirds {
	width:500px;
	float:left;
}


