body { 
	font-family: Trebuchet MS, sans-serif;
	font-size: 62.5%;
	background-image: url('../images/top.png');
	background-repeat: repeat-x;
	color: #cccccc;
}
h1 {
	color: white;
	font-weight: normal;
	font-size: 3.8em;
	letter-spacing: 2px;
	line-height: 0.7em;
	margin-top: 0px; 
}
h2 {
	color: white;
	font-size: 1.6em;
	line-height: 0.7em;
}
h3 {
	color: #7c7c00;
	font-size: 2em;
	line-height: 0.7em;
}
h4 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 1.2em;
	color: #7c7c00;
	line-height: 0.7em;
}
a {
	color: #7c7c00;
}
a:visited {
	text-decoration: line-through;
}
p,ul,ol {
	font-size: 1.4em;
	line-height: 1.3em;
}
.thumbs A {
	display: block;
	float: left;
	width: 80px;
	height: 78px;
	text-align: right;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #161613;
	border: 1px solid #333333;
	margin: 1px 1px 0px 0px;
}
.thumbs A:hover {
	border-bottom: 1px solid #7c7c00;
	color: #7c7c00;
	text-decoration: none;
}

#icon {
	position: absolute;
	top: 15px;
	left: 30px;
}
#bookmarks {
	position: absolute;
	top: 20px;
	left: 53em;
	margin-left: 80px;
	white-space: nowrap;
}
#bookmarks A img {
	width: 1em;
	height: 1em;
	vertical-align: top;
	opacity: 0.4;
	filter: Alpha(opacity=40);
	vertical-align: bottom;
}
#bookmarks A:hover img {
	opacity: 1;
	filter: Alpha(opacity=100);
	width: 16px;
	height: 16px;
}

#header {
	position: absolute;
	top: 80px;
	left: 80px;
	padding-top: 1px;
}

#quicklinks {
	position: absolute;
	top: 0px;
	left: 53em;
	width: 20em;
}
#quicklinks A {
	line-height: 1.3em;
	font-size: 1.6em;
	font-weight: bold;
	color:#a7a753;
	text-decoration: none;
}

#main {
	position: absolute;
	top: 180px;
	left: 80px;
	width: 45em;
	padding-top: 5px;
}

#right {
	position: absolute;
	top: 200px;
	left: 80px;
	margin-left: 53em; 
	width: 17em;
}
#feedOuter {
	width: 450px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #2d2e10;
	background-color: #0d0e00;
	padding: 5px;
}
#feedOuter:hover {
	overflow: auto;
}
#feedControl {
	width: 430px;
}
.gfc-resultsHeader {
	display: none;
}