/*
	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/>.
*/

body{
background-color:#dc8;
font-size:14px;
margin:0;
padding:0;
font-family:verdana, arial, sans-serif;
}
ul{margin-top:40px;}
footer{color: #FFFFFF;}
iframe {
height:650px;
width:100%;
}

#header{
background:#333 url("http://robin-mesh.appspot.com/logo.png") no-repeat;
height:150px;
}

#left{
float:left;
width:200px;
background:#dc8 url("http://robin-mesh.appspot.com/grad.jpg") no-repeat;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#center{
padding-top:10px;
padding-left:10px;
margin-left:200px;
background-color:#eec; 

min-height:650px; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
height:auto !important; /* for modern browsers */
}

#footer{
clear:both;
height:50px;
background-color:#333;
color: #eec;
text-align: center;
}
