/*
	CodyCMS - Content Management System
	Copyright (C) 2010 Cody Cooper.

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU Affero General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	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 Affero General Public License for more details.

	You should have received a copy of the GNU Affero General Public License
	along with this program, in the root directory, named license.txt.
	If not, see <http://www.gnu.org/licenses/>.
*/

*{padding:0;margin:0;}
body{font-family:Helvetica,Arial,sans-serif;font-size:12px;}
#container{margin:0 auto;width:800px;}
#header{color:#333;width:780px;float:left;padding:10px;border-bottom:1px solid#ccc;margin:10px 0px 5px 0px;}
#content{margin:0px 5px 5px 0px;padding:10px;width:600px;float:left;}
#sidebar{float:right;border-left:1px solid#ccc;margin:-6px 0px 5px 0px;padding:10px;width:154px;display:inline;}
#footer{width:780px;clear:both;border-top:1px solid#ccc;margin:0px 0px 10px 0px;padding:10px;}