﻿#TopBanner
{
	width: 100%;
	height: 95px;
	background-image: url('images/topbanner.jpg');
	background-repeat:no-repeat;

}

#Menu
{
	width: 795px;
	height: 15px;
	position: absolute;
	vertical-align:middle;
	top: 115px;
	left: 216px; 
	background-color: #D7D7D7;
}

#menuleft
{
	width: 495px;
	height:15px;
	float: right;
	}
	
#menuright
{
	width: 200px;
	height:15px;

	}


#LeftColumn
{
	width: 200px;
	height: 100%;
	position: absolute;
	top: 115px;
	left: 10px; 
	background-repeat: no-repeat;
	background-color: #6699FF;
}

#RightColumn
{
	width: 190px;
	height: 100%;
	position: absolute;
	top: 5px;
	right:0;

}

html, body, #PageSize 
{
	height: 100%;
	width:100%;
	min-height: 100%;
	}
	
html>body, html>body #PageSize 
{
	height: auto;
	}
	
#Content1
{
	width: 795px;
	position: absolute;
	top: 137px;
	left: 216px;
	height: 100%
}
#Footer
{
	width: 800px;
	height: 15px;
	text-align: center;
	left: 216px; 
	background-color:#dddddd
}


#InfoBox1
{
	padding-left: 5px;
	padding-right:15px;
	padding-top: 10px;
	width: 590px;
}

.NewComment
{
	padding: 20px;
	width: 400px;
	
	}


