﻿div#page
{
  width: 990px;
  margin: 0px auto;
}

div#container
{
	text-align:left;
	width: 990px;
	/*background: #678FC2 url(../images/layout/t_container.gif) repeat-y; */
	background-image: url(../images/layout/t_container.png);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
}

div#header
{
	position:relative;
	background-image:url(../images/layout/bg_topheadhome.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

div#headerFront
{
	position:relative;
	background-image:url(../images/layout/bg_topheadFront.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

div#footer
{
	background:url(../images/layout/bg_bottom.png) no-repeat;
	height: 18px;
	width: 990px;
}

div#middle-panel
{
	margin: 0 10px;
}

div#head-container
{
	height:91px;
	margin:0 15px 0 10px;
	padding-left:150px;
}

div#container-splitter
{
    margin:0 10px 0 10px;
    border-bottom:solid 1px #fdd8c8;
}

div#rotator-container
{
    margin: 0 10px;
	height:137px;
}

div#content-container
{
    margin: 10px 15px 0px;
	min-height:500px;
}

#copyright
{
    
}

.tabs-container
{
	padding: 27px 0 0 50px;
}

* html .tabs-container
{
	width:730px;
}

.user-container
{
    height:28px;
	padding-right: 10px;
	padding-top: 15px; 
}

td.menu-cell
{
	width:160px;
	padding-right:15px;
	vertical-align: top;
}

td.content-cell
{
	width:750px;
	padding-left: 15px;
	border-left:solid 1px #CCCCCC;
	vertical-align:top;
}
