/* Copyright, 2006, Karel Baloun.  Some rights reserved, under creativecommons by-sa and i2we licenses. */

body {
		background: #fff;
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 11px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
a {
		color: #3b5998;
		text-decoration: none; 
	}
#headerimg {
		height: 200px;
		background: url(http://www.fbbook.com/img/s/fbbook/nav.gif) top right no-repeat;
		border-bottom: 1px solid #666;
}
#container {
		border: 1px solid #666;
		width: 780px;
		margin: 20px auto 0 auto;
		text-align: left;
	}
iframe {
		border: 1px solid red;
		height: 50px;
		width: 60px;
	}
#leftpanel {
		border-right: 1px solid #666;
		width: 150px;
	}
#leftpanel ul {
		list-style-type: none;
		margin-left: 0;
	}
#footer { text-align:center; }


#subscribe li { list-style-type:none; }

