body {
	font-family: "Verdana", Geneva sans-serif;
	color: #727476;
}
h1 {
	color: #727476;
}
h1 > strong {
	color: #ACC44F;
	font-size: 1.1em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #ACC44F;
	font-weight: bold;
}
abbr {
	border-bottom: 1px dotted;
}
.breadcrumbs {
	position:relative;
	top:-181px;
	font-size: 0.75em;
	padding-left: 1px;
	padding-top: 5px;
}
.column1 {
	float: left;
	width: 49%;
}
.column2 {
	float: right;
	width: 48%;
}
.rounded-top {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rounded-bottom {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.side-bar {
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 10px; 
	padding-right: 5px; 
	float: right; 
	background-color: #727476; 
	color: white; 
	width: 30%;
	font-style:italic;
	font-size:0.9em;
	margin-top:1em;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(/stylesheets/border-radius.htc);
}
.screenshot {
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 20px;
	border-style: dashed;
	border-width: 2px;
	border-color: #727476;
	display: block;
	margin: 0px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.side-photo {
	float: right;
	margin-top: 1em;
}
div#content {
	margin: 0px auto;
	width: 1000px;
}
div#logo {
	z-index: 3;
	position: relative;
	float: left;
	top:4em;
}
div#header_image {
	position: relative;
	top: -181px;
}
div#menu {
	position: relative;
	top: -181px;
	text-align: right;
	background-color: #ACC44F;
	background-image:url('/images/navbarnarrow.gif');
	color: #ffffff;
	height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
}
span#talktous {
	padding-right: 5px;
}
div#menu a {
	color: #ffffff;
	font-weight:normal;
}
div#main {
	position: relative;
	top: -181px;
	padding-right:20px;
	padding-left:20px;
}
div#footer {
	text-align: center;
	border-top-color: #727476;
	position: relative;
	top: -175px;
	background-color: #ACC44F;
	background-image:url('/images/navbarfooter.jpg');
	color: #ffffff;
	height: 21px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}