
.container{
    background-color: #ffffff;
    background-image: url("images/mainback.gif");
    background-repeat: repeat-y;
    background-position: top;
    width:776px;
	height:685px;
	margin-left:auto;
	margin-right:auto;
    font-family:arial;
    font-size:12px;
	color:#ffffff;
	position:relative;
	top:10px;
	left:-8px;
}

.siteHdr
{
	background-color: #ccced0;
	width:760px;
	height:48px;
	position:relative;
	left:8px;
	font-size:18px; 
}

.subContainer
{
    background-color: #ffffff;
    background-image: url("images/subback.gif");
    background-repeat: repeat-y;
    background-position: top;
    width:750px;
	height:610px;
	position:relative;
	left:18px;

}

.homeHdr
{
	background-color:#666666;
	width:750px;
	height:40px;
	position:relative;
	font-size:16px;
}

.leftColumn
{
	float:left;
	position:relative;
	top:5px;
	width:140px;
	font-size:11px;
	margin:20px;
	line-height:16px;
}
.rightColumn
{
	float:right;
	width:570px;
	position:relative;
	left:-1px;
}




