#main {
	background: url(images/stocks.jpg) repeat-y 404px top;
}

.bear {
	padding-left: 118px;
	padding-right: 50px;
	margin-top: 11px;
	float: left;
}

.signin {
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #6F6565;
	margin-top: 190px;
	margin-left: 416px;
	display: block;
}

h1 {
	height: 78px;
	width: 800px;
	color: #fff;
	background: url(images/logo.gif) no-repeat 69px center;
	background-color: #115516; /* dark green */
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

h1 span {
	display: none;
}

#intro {
	float: left;
	width: 317px;
	text-align: right;
	padding-left: 69px; /* this is padding because of an IE6 left margin float bug: 
						 *	http://legacy.randomfoo.net/sandbox/style/ie6margin/
						 */
	margin-right: 18px;
}

#intro h2 {
	margin: 5px 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	color: #000;
}

#intro p {
	color: #6F6565;
}

#menu {
	margin-left: 416px;
	padding-bottom: 200px;
	color: #2C2C2C;
}

#menu ul {
	margin: 0 0 20px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 1.2em;
	list-style-type: none;
}

#menu li a:link,
#menu li a:hover,
#menu li a:visited {
	text-decoration: none;
	line-height: 30px;
}

#menu li a:hover {
	text-decoration: underline;
}

.vcard .org {
	display: none;
}
