/* PAGE HEADER TWEAKS */

	/* Square With Gray Dots */
	div.dotted-block {
		height:116px;
		position:relative;
		background-image:url(/picts/dotted-background.gif);
		margin-bottom:22px;
	}
	div.dotted-block div {
		padding-left:4px;
		position:absolute;
		width:452px;
		background:url(/picts/dotted-border.gif) bottom repeat-x;
		bottom:0px;
		color:#a2a2a2;
		padding-bottom:15px;
		text-transform:uppercase;
	}
	
	/* Empty Squares */
	div.quaternary div.right {
		position:relative;
		height:138px !important;
		background-image:url(/picts/dotted-border-bright-right.gif);
	}
	div.quaternary div.right div {
		padding-left:4px;
		position:absolute;
		bottom:0px;
		color:#818181;
		padding-bottom:37px;
		text-transform:uppercase;
	}	
	div.quaternary div.left {
		position:relative;
		height:138px !important;
		background:url(/picts/dotted-border-bright-left.gif) repeat-y;
	}
	
/* NAMED TAGS */

	/* Consul Picture @ Left Pane */
	img#consul {
		margin-bottom:4px;
		height:136px;
		width:136px;
		border:solid 0;
	}
	div#calendar-info {
		height:115px;
	}
	
	/* Rightmost Squre @ Page Header */
	div#stand-alone {
		height:116px;
		background:url(/picts/dotted-border-bright-left.gif) repeat-y;
		margin-bottom:22px;
	}
