﻿html, body, form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #d6d5c0 url(../images/page_bg.jpg) repeat-y fixed top center; 
	text-align: center;
}

#container
{
	border: 0;
	width: 900px;
	margin: 0px auto;
}

#wrapper 
{
	background-color: #fff;
	text-align: left;
	margin: 0px auto;
	border: 0;
	width: 900px;
   min-height: 100%;
   position: relative;
}

#header 
{
	background-color: #ccc;
	height: 140px;
}

#menu-container
{
	background-color: #7fceec;
	margin-bottom: 18px;
}

#side-b
{
	float: right;
	width: 291px;
}

#side-content
{ 
	float: left;
	width: 606px;
}

#footer
{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
	height: 56px;
	color: #333;
	background-color: #eee;
}

#footer span
{
   padding-left: 20px;
}

.column-padding
{
	padding: 10px 20px;
}

.left-content, .right-content
{
   float: left;
   width: 50%;
}