
/*
 * Copyright 2011 the506.com, Make It So Apps
 * All rights reserved.
 *
 *     dark green:	#2e4a11
 *     		green:	#527d27
 *    light green:	#add08b
 *    top right bottom left border-width: 1px 0px 0px 0px;
 */
 
 body		{ background: #527d27 url(img/bg.jpg) repeat scroll top center;
			color:#000000; font-family:Verdana; font-size:16px; margin-top: 10px; }
 
 
div.main		{ width: 1156px; margin-left:auto; margin-right:auto; }

div.logo		{ width:956px; }

td.content	{ background: #ffffff url(img/mainbg.gif) repeat-y scroll top left;
				 position:relative; width:908px; min-height:360px; padding:16px;
				border: #000 solid 1px; }
				
td.shadleft 		{ width:8px; background: url(img/shadow_left.png) repeat-y; }
td.shadright		{ width:8px; background: url(img/shadow_right.png) repeat-y; }
td.shadbtmleft 	{ width:8px; height:8px; background: url(img/shadow_bottomleft.png) no-repeat; }
td.shadbtm 		{ width:940px; height:8px; background: url(img/shadow_bottom.png) repeat-x; }
td.shadbtmright	{ width:8px; height:8px; background: url(img/shadow_bottomright.png) no-repeat; }
 