* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #E0EDF2;
}
body, td, a, h1, h2, h3 {
	font-family: Lucida Sans, Lucida Fax, Arial, Helvetica, Sans-serif;
}
tr {
	vertical-align: top;
}
td {
	padding-right: 10px;
}
p {
	margin-bottom: 10px;
}
.clearfix {
	display: block;
}
#header {
	background-image: url(header-background.jpg);
	background-repeat: repeat-x;
	height: 104px;
}
#logo {
	position: absolute;
	top: 36px;
	left: 63px;
}
#logo a img {
	border: 0;
}
#menu {
	background-image: url(menu-background.jpg);
	border-top: 2px solid #2E2E2E;
	border-bottom: 1px solid #C2CFD5;
	height: 41px;
}
#menu ul, #quicklink ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 8px auto;
	width: 820px;
}
#quicklink {
	margin-bottom: 30px;
}
#quicklink ul {
	width: 780px;
}
#menu li, #quicklink li {
	float: left;
}
#menu li a {
	font-family: Lucida Sans, Lucida Fax, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: black;
	padding: 11px 30px 12px 30px;
	margin: 0 1px 0 1px;
}
#menu li a:hover, #menu li a.selected {
	color: #D6D6D6;
	background-image: url(link-background.jpg);
	background-repeat: repeat-x;
}
#quicklink {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #EEF5F5;
	height: 60px;
	padding-top: 10px;
}
#quicklink li a {
	margin: 0 20px 0 20px;
}
#quicklink li a img {
	border: 2px solid white;
	height: 35px;
	width: 62px;
	margin-bottom: 20px;
}
#content {
	height: auto;
	margin: 0 auto;
	padding: 0;
	width: 940px;
	clear: both;
}
#left {
	float: left;
	width: 580px;
}
#right {
	float: right;
	width: 340px;
}

#footer {
	clear: both;
	width: 100%;
	background-image: url(footer-background.jpg);
	background-repeat: repeat-x;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
#remark {
	padding: 85px 0 0 10px;
}
#remark a {
	color: #242424;
	text-decoration: none;
	font-size: 75%;
}
#info {
	float: right;
	margin: -80px 50px 0 0;
	width: 400px;
	overflow: hidden;
	color: #e0e0e0;
	font-size: 80%;
	border-left: 3px dotted gray;
	padding-left: 10px;
}
#info h2 {
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
}
.article {
	margin: 0 0 25px 0;
	width: 540px;
}
.article .head {
	display: block;
	height: 70px;
	margin: 0 0 15px 0;
	background-image: url(article-line.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
}
.article .head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	color: #30393D;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	width: 380px;
	float: left;
	height: auto;
}
.article .head .updated {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	height: auto;
	float: right;
	text-align: right;
	padding: 45px 0 0 0;
	color: gray;
}
.article .body {
	background-color: white;
	font-size: 80%;
	color: #454545;
	padding: 20px;
	width: 500px;
	clear: both;
}
.article img {
	width: 500px;
	margin-bottom: 15px;
	border: none;
}

#columns div.article {
	background-color: white;
	float: left;
	font-size: 90%;
	margin-right: 20px;
	padding: 15px;
	width: 230px;
	height: 280px;
	color: #454545;
}
#columns div.article img {
	width: 228px;
	border: 1px solid gray;
}

#list .article .head {
	height: 25px;
}
#list a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#list a span.date {
	color: #999;
	font-size: 80%;
	font-weight: normal;
	padding-left: 5px;
}

#sidebar {
	height: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
	width: 305px;
}
#sidebar li {
	background: #F5FBFE url(sidebar-bottom.gif) no-repeat scroll center bottom;
	height: auto;
	margin: 0 0 20px;
	padding: 0 0 56px;
	width: auto;
}
#sidebar li {
	-x-system-font: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.92em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}
#sidebar h3 {
	-x-system-font: none;
	background: #F5FBFE url(sidebar-top.gif) no-repeat scroll center top;
	color: #587682;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 170%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	height: 55px;
	line-height: normal;
	margin: 0;
	padding: 18px 0 0 20px;
	width: 285px;
}
#sidebar li ul {
	background: #EBF6FB none repeat scroll 0 0;
	height: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 8px 0 8px 0;
	width: 245px;
}
#sidebar li ul li {
	background: transparent none repeat scroll 0 0;
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	width: auto;
	clear: both;
}
#sidebar ul li div a img {
	height: 55px;
	border: 2px solid white;
}
.sidebar-preview {
	float: left;
	margin: 0;
	padding: 4px 0 4px 0;
	width: auto;
}
.sidebar-preview input {
	margin-right: 10px;
}
.sidebar-content {
	float: right;
	height: auto;
	margin: 0;
	padding: 5px 0 0 0;
	width: 115px;
}
.sidebar-content a {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 110%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #30393D;
}
#featured-news .sidebar-content a {
	-x-system-font: none;
	color: #5A656A;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.35em;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}
#reminder {
	position: absolute;
	color: #888;
	top: 40px;
	right: 5px;
	text-align: right;
	font-size: 65%;
	cursor: pointer;
}
#rss {
	position: absolute;
	top: 5px;
	right: 5px;
}
#rss img {
	border: 0;
}
#html {
	position: absolute;
	top: 5px;
	right: 26px;
	visibility: hidden;
}
#html img {
	border: 0;
}
#geotag {
	background-image: url(geotag.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	bottom: 15px;
	left: 485px;
	width: 30px;
	height: 30px;
	float: left;
}
#cse-search-box {
	position: absolute;
	right: 10px;
	top: 160px;
}
