﻿.ContentTable
{
    border: 0px; 
    padding: 0; 
    margin: 0 auto;
    
    border: 4px solid #336699; 
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 	
	clear: both;     
}

.BannerRow
{
    background-color: #3399FF;
	width:1000px; 
	height:120px;	
}

.LinksRow
{
    background-color: #CCCCCC;
	width:1000px; 
	height:30px;
	
}

.ContentRow
{ 
    min-height:600px;       
    
}

.LeftContentCell
{
    background-color: #abbbd3;
	width:200px;
	vertical-align:top;
}

.MainContentCell
{   
    background-color:#FFFFFF;
    width:600px;
    text-align:center;
    vertical-align:top;
}

.RightContentCell
{
    background-color: #99CC99;
	width:200px;	
	vertical-align:top;	
}
