div.header {
	height: 100px;
	background: url(NoteMaster-logo.png) no-repeat transparent right;
	margin: 20px auto 20px auto;
	border-bottom: 1px Silver solid;
	overflow: hidden;
}
div.header a {
	display: block;
	float: left;
	height: 15px;
	margin: 75px 0 0 8px;
	border-top: 1px Silver solid;
	border-left: 1px Silver solid;
	border-right: 1px Silver solid;
	padding: 5px;
	font-size: 15px;
	text-decoration: none;
	color: Silver;
	font-weight: bold;
	background-color: White;
}
div.header a.current {
	margin-top: 65px;
	height: 25px;
	color: Gray;	
}
div.header a:hover {
	margin-top: 65px;
	height: 25px;
}
div.container {
	margin: 20px auto 20px auto;
	width: 90%;
	text-align: left;
}
div.content p {
	font-size: 14px;
}
div.content h1 {
	border-bottom: 1px Silver solid;
	margin-bottom: 0;
	font-size: 20px;
}
div.content h2 {
	font-size: 17px;
	margin-bottom: 0;
	border-bottom: 1px Silver solid;
}
div.content {
	padding: 0 20px 0 20px;
}
div.content a {
	color: Gray;
	border-bottom: dashed 1px Gray;
	text-decoration: none;
}
div.content a:hover {
	border-bottom: solid 1px Gray;
}
div.copyrightnote a {
	text-decoration: none;
	color: Gray;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: url(bg.png) no-repeat White;
	margin: 0 0 20px 0;
	padding: 0;
}
div.copyrightnote {
	border-top: 1px Silver solid;
	font-size: 12px;
	color: Silver;
}
ul {
	font-size: 14px;
	list-style: square;
}
div.content img {
	display: block;
	border: none;
	border: 1px White solid;
}
div.content a:hover img {
	border: 1px Silver solid;
}
div.content dl {
	font-size: 14px;
}
div.content dl dt {
	font-weight: bold;
}
div.content div.def {
	/* indent everything a bit
	to replace a dl */
	margin-left: 10px;
}
div.content div.def p {
	margin-left: 10px;
}
div.content div.def img {
	margin-left: 10px;
}
div.content div.def h3 {
	font-size: 15px;
	margin-bottom: 0;
}
div.downloadbox {
	border: 1px Silver solid;
	height: 76px;
	padding: 5px;
	background: White url(down.png) no-repeat;
	width: 400px;
	float: right;
}
img.downicon {
	float: left;
	display: block;
	margin-right: 5px;
}
table {
	margin-top: 25px;
	margin-bottom: 20px;
}
td.piccell {
	/*background: #E5E5E5;*/
	border-left: 1px solid Silver;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	margin-right: 0;
	border-right: 1px solid Silver;
	width: 70%;
	text-align: center;
}
td.linkcell {
	width: 30%;
}
td.linkcell a {
	border-right: 1px Silver solid;
	border-top: 1px Silver solid;
	border-bottom: 1px Silver solid;
	margin-top: 5px;
	display: block;
	padding: 5px;
	margin-left: 0; 
}
td.linkcell a:hover {
	background: #E5E5E5;
	border-bottom: 1px Silver solid;
	
}
td.linkcell div.description {
	margin-top: 30px;
	border-top: 1px Silver solid;
	border-bottom: 1px Silver solid;
	border-right: 1px Silver solid;
	padding: 5px;
	font-size: 14px;
	height: 80px;
}
img.zoomimg {
	margin:auto;
	display: block;
}
div.imgpreload  {
	display: none;
}
/*div.downloadbox a {
	display: block;
}*/
