body {
	color : White;
	background-image : url(/rich/gfx/green_speckle.png);
	background-repeat : repeat;
	font : 11px/15px Georgia, serif;
	text-align: center;
}

#Content_and_Menu {
	text-align: left;
	width: 639px;
	padding:0;
	background-image : url(/rich/gfx/red_speckle.png);
	background-repeat : repeat;
	margin-left : auto;
	margin-right : auto;
}

a {
	color : #A5CBAB;
	text-decoration : none;
}

a:hover {
	color : #375243;
	text-decoration : underline;
}

#Breadcrumb {
    text-align: left;
	margin: 0 auto 0 auto;
	background-image : url(/rich/gfx/gentle_header.png);
	background-repeat : no-repeat;
	width : 658px;
	height : 398px;
	background-position : top;
}

#Breadcrumb ul {
	margin-top : 200px;
	margin-left: 488px;
	list-style-type : none;
	position : absolute;
	}

#Breadcrumb ul li {
	padding-top : 5px;
	font-size : 16px;
}

#Menu {
    text-align: left;
	/*background-image : url(../gfx/red_speckle.png);
	background-repeat : repeat; */
	/* width: 145px; */
	width:115px;
	padding:15px;
	line-height:17px;
	margin : 0;
	}
	
#Menu h1 {
	width : 115px;
	height : 28px;
	background-image : url(/rich/gfx/gentle_conts.png);
	background-repeat : no-repeat;
}

#Menu h1 span {
	display: none;
}

.ahem {  display: none; text-align: center}

#Content {
    text-align: left;
	margin: 0;
	/*background-image : url(../gfx/red_speckle.png);
	background-repeat : repeat; */
/*	width : 494px; */
	width: 430px;
	padding: 30px;
    float: right;
}

#SiteList ul{
	list-style : none;
	margin: 0;
	padding: 0;
	border : none;
}

#SiteList li {
	margin : 0;
}

#SiteList li a {
	display: block;
	padding: 1px 5px 2px 5px;
	text-decoration : none;
	width: 105px;
}

#SiteList li a:hover{
	background-color: #414C63;
	color: white;
}

a img {
	border : 1px solid #070BAF;
}

a:hover img{
	border : 1px solid White;
}

