/*
	Theme Name: frugal
	Theme URL: http://frugaltheme.com
	Description: A flexible Wordpress framework theme with a unique minimalist style and full control on the backend.
	Author: Eric Hamm
	Author URI: http://erichamm.net
	Version: 3.2
	Tags: clean, fixed width, minimalist, framework, widgets, hooks, flexible
	
	Changelog:
		3.0 - 11/20/09
		3.1 - 12/07/09
		3.15 - 12/21/09
		3.2 - 01/25/10
*/

/* Reset Browser to CSS Defaults */
@import url('lib/css/reset.css');

/*** Apply Default Theme Styles ***/
@import url('lib/css/default.css');


#contentBox
{
position:absolute;
left:10px;
font-family: sans-serif;
font-size: 80%;
color: #2E2E2E;
background-color:#FFFF99;
border-style: solid;
border-width:2px;
border-color:#FF9933;
width:20%;
height:35%;
padding:1%;
overflow: scroll;
}