/* (CC) 2008 Han Lin Yap. Some Rights Reserved.             	  */
/*   http://creativecommons.org/licenses/by/3.0                   */
/* This style sheet is licensed under a Creative Commons License. */
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	* Filename: overlay.css
	* Version: 1.0 (2008-08-07)
	* Website: http://www.zencodez.net/
	* Author: Han Lin Yap
	* Description: Handles the site design.
	* Last Modified: 2008-08-07
	
	== INDEX: ==================================
	Design : Css for Design
	============================================
	
	== VERSION HISTORY: ========================
	* Version: 0.1 (2008-08-07)
	* Notes: Created

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* === Design === */
body {
	background: #FFFFFF url(../images/bgbody.png) repeat-x top center;
}

#container {
	
}

	#header {
		padding: 40px 0 0 30px;
		margin: 0px 0 -40px -15px;
		background: #FFFFFF url(../images/bgheader.png) no-repeat top center;
	}
	
	#mainContent {
		background:#FFFFFF;
		padding-top: 10px;
		padding-bottom: 112px;
	}
	
		#content {
			padding: 10px 10px 0 10px;
			margin: 0px 3px 0px 3px;
			border:#e4e4e4 solid 1px;
			background: #FFFFFF url(../images/bgtopcorn.png) no-repeat top left;
		}
			#contentBottom {
				background: #FFFFFF url(../images/bgbottomcorn.png) no-repeat bottom left;
			}
				.sidebarBottomCorn {
					background: #FFFFFF url(../images/bgbottomcorn.png) no-repeat bottom right;
				}
		.sidebar {
			border:#e4e4e4 solid 1px;
			background: #FFFFFF url(../images/bgtopcorn.png) no-repeat top left;
			margin: 0px;
			padding: 10px;
		}
			.sidebarTopCorn {
				margin: -10px -10px 0 0;
				background: #FFFFFF url(../images/bgtopcorn.png) no-repeat top right;
			}
			.sidebarBottom {
				background: #FFFFFF url(../images/bgbottomcorn.png) no-repeat bottom left;
			}
	
	#footer {
		background: #FFFFFF url(../images/bgfooter.png) repeat-x bottom center;
	}
