body {
	background: #b2b2b2 url(/images/body-background.png) repeat-y center;
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	line-height: 130%;
	font-size: 10pt;
	color: #3e3e3e;
	padding: 0;
	margin: 0;
}

#page {
	background-color: #ffffff;
	position: relative;
	margin: 0px auto;
	width: 760px;
}

#container {
	padding: 5px 5px;
}

#header {
	border: 1px solid #f4f5f7;
	margin-bottom: 5px;
	padding: 10px 5px;
}

#header .logo img {
}

#header #description {
	padding: 10px 5px 0 0;
	text-align: justify;
	font-size: 11px;
	width: 330px;
	float: right;
}

#header #description h1 {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 2px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #0176c1;
}

#content {
	border: 1px solid #f4f5f7;
	margin-bottom: 5px;
}

#content {
	padding: 8px;
}

#content #first-column {
	width: 360px;
	float: left;
}

#content #second-column {
	margin-left: 8px;
	width: 150px;
	float: left;
}

#content #third-column {
	background-color: #F4F5F7;
	margin-left: 8px;
	width: 200px;
	float: right;
}

#content .inner {
	padding: 3px 5px;
}

#content h2 {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 2px;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #0176c1;
}

#content p {
	text-align: justify;
	margin-bottom: 8px;
	font-size: 11px;
}

.clear {
	clear: both;
}

ul.check-list li {
	background: url(/images/check-list.png) no-repeat 0px 0px;
	margin: 2px 2px 5px 2px;
	padding-left: 22px;
	font-size: 11px;
}

ul.screenshot-list li {
	margin: 2px 2px 5px 2px;
}

#content table {
	width: 100%;
}

#content table th, #content table td {
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 2px 5px;
	text-align: left;
	font-size: 11px;
	color: #3e3e3e;
}

#content table th {
	background-color: #F4F5F7;
	font-weight: bold;
}

#content table td:first-child, #content table th:first-child {
	border-left-width: 0px;
}

#content table tr:last-child td {
	border-bottom-width: 0px;
}
