@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
}
.wrapper {
	width: 950px;
	margin: 0 auto;
}
.header_text {
	width: 455px;
	float: left;
}
.header_txt ul {
	padding: 0 0 0 2px;
	margin: 6px 0 0 0;
}
.header_text li {
	list-style-image: url(images/check.jpg);
	padding: 0;
	margin: 0 0 10px 0;
}
.clr {
	clear: both;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
h1 {
	margin: 0 0 5px 0;
	padding: 25px 0 0 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}
p {
	margin: 0 0 12px 0;
	padding: 0;
	color: #3f3f3f;
	line-height: 21px;
	font-size: 15px;
	font-weight: normal;
}
.top_ten ul {
	padding: 0;
	margin: 0;
}
.top_ten li {
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	padding: 3px 20px 3px 15px;
}
.white {
	background: url(images/white.jpg) repeat-y;
}
.grey {
	background: url(images/grey.jpg) repeat-y;
}
.large_text {
	margin: 0 0 12px 0;
	padding: 0;
	color: #3f3f3f;
	line-height: 25px;
	font-size: 18px;
	font-weight: normal;
}
#top {
	background: #eee6d9;
	padding: 20px 0;
}
.top_ten {
	width: 224px;
	float: left;
	margin: 0 15px;
}
.top_ten_title {
	background: url(images/top_ten.jpg) no-repeat;
	width: 224px;
	height: 36px;
}
.top_ten_title p {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	padding: 7px 0 0 15px;
	text-decoration: none;
}
.top_ten a {
	color: #000;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
}
.top_ten a:hover {
	text-decoration: underline;
}
.thumbnail {
	margin: 0 15px 0 0;
}
.browser {
	background: url(images/browser_back.jpg) no-repeat bottom #fff;
	padding: 20px 0;
}
.browser img {
	float: left;
}
.browser_inside {
	float: left;
	width: 440px;
	margin: 0 15px 0 0;
}
.browser_inside a {
	color: #600;
	text-decoration: underline;
	font-weight: bold;
}
.browser_inside a:hover {
	text-decoration: none;
}
#footer {
	background: #505050;
}
#footer p {
	font-size: 13px;
	color: #e9e9e9;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
#footer a {
	font-size: 13px;
	color: #e9e9e9;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:hover {
	font-size: 13px;
	color: #e9e9e9;
	text-decoration: none;
	font-weight: bold;
}