	
	body {
		margin:0px 0px 0px 0px;
		padding:0px;
		}
	
	#motherBox {
	position: absolute;
	left:43px;
	top:864px;
	width:773px;
	background:#fff;
	border:1px solid #000;
	background-color: #999999;
	}
	
	
	#row1_Box {
		position: absolute;
		left:0px;
		top:0px;
		width:773px;
		height: 77px;
		background:#fff;
		border:1px solid #000;
	}	
	#date_Strip {
	position: absolute;
	left:298px;
	top:385px;
	width:773px;
	height: 23px;
	border:1px solid #000;
	background-image: url(images/template/2_background.gif);
	background-position: center;
	vertical-align: middle;
	padding-top: 5px;
	}	
	#middle_Box {
		position: absolute;
		left:1px;
		top:86px;
		width:773px;
		height:149px;
		background:#fff;
		border:1px solid #000;
	}
	
	
	#leftcontent {
	position: relative;
	left:0px;
	top:0px;
	width:35px;
	float:left
	background:#999999;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	}

	#centrecontent {
	position: absolute;
	left:143px;
	top:1px;
	height:100%;
	width:367px;
	background:#999999;
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	border-left: 0px solid #000;
	margin:auto	}
	#rightcontent {
	position: absolute;
	left:512px;
	top:1px;
	width:261px;
	float:right;
	margin:auto auto 50px;
	background-color: #CCCCCC;
	border-top: 1px none #000;
	border-right: 1px none #000;
	border-bottom: 1px none #000;
	border-left: 1px none #000;
	bottom: 50px;
	height: 100%;
	}
	
	
	


	#centercontent {
		background:#fff;
		top: 130px;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.  */
		
		}

date_Strip_Text {
	position: absolute;
	left:0px;
	top:77px;
	width:773px;
	height: 23px;
	border:1px solid #000;
	background-image: url(images/template/2_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-style: normal;
}
.date_Row_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	vertical-align: text-top;
}

a.date_Row_Text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	vertical-align: text-top;
}

a.date_Row_Text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: text-top;
}
a.date_Row_Text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	vertical-align: text-top;
}
a.date_Row_Text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CCCCCC;
	vertical-align: text-top;
}.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a.base:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.base:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
a.base:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: underline;
}
a.base:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
