
 /* Main container */
.container {
  width: 860px;
  margin: 0 auto;
  border:0px solid #B80C7B;
  display:table; /* must put this in for FireFox. */
}

.column {
  float: left;
}

/* header and footer*/
.header  { width: 860px;}
.footer { width: 860px;}

/* middle content box with left and right column*/
.mid  { width: 860px;}

/* Content Column*/
.content_column  { }

/* left and right Columns*/
.sidebar_left  { }

.sidebar_right { 
	background-image:url(../images/RightSidebarBg.png);
	background-repeat:no-repeat;
 	color:#FFFFFF; min-height:500px; height:500px;
}

#leftsidebar
{
	float:left;
	width: 180px;
	margin-bottom:-3000px; padding-bottom:3000px;
	background-image:url(../images/menubg_dottedline.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#content
{
	float:left;
	width: 430px;
	margin-bottom:-3000px; padding-bottom:3000px; 
}

#rightsidebar
{
	float:right;
	width: 180px;
}

#contentindex
{
	overflow:hidden;
}


#pagecontent
{
	float: right;
	width: 660px;
	margin-bottom:-3000px; padding-bottom:3000px;
}
