﻿/*
Kooboo is a content management system based on ASP.NET MVC framework. Copyright 2009 Yardi Technology Limited.

This program is free software: you can redistribute it and/or modify it under the terms of the
GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see http://www.kooboo.com/gpl3/.
*/

body
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #fff;
	min-width: 500px; 
}
#header
{
	width: 100%;
	border-bottom: 1px solid #000;
}

#main-container
{
	position:relative;
	width: 100%; 
	overflow: hidden; 
}

#main-content
{
position:relative;
	margin: 0;
	border:0;
	padding:0 5px;
	float: left;
	width: 59.5%;
}

#left-sidebar
{

	margin:0;
	border:0;
	padding: 0 5px;
	float: left;
	width: 17%;
	position: relative;
	background-color: #FFD8B7; 
	padding-bottom: 99999px;
	margin-bottom: -99999px;
	overflow:hidden;

}
#right-sidebar
{
position:relative;
	margin:0;
	border:0;
	padding: 0 5px;
	float: left;
	float:right;
	width: 17%;
	background-color: #ff9; 
	padding-bottom: 999px;
	margin-bottom: -999px;
	margin-right:0;
}


#footer
{
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}