@charset "utf-8";
#wrapper #top nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: normal;
	display: table;
	float: none;
	border: thin none #036;
	position: relative;
	list-style-type: none;
	right: auto;
	list-style-position: inside;
	white-space: nowrap;
	background-color: #CCF;
	text-decoration: none;
}
#wrapper #top nav ul li {
	float: left;
	height: auto;
	width: 120px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	list-style-position: inside;
	position: relative;
	visibility: inherit;
	overflow: auto;
	list-style:none;
}
.images {
	margin: 10px;
	padding: 0px;
}
.sidebarnav {
	background-color: #CCF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	display: list-item;
	float: left
	border: thin none #036;
	list-style-type: none;
	list-style-position: inside;
	white-space: nowrap;
	width: 25%;
}
.article {
	background-color: #FFC;
	width: 74%;
	float:right;
}
#linksside {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	background-color: #CCF;
	list-style: none;
	text-decoration: none;
	width: 24%;
	position: absolute;
	vertical-align: middle;
	left: 19px;
	top: 229px;
}
