html, body {
	margin: 0;
	padding: 0;
	background:#f9f9f9;
	color:#333;
	font-family: "trebuchet ms","Segoe UI",Arial,sans-serif;
	font-size: 13px;
}
#menu {
	margin: 0px auto 0px auto;
	padding: 7px;
	background: #f9f9f9;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	border-left-style: none;
	border-right-style: none;
	text-align: center;
	text-shadow: 1px 1px 1px #ddd;
}
#menu .menu_item {
	padding: 5px;
	color: #0076da;
	margin-top: 0px;
	margin-right: 1px;
	border-radius:11px;
	border:1px solid #f9f9f9;
	-webkit-text-size-adjust: none;
}
#menu .menu_item:hover {
	color: #db6d16;
	background: #f0f0f0;
	border:1px solid #dfdfdf;
}
.index #index,
.download #download,
.feature #feature,
.feedback #feedback,
.files #files,
.new #new,
.register #register,
.screen #screen
{
	color: #db6d16;
	background:#fff;
	border:1px solid #dfdfdf;
}
#content {
	margin: 25px auto 0 auto;
	background:#fff;
	width:660px;
	min-height: 700px;
	border-radius:11px;
	border:1px solid #dfdfdf;
}
#content .logo {
	width:660px;
	height: 84px;
}
#content .logo .logo_gif{
	position: absolute;
	float: left;
	margin-top: 5px;
	margin-left: 207px;
}
#content .logo .photoscape {
	position: absolute;
	float: left;
	margin-top: 57px;
	margin-left: 567px;
}
#content .logo .photoscape img {
	vertical-align: middle;
}
#content .title {
	margin: 10px 10px 10px 20px;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #ddd;
}
#content .sidebar {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 300px;
	font-size: 13px;
	float: right;
	text-shadow: 1px 1px 1px #ddd;
}
#content .sidebar-top {
	height: 25px;
}
#content .shortcut {
	float: right;
	font-size: 12px;
	/*font-weight: bold;*/
	-webkit-text-size-adjust: none;
}
#content .shortcut img {
	vertical-align: top;
}
#content .icons img {
	vertical-align: top;
}
#content .language {
	float: right;
}
#content .language:hover {
	cursor: pointer;
}
#content .language img {
	vertical-align: top;
}
#content .google_search {
	margin-bottom: 5px;
}
#content .share {
	margin-bottom: 5px;
}
#content .share img {
	vertical-align: bottom;
}
#content .google_ad {
	margin-bottom: 5px;
}
#content .icon {
	float: left;
	margin-right: 3px;
}
#content .text {
	padding: 5px 20px 10px 20px;
}
#content .list {
	margin-left: 10px;
	text-indent: -10px;
}
#content p {
	margin: 0px;
}
#footer {
	font-size: 11px;
	margin: 5px auto 10px auto;
	width:660px;
	line-height: 19px;
	-webkit-text-size-adjust: none;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}
#footer .altnav {
	margin-left: 5px;
	float: left;
}
#footer .stat {
	margin-top: 10px;
	margin-right: 5px;
	float: right;
}
img {
	border: 0;
}
a {
	color: #0076da; 
	text-decoration: none; 
}
a:hover { 
	color: #db6d16;
}
.screenshot {
	padding: 5px;
	border: 1px solid #f58400;
	background: #f6e5d1;
	border-radius: 5px;
}
.caption {
	font-size: 12px;
}
.note {
	color: #db6d16;
	font-weight: bold;
}
ul {
	margin-left: 0px;
	padding-left: 15px;
}
.bullet {
	color: #f58400;
	text-shadow: 1px 1px 1px #ddd;
}
.newlogo {
	font-family: Consolas,Arial,sans-serif;
	font-variant: small-caps;
	color: #424242;
	text-shadow: 1px 1px 2px #ffce00;
}
