/* ============ Header ============== */
#Header    { position:absolute; left:0px; top:0px; width:820px; height:327px; }
#Header-01 { position:absolute; left:0px; top:0px; width:428px; height:327px; background-image: url('images/Index-01.png'); }
#Header-02 { position:absolute; left:428px; top:0px; width:382px; height:6px; background-image: url('images/Index-02.gif'); }
#Header-03 { position:absolute; left:810px; top:0px; width:10px; height:305px; background-image: url('images/Index-03.gif'); }
#Header-06 { position:absolute; left:428px; top:6px; width:74px; height:57px; background-image: url('images/Index-06.gif'); }
#Header-07 { position:absolute; left:502px; top:6px; width:294px; height:123px; }
#Header-08 { position:absolute; left:796px; top:6px; width:14px; height:57px; background-image: url('images/Index-08.gif'); }
#Header-09 { position:absolute; left:428px; top:63px; width:77px; height:242px; }
#Header-12 { position:absolute; left:505px; top:63px; width:77px; height:242px; }
#Header-13 { position:absolute; left:582px; top:63px; width:76px; height:242px; }
#Header-14 { position:absolute; left:658px; top:63px; width:76px; height:242px; }
#Header-15 { position:absolute; left:734px; top:63px; width:77px; height:242px; }
/* ============ End Header ============ */

/* =========== SubHeader Start ========== */
div#SubHeader-shell {
	position: absolute;
	left: 10px;
	top: 320px;
	width: 800px;
	height: 110px;
	background-image: url("images/subheader_bg.gif");
}

div#SubHeader-content {
	position: absolute;
	right:15px;
	top: 16px;
	width: 355px;
	height: 66px;
	border: dotted 2px #BCBFBC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 2px;
	overflow: hidden;
	font-size: 90%;
}
/* ============= SubHeader End ============= */

/* ============== Content Layout =============== */
body {
	margin: 0;
	text-align: center;
	line-height: 1.5;	
}

div#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 820px;
}

div#content {
	position: absolute;
	margin: 0;
	top: 440px;
	left: 10px;
	width: 430px;
	padding: 10px;
}

/* div#content-authors {
	position: absolute;
	margin: 0;
	top: 440px;
	left: 10px;
	width: 430px;
	padding: 10px;
} */

div#sidebar1 /*for twitter apps and author info, up to 125px wide */ {
	position: absolute;
	margin: 0;
	top: 440px;
	left: 485px;
	width: 125px;
}

div#sidebar2 /*for info, calendars, links & blogrolls */ {
	position: absolute;
	margin: 0;
	top: 440px;
	left: 630px;
	width: 185px;
}

div#footer {
	position: absolute;
	margin-top: 50px;
	bottom: 0;
	left: 10px;
	
/* ============ End Layout ============ */