a img {
	border: 0
	}

body{
	margin:0;
	padding:0;
	background-color:#f7f9de;
	font-family:helvetica, arial, sans-serif;
	color:#000;
	width:100%;
	/*
	black bar at bottom of site is a background image.... a much more straightforward method
	than worrying about html{ height:100% } or even absolutely positioned elements with 
	bottom:0;
	*/
	background-image:url(../BB%20Extravaganza/images/blacktick.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	}
	
h1 { font-size: xx-large; font-weight: bold; line-height: 70%; margin: 15px 0 4px; padding-left: 8px; border-bottom: 3px solid #000
	 }

#banner{
	height:60px;
	background-image:url(../BB%20Extravaganza/images/banner_clouds.jpg);
	}

#bodycopy { font-size: small; line-height: 120%; margin-left: 4px; padding: 10px 0 10px 8px; border-top: 3px solid #000; border-bottom: 1px solid #000
	 }

#content {
	padding: 0 0 0 10px
	}

#imageSect {
	background-color: #f7f9de;
	text-align: center;
	visibility: hidden;
	padding: 5px;
	position: absolute;
	z-index: 3;
	top: 142px;
	left: 10px;
	width: 400px;
	height: 324px;
	border: solid 2px #000
	}

#imageSect a {
	color: #fff;
	font-size: small;
	text-decoration: none;
	background-color: #f79910;
	display: block;
	margin-bottom: 2px;
	padding: 4px;
	width: 60px;
	height: 12px
	}

#imageSect a:hover {
	color: #fff;
	background-color: #000
	}

#imgcollumn {
	padding: 2px 0;
	width: 200px;
	float: left;
	border-top: 3px solid #000
	}

#imgcollumn a img {
	margin: 0;
	border: solid 2px #f7f9de
	}

#imgcollumn a:hover img {
	border: solid 2px #000
	}

#imgcollumn p {
	font-size: x-small;
	margin: 0;
	border-top: 1px solid #000
	}

#imgcollumn p {
	clear: both
	}

#leftcollumn {
	position: absolute;
	top: 93px;
	left: 10px;
	width: 65%
	}

#logoimg{
	float:left;
	width:43px;
	height:42px;
	border-bottom:2px #ccc solid;
	border-right:2px #ccc solid
	}
	
#orangecallout { color: #fff; font-size: x-large; font-weight: bold; line-height: 90%; background-color: #f79910; margin-right: 4px; margin-bottom: 2px; padding: 10px 20px 10px 8px
	 }

#orangestripes {
	background-image: url(../BB%20Extravaganza/images/orangestrip.gif);
	background-repeat: repeat-x;
	height: 31px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000
	}

#rightcollumn {
	position: absolute;
	margin:0;
	width:30%;
	z-index: 10;
	top: 140px;
	right: 10px;
	}

#rightcollumn li {
	margin: 0;
	padding: 0
	}

#rightcollumn li a {
	color: #f7f9de;
	font-size: x-small;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	background-color: #f79910;
	margin: 0;
	padding: 1px 6px 2px;
	vertical-align: top
	}

#rightcollumn li a:hover {
	color: #f79910;
	background-color: #000
	}

#rightcollumn ul {
	list-style: none url(../BB%20Extravaganza/images/arrow.gif) inside;
	margin: 0;
	padding: 0
	}

#topbar{
	margin-left:43px;
	color:#eee;
	background-color:#666;
	border-bottom:2px #ccc solid;
	border-right:2px #ccc solid;
	padding:4px 4px 4px 16px;
	font-size:xx-small;
}
