body {
	background: #dbe9f6 url(/img/bg.png) repeat-x left top;
	font-family: Arial, Tahoma, Helvetica, serif;
	font-size: 1em;
	color: #333;
}

.pipe {
	color: #365a82;
}

p {
	font-size: 0.75em;
	padding-bottom: 10px;
	line-height: 1.3;
}

a:link { color: #0088cc; text-decoration: none;}
a:visited { color: #0088cc; text-decoration: none;}
a:active { color: #0088cc; text-decoration: underline;}
a:hover { color: #0088cc; text-decoration: underline;}

h1 {
	font-size: 1em;
	color: #0055aa;
	font-weight: bold;
	text-transform: normal;
	padding: 0 0 10px 0;
}

li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0 17px 0;
	font-size: 0.75em;
	line-height: 1.3;
}

#container {
	background: url(/img/whitebg.png) repeat-y left top;
	width: 770px;
	margin: 0 auto;
	padding: 10px 20px 5px 20px;
	position: relative;
	text-align: center;
}

#container-top {
	background: url(/img/whitebg-top.png) no-repeat left top;
	width: 810px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	margin-top: 50px;
}

#container-bottom {
	background: url(/img/whitebg-bottom.png) no-repeat left top;
	width: 810px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}

#lang-links {
	width: 770px;
	margin: 0 auto;
	text-align: right;
	font-size: 0.75em;
	margin-top: 40px;
	margin-bottom: 5px;
}

#lang-links a:link, #lang-links a:hover, #lang-links a:active, #lang-links a:visited {
	color: #204062 !important;
}


#title {
	margin: 3px auto 6px auto;
	position: relative;
	width: 742px;
	height: 88px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	color: #365a82;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited  {
	color: #365a82;
	text-decoration: underline !important;
}

#ad_footer {
	color: #365a82;
	margin: 0 auto;
	width: 770px;
}

#ad_footer h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#ad_footer a:link, #ad_footer a:hover, #ad_footer a:active, #ad_footer a:visited  {
	color: #365a82;
	text-decoration: underline !important;
}


#content-table {
	margin: 8px auto 0 auto;
	width: 735px;
	text-align: left;
	margin-bottom: 0px;
}

#col1 {
	border-right: 1px dotted #ddd;
	vertical-align: top;
	padding: 10px 15px 0px 10px;
	width: 50%;
}

#col2 {
	vertical-align: top;
	padding: 10px 10px 0px 20px;
	width: 50%;
}

#screenshots {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#screenshots td {
	font-size: 0.75em;
	text-align: center;
	color: #777;
}

.screenshot-image {
	border: 2px solid #fff;
}

.screenshot-image:hover {
	outline: 2px solid #bbb;
}

.button {
	background: url(/img/button.png) no-repeat left top;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.85em;
	text-align: center;
	padding: 9px;
	width: 211px;
	height: 18px;
	margin: 10px auto;
}

.nounderline {
	text-decoration: none !important;
}