img {
	border: 0;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius:3px;
}

body {
	font-family: Lucida Grande,Verdana,Arial,Helvetica;
}

#main-content {
	background: white;
	width: 750px; /* 48em; */
	font-size: 1em; /* 10pt; */
	color: #303030;
/*	text-align: justify; */
	margin-right: auto;
	margin-left: auto;
}
#left-sidebar {
	float: left;
}
#right-sidebar {
	float: right;
	padding: 20px;
	margin-top: 10em;
}
h1 { /* page title: Downloads, Order/Register, etc. */
	color: #585858;
	font-weight: normal;
	font-size: 1.9em;
	margin-bottom: 0px;
}
h3 {
	margin-bottom: 0px;
}
blockquote {
	margin-right: 0px;
}
#copyright {
	font-size:0.75em;
}


div.list a {
	text-decoration: none;
}
a, a:link {
	text-decoration: none;
	color: #3040f0;
}
a:hover, div.list a:hover {
	color: blue;
	text-decoration: underline;
}


#navbg {
	background: url(img/bg.jpg) repeat-x; 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.6em;
	padding-top: 1em;
	padding-bottom: 1em;
	font: bold 1em verdana, sans-serif;
}
#nav {
	width: 800px; /* 41.5em; */
	margin-right: auto;
	margin-left: auto;
/*	text-align: justify; */
	color: #f99627;
}
#nav #softwarebox {
	width: 750px; /* 48em; */
	overflow: hidden;
}
#nav #software span {
	display: inline;
/*	text-align: left; */
	margin-right: 1.5em;
}
#nav img {
	padding-bottom :.3em;
}

#nav a, #nav a:visited {
	text-decoration:none;
	color: silver;
}
#nav a:hover {
	color: white;
	text-decoration: underline;
}
#nav a.current {
	color: white;
	text-decoration:none;
}
.current {
	color: white;
	text-decoration:none;
}
#navspacer {
	height: 3.5em;
}



.clear {clear: both; height: 0;}
/* .spacer { width: 60px;} */
