html {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	position: relative;
	background-color: #d5d7cb;
	background-image:  url(Sitev2/bgpage.gif);
	background-repeat: repeat;
	background-position: top center;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: .8em;
	color: #a9a9a9;
}

#wrapper {
	display: block;
	position: relative;
	width: 760px;
	height: 100%;
	margin: 0 auto 0 auto;
	background-image:  url(Sitev2/bgbody.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}

#content {
	display: block;
	position: relative;
	width: 700px;
	height: auto;
	padding: 10px 30px 10px 30px;
	text-align: left;
}

a {
	color: #aaaaaa;
}

a:hover {
	color: #ffffff;
}

#navmenu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navmenu ul {
	margin: 0;
	margin-bottom: 1em;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border: 1px dashed #DFDFDF;
	border-width: 1px 0;
	text-align: center;
}

#navmenu ul li {
	display: inline;
}


#navmenu ul li a {
	float: left;
	color: #e9e9e9;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
	text-align: center;
}

#navmenu ul li a:hover {
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #AAAAAA;
	padding-bottom: 0;
}

.picturelink {
	float: left;
	width: 50%;
}

a.picture hover {
	border-top: 10px #fff;
	border-bottom: 10px #fff;
}
	