/**

Colors:
Blue: #00adef
Grey: #2a2627

Complimentary
Brown: #A65600
Orange: #FF8500

**/

body {
	color: #2a2627;
	font-family: arial, sans-serif;
	font-size: 14px;

}

a {
	color: #A65600;
	text-decoration: none;
	border-bottom: 1px dashed #A65600;
}

a:hover {
	color: #FF8500;
	text-decoration: none;
	border-bottom: 1px solid #FF8500;
}

div#page {
	margin: 0 auto;
	width: 800px;
}


div#header {
	background-image: url(/images/bb_ventures_150.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 5px solid #00adef;
	height: 130px;
	font-size: 26px;
	font-style: italic;
	text-align: right;

}

div#tagline {
	float: right;
	margin-top: 90px;
}

span.blue {
	color: #00adef;
}

span.green {
	color: green;l
}

div#main {
	margin-top: 25px;
	color: #2a2627;
	text-align: left;
}


div#left {
	float: left;
	width:520px;
}


div#left p img {
	margin:20px;
}

div#left h1 {
	text-shadow: 2px 2px 2px #999999;
	margin-top: 0;
}

div#right {
/*	border-left: 1px solid #DDDDDD;*/
	min-height: 500px;
	float: right;
	padding: 10px;
	padding-top: 0px;
	width: 220px;
}

div#right h1 {
	/*background-color: #00adef;*/
	color: #2a2627;
	font-size: 16px;
	text-align: right;
	border-bottom: 2px solid #00adef;
	padding:0;
	margin: 0;
	margin-bottom: 8px;
}

div#right img {

	margin-top:20px;
}

#stats, #contact {
	font-size: 12px;
	text-align: right;
}

#stats {
	margin-top:25px;
}

#stats ul {
	margin: 0;
	padding: 0;
}

#stats ul li {

	list-style-type: none;
	margin:0;
	padding: 3px 0px;
	width: 220px;
}

div#footer {
	border-top: 1px solid #00adef;
	clear: both;
	font-size: 12px;
	margin-top: 25px;
	padding: 10px 0;
}

div#footer p {
	margin: 0 3px;
}

.clear {
	clear: both;
}

