/*
Site created exclusively for Greenworks, Inc. by
Alla Breve Design for the Arts
Copyright © 2008
This design, graphics, content or images may not
be copied or used, except by the owner (Greenworks, Inc.).
www.allabreve.org  
*/

* { padding: 0; margin: 0; }

body {
 background: url('site-graphics/gradientbkg.jpg') repeat 0px 0px;
}

#wrapper {
 width: 922px;
 margin: 0 auto;
}

#header {
 width: 777px;
 height: 115px;
 margin: 10px 0px 0px 0px;
 background: #283500;
}

#navigation {
 width: 800px;
 margin: 0px 0px 0px 0px;
 float: left;
 background: #283500;
}

#leftcolumn {
 width: 200px;
 height: 900px;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 float: left;
 background: url('site-graphics/leftcol.jpg') repeat 0px 0px;
}

#rightcolumn {
 width: 560px;
 height: 900px;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 float: left;
 background: #000;
 vertical-align: top;
 font-family: Tahoma;
 font-size: 12px;
 color: #EAEAC2;
 display: inline;
}

#footer { 
 width: 780px;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #283500;
 clear: both;
}

