html { 
	min-width: 742px;
	 }
	/* Helpers and base rules */
	
html.center, body.center {
	height: 100%;
}

img	{
	border: 0;
	}

p.access	{
	display: none;
	}

img.counter	{
	display: inline;
	margin-left: 5px;
	}

	/* Primary layout divisions */

body	{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color:	#eed;
	color:				#630;
	}
	
#header {
	width:				758px;
	background-color:	white;
	border:				1px solid #630;
	padding:			20px;
	margin-left:		25px;
	margin-right:		25px;
	margin-top:				25px;
	margin-bottom:			2px;
}

#content {
	width:				758px;
	background-color:	white;
	border:				1px solid #630;
	padding:			20px;
	margin:				25px;
	margin-top:			4px;
}

.links dl {
	border:			1px dashed #cccccc;
	width:			200px;
	font-size:		14px;
}

.links dt {
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 25px;
	background: transparent;
	background-color:	#8bd78e;
	border-bottom:		1px solid #cccccc;
	padding:		3px 3px 3px 8px;
	margin:			0;
	margin-bottom:	4px;
	font-size:		18px;
	color:			#fff;
	text-shadow: 2px 3px 3px #896;
}

.links dd {
	position:		relative;
	left;			-10px;
	margin-left: 	0;
	padding-left: 	10px;
	margin-bottom:	8px;
	font-size:		14px;
	line-height: 	20px;
}

.links a {		
	color:	  			#555599;
	font-weight:		bold;
}

p.clear { clear: both;   margin: 0; padding 0; margin-bottom: 10px; }

h1 {
	font-size:			16px;
	border-bottom:		1px solid #ca9;
	color:				#630;
}

h2 {
	font-size:			12px;
}

h1 a {
	text-decoration:			none;
}

a {
	color:	  			#555599;
}

.date {
	position:			relative;
	font-size:			14px;
	top:				-22px;
	padding-right:		8px;
	margin:				0px;
	font-weight:		normal;
	font-style:			italic;
	float:				right;
}

#news {
	float:				right;
	width:				520px;
}

#news p {
	padding:			5px;
	padding-left:		14px;
	margin-bottom:		5px;
	font-size:			14px;
	color:				#630;
}

#footer {
	text-align:			center;
	position:			absolute;
	bottom:				1px;
}

#footer A {
	color:				#555555;
}

