body {
	background-color: #333;
	font-size: 10pt;
	font-family: arial, helvetica, verdana, sans;
	margin: 0;
	padding: 0;
}

#div {
display: block;
}

#container {
margin: 0 auto 0 auto;
}

#columns {
	margin: 6em auto 0 auto;
	width: 65em;
	height: 28em;
	hheight: 20em;
	border: 0px solid yellow;
}

#main_nav {
	float: left;
	position: relative;
	width: 8em;
	hheight: 26em;
	height: 20em;
	top: 50%;
	margin-top: -13em;
	text-align: right;
}

#secondary_nav {
	float: left;
	position: relative;
	width: 9.5em;
	height: 20em;	
top: 50%;
	margin-top: -11em;
	margin-right: 2em;
	text-align: left;
	padding: 0;
	margin-left: 1.5em;
	font-size: .9em;
	color: #777;
}

#content {
	float: left;
	width: 45em;
	height: 23em;
	background-color: #fff;
	margin: 0;
	padding-top: 5em;
	border: 0px solid red;
}

#contentImg {
float: left;
height: 23em;
}

#contentImg img {
margin: 0em 0em 0em 0em; 
}

#contentText {
margin-top: .5em; 
margin-right: 3em; 
margin-left: 0em;
border: 0px solid green;
}

#contentText h4 {
margin-top: 0;
margin-bottom: 0;
color: #555;
}

#contentText h5 {
font-size: 1em;
margin-top: 0;
}

#contentText p {
font-size: .9em;
}

#contentText p.caption {
font-size: .85em;
}


#contentPanorama {
	float: left;
	width: 45em;
	hheight: 15em;
	height: 28em;
	background-color: #fff;
	margin: 0;
	padding-top: 0em;
}



#footer {
clear: both; 
text-align: right; 
height: 2em;
position: relative;
top: 0;
left: 0;
width: 64.5em; 
margin: 1em auto 0 auto;
background-image: url("images/logo_bug.gif");
background-repeat: no-repeat;
background-position: top right;
background-color: #333;
}

#footer p {
color: #888;
margin: 0;
padding: 0;
margin-top: 6px;
margin-right: 35px;
font-size: .9em;
}

a:link {
color: #888;
text-decoration: none
}

a:visited {
color: #888;
text-decoration: none
}

a:hover {
color: #fff;
text-decoration: none
}

a:active {
color: #888;
text-decoration: none
}


a:link.navyellow {
	color: #777; 
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}

a:visited.navyellow {
	color: #777; 
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover.navyellow {
	color: #FC3;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}

a:active.navyellow {
	color: #777;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}


#contentText a:hover {
color: #333;
text-decoration: none
}




li.this {
	color: #fc3;
	font-size: .85em;
	font-weight: bold;
}

li.this2 {
	color: #fff;
	font-weight: bold;
}


li.comingSoon {
	font-size: .85em;
	color: #777;
	font-weight: bold;
	text-transform: uppercase;
}



h6 {
	font-size: .85em;
	color: #ccc;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.greyoff {
	color: #777; 
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
}

.caption {
color: #666;
}

.white {
color: #fff;
}


ul {
list-style-type: none;
margin: 0;
padding: 0;
text-indent: 0;
}

li {
margin-top: 1em;
}

.quote {
font-size: .9em;
font-style: italic;
}
