body {
	background-image: url(images/backgound.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
}
#wrapper {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1024px;
	float: left;
}
#logo {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Header {
	height: 55px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#meeting {
	float: left;
	width: 550px;
	padding-right: 5px;
	height: 60px;
}
#searchbar {
	float: right;
	width: 400px;
	padding-left: 5px;
	height: 60px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	width: auto;
	float: none;
	clear: none;
}
#navbar {
	height: 600px;
	width: 130px;
	padding-right: 5px;
	float: left;
	font-size: 16px;
	padding-left: 10px;
}
#lefside {
	float: left;
	width: 400px;
	height: auto;
	clear: none;
}
#rightside {
	float: right;
	width: 400px;
	height: auto;
}
#left1 {
	height: auto;
	padding-bottom: 5px;
	padding-left: 5px;
}
#left2 {
	height: auto;
	padding-bottom: 5px;
	padding-left: 5px;
}
#right1 {
	height: auto;
	padding-bottom: 5px;
	padding-left: 5px;
}
#right2 {
	height: auto;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	text-align: center;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF00FF;
}

a:hover {
	color: #EF3F0F;
}
