﻿body {
	background-attachment: fixed;
	background-image: url('/images/home-bkg.JPG');
	width: 100%;
	height: 100%;
	font-family: Arial;
}
#menu {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 279px;
	height: 366px;
	z-index: 2;
	background: url('/images/menu.png');
}
#menu1 {
	left: 15px;
	top: 155px;
	position: relative;
	width: 250px;
	z-index: 3;
}
#menu1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu1 li {
	display: inline;
	/* for IE5 and IE6 */
}
#menu1 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 3px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
#menu1 a:link, #menu1 a:visited {
	color: #EEE;
	text-decoration: none;
}
#menu1 a:hover {
	background-color: #C0C0C0;
	color: #fff;
}
#feedControl {
	font-size: 11px;
	color: #fff;
	z-index: 1;
	width: 279px;
	position: absolute;
	left: 495px;
	top: 15px;
	text-align: justify;
}
#feedControl a:link, #menu1 a:visited {
	color: #EEE;
	text-decoration: none;
	font-weight: bold;
}
#feedControl .gf-author, #feedControl .gf-spacer, #feedControl .gf-relativePublishedDate, #feedControl .gfc-resultsHeader {
	display : none;
}
#feedControl .gfc-results {
}
#feedControl .gfc-result {
	margin-bottom : 5px;
}
}
