/*  CSS Document
    Copyright (c) 2007, MeetOn Circle, Inc. 
*/

p {
  font-family:arial;
}
a {
  color:#000;
  font-size:1em;
}

html, body {
  height: 20px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  font-family: Arial;
  font-weight: normal;
  font-size: 11px; 
}

body {
	background-color: #fff;
	margin: 0;
}

#mainContainer { 
	width: 998px;
	margin: 17px auto;
}

a img { border: 0; }

#header {
	width:100%;
	float: left;
}

#header .logo {
	float: left;
}

#header .buttons {
	padding-top: 28px;
	margin-right: 5px;
	float: right;
	color: #787878;
}
#header .buttons a {
	color: #787878;
}

#footerContainer {
	width: 998px;
	height: 20px;
	clear: both;
	font-size: 10px;
	color: #fff;
	margin: 0 auto;
	background: url('../images/greenbar.jpg') repeat-x;
	float: left;
}

#footerContainer a {
	text-decoration: none;
	color: #fff;
	margin-right: 5px;
	margin-left: 5px;
}

#footerContainer a:hover {
	text-decoration: underline;
	color: #fff;
}

#lftCorner {
	float: left;
	width: 5px;
	height: 20px;
	background-image: url('../images/lftGreen.jpg');
	background-repeat: no-repeat;
}

#copyright {
	float: left;
	padding-top: 3px;
	margin-left: 5px;
	width: 545px; height: 20px;
}

#rghtCorner {
	float: right;
	width: 5px;
	height: 20px;
	background-image: url('../images/rgtGreen.jpg');
	background-repeat: no-repeat;
}

#links {
	float: left;
	text-align: right;
	padding-top: 3px;
	width: 435px;
	margin: 0;
}
div#fixedbox  {
    overflow: auto;
    width: 10%;
    height: 0em;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    background: #ddd;
}
