@charset "UTF-8";
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #666666;
} 
#header  {
	background-color: #DDDDDD;
	background-image: url(images/ggbridge_recent_flattened.png);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 175px;
	width: 750px;
	top: 0px;
} 
#navbar {
	font-size: 90%;
	margin: 2px;
	padding: 0px;
	border: thin solid #000000;
}
#navbar ul {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#navbar ul li {
	color: #000000;
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#navbar a:link {
	font-family: verdana;
	text-decoration: none;
	color: #000000;
}
#navbar a:hover {
	text-decoration: underline;
	color: #000000;
	font-family: verdana;
}
#navbar a:visited {
	text-decoration: none;
	color: #000000;
	font-family: verdana;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
#mainContent  {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: medium outset #999999;
	background-color: #999999;
} 
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}
#sidebar1  {
	float: left;
	background-color: #666666;
	color: #999999;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 210px;
}
#sidebar1 img {
	background-image: url(images/BAMM_friends_links.gif);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer  {
	padding: 0 10px 0 20px;
	background-color: #333333;
} 
#footer p {
	color: #FFFFFF;
}
#footer a:link {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 10px;
}
