/*==--- sidebar --===*/
div#sidebar {
	position:relative; float:left;
	background: url('../images/sidebar.png') repeat-y;
	width:275px;height:783px;
	overflow:hidden;
	top:6px;
}
	div#sidebar-top {
		background: url('../images/sidebar-top.png') repeat-x;
		width:275px;height:8px;
	}
	img#sidebar-top-left {
		position:absolute;
		top:0;left:0;
	}
	div#sidebar-content {
		position:relative;
		float:left;
		width:274px;height:783px;
		z-index:2;
	}
	div#sidebar h1 {
		font-variant:small-caps;
		font-family:"Gill Sans MT", sans-serif;
		margin-left:20px;
		color:#009ccf;
		font-size:260%;
	}