/****
Defines the layout of the website.
****/

body
{
	padding: 0px;
	margin: 0px;
}

.clear
{
	font-size:1px;
	line-height:0px;
	height: 0px;
	clear: both;
}

div#MainContainer
{
	margin: 0px auto;
	text-align: center;
	width: 780px;
	height: 650px;
}

div#MainContainerContent
{
	margin:	0px auto;
	text-align: left;
	width: 550px;
	height: 650px;
}

div#ContentBanner
{
	height: 278px;
}

div#BannerLeft
{
	display: inline;
	float: left;
	height: 100%;
	width: 277px;
}

div#SignOn
{
	display: inline;
	float: left;
	height: 100%;
	width: 138px;
}

div#BottomContentContainer
{
	float: left;
	display: inline;
	width: 207px;
	height: 275px;
}

div#FlashContainer
{
	float: left;
	width: 299px;
	height: 138px;
	padding:  0px;
}
