
/*
 * LAYOUT
 */

body
{
	margin: 0;
	padding: 0;
}

img, table
{
	margin: 0;
	padding: 0;
	border: 0;
}

img.contentLeft { margin: 20px 100px 20px 40px; }

img.contentFloatLeft
{
	float: left;
	margin: 0 20px 10px 40px;
}

img.contentFloatRight
{
	float: right;
	margin: 0 100px 10px 20px;
}

table
{
	margin: 20px 0 20px 20px;
	width: 858px;
	text-align:center;
	background: #fff;
}

table.navigation
{
	margin: 0;
	width:100%;
	text-align:center;
	background: #fff;
}

#wrapper, #header, #content, #footer, #navigationTop, #navigationBottom, #horzLineTop, #horzLineBottom, #bg
{
	clear: both;
	margin: 0 auto;
	width: 970px;
}

#header
{
	height: 74px;
}

#content
{
	height: 480px;
	overflow: auto;
	margin: 0;
	padding: 0;
	position: relative;
}

#horzLineTop, #horzLineBottom
{
	height: 5px;
	font-size: 0;
	padding: 0;
}

#horzLineTop { background-color: #09b5cb; }

#horzLineBottom { background-color: #79dbf5; }
