
/* ---------- Basic Layout Styles ----------- */

html,
body {
	margin: 0;
	border: 0;
	border-top: solid 3px black;
	background: #CCCCCC url('../images/bg.png') 0 0;
	padding: 0;
	}
	#page  {
		height: 100%;
		width: 960px;
		margin: 0 auto 20px auto;
		color: #3b3b3b;
		background: white;
		}
		#header {
			width: 960px;
			margin-left: auto;
			margin-right: auto;
			}
			#header .region {
				position: relative;
				}
		#content,
		#sidebar-first,
		#sidebar-second {
			display: inline;
			float: left; /* LTR */
			position: relative;
			}
		.one-sidebar #content {
			padding: 0 20px;
			width: 680px;
			}
		.two-sidebars #content {
			width: 480px;
			}
		.no-sidebars #content {
			width: 960px;
			float: none;
			}
		#sidebar-first,
		#sidebar-second {
			width: 240px;
			}
			#sidebar-first .region,
			#sidebar-second .region {
				padding-top: 24px;
				margin-right: 12px;
				background-color:#333;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-o-border-radius:3px;
				}
		#footer {
			width: 960px;
			clear: both;
			padding: 0;
			padding-top: 20px;
			margin: 0;
			}
			#footer .region {
				color: #999999;
                                background-color: #333333;
				border-top: 5px solid black;
				padding: 6px 0 10px;
			}
