/* main */

.main {
	width:850px;
	height:auto;
	margin:auto;
	padding:0px;
}

/* header */

.header {
	width:850px;
	height:70px;
	padding-top:26px;
	padding-bottom:0px;
	background-color:transparent;
}

.header-content1 {
	width:220px;
	height:70px;
	float:left;

	text-align:left;
	background-color:transparent;
}

.header-content2 {
	width:160px;
	height:70px;
	float:left;

	text-align:center;
}

.header-content3 {
	width:470px;
	height:70px;
	float:left;

	text-align:right;
}

/* topbar */

.topbar {
	width:850px;
	height:33px;
	margin:0px;

	background-color:transparent;
}

.topbar-corner-left {
	width:8px;
	height:33px;
	float:left;
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-corner-left.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.topbar-corner-right {
	width:8px;
	height:33px;
	float:left;
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-corner-right.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.topbar-content {
	width:834px; 
	height:33px;
	float:left; 
	margin:0px;

	background-image:url(../img/layouts/xpoit/navbar-content.gif);
	background-repeat:repeat-x;
	background-position:center;
}

/* content */

.content {
	width:850px;
	clear:both;
	padding-top:5px;
	background-color:transparent;
}

.content-left {
	width:202px;
	float:left;
}

.content-center {
	width:642px;
	float:left;
	padding-left:6px;
}

.content-full {
	width:850px;
	float:left;
}

/* footer */

.footer {
	width:850px;
	height:70px;
	clear:both;
	padding-top:5px;
}

.footer-content1 {
	width:202px;
	height:70px;
	float:left;

	text-align:center;
}

.footer-content2 {
	width:642px;
	height:70px;
	float:left;
	padding-left:6px;

	color:#666666;
	text-align:left;
}

/* bottombar */


.bottombar {
/*	width:850px;*/
	width:100%;
	height:32px;
	clear:both;

	background:url(../img/layouts/xpoit/BackgroundGradientBottom.jpg) repeat-x top;
}

