/* Coding and design by Hambo Design
-------------------------------------------------------------*/

body 					{ background: #fff url(/assets/images/layout/bg_body.gif) center repeat-y; text-align: center; }



/* List Styling
-------------------------------------------------------------*/

#content ul				{ margin-bottom: 20px; }
#sidebar ul				{ margin: 115px 0 0 25px; padding-bottom: 180px; width: 180px; }



/* DIV Areas
-------------------------------------------------------------*/

#container 				{ margin: 0 auto; position: relative; text-align: left; width: 960px; }

#masthead				{ background: url(/assets/images/layout/bg_masthead.gif) no-repeat; height: 50px; width: 960px; }
#masthead p				{ text-indent: -9999px; }

#banner					{ background: url(/assets/images/layout/bg_banner.jpg) no-repeat; height: 200px; width: 960px; }
#banner h1				{ text-indent: -9999px; }

#cherrypicker			{ background: url(/assets/images/layout/cherrypicker.png) no-repeat; height: 710px; position: absolute; top: 220px; left: 510px; width: 491px; z-index: 100; }

#main					{ background: #000; overflow: auto; width: 960px; }

#content				{ background: #fff url(/assets/images/layout/bg_content.jpg) bottom no-repeat; float: left; overflow: auto; padding: 30px 0 280px; width: 575px; }

#sidebar				{ background: #000 url(/assets/images/layout/bg_sidebar.gif) no-repeat; overflow: auto; width: 385px; }



/* Footer Area
-------------------------------------------------------------*/


#footer					{ overflow: auto; width: 960px; }

#fading					{ height: 178px; width: 960px; }

#footer #contact p a	{ background: #000 url(/assets/images/layout/bg_contact.gif) no-repeat; display: block; height: 52px; text-indent: -9999px; width: 960px; }



/* DIV Classes
-------------------------------------------------------------*/

.column					{ float: left; margin-left: 50px; width: 200px; }




	
