body {
	background-color: #000000;
}
HTML>body {
	background-color: #000000;
}

.clearer{
	clear: both;
	font-size: 1px;
	line-height: 0;
}

a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.nav_item
{
	padding-left:12px;
	float:left;
}


.rsvp_input
{
	background-color:#FFFFFF;
	
	border-top:1px solid #605C59;
	border-bottom:1px solid #BDA38B;
	border-left:1px solid #BDA38B;
	border-right :1px solid #BDA38B;
	width:160px;
}
.req_fields
{
	color:red;
}

.rsvp_submit
{
	border:0px;
	background-color:#ECC097;
	font-weight:bold;
	font-size:16px;
}

#navigation
{
	padding:8px 0 0 8px;
}



#header {
	background: url(/bridges-beta/images/bg-header.gif);
	height: 60px;
	text-align: left;
}

#header #quango {
	float: right;
}

/*
#header #nav {
	width: 340px;
	height: 32px;
	background-color: #ecc097;
	border: solid 1px #fff;
}
*/

#homepage {
	position: relative;
	width: 765px;
	height: 590px;
	background: url(/bridges-beta/images/bg_body-hp.gif) bottom left no-repeat #ecc097;
}
#homepage div {
	text-align: left;
}


#homepage #left {
	background: url(/bridges-beta/images/bg-hp-left.gif) top right no-repeat transparent;
	width: 275px;
	height: 210px;
	overflow: none;

	position: absolute;
	top: 71px;
	left: 23px;

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}


#homepage #main-content {
	position: absolute;
	top: 80px;
	left: 326px;
}

#homepage #left .spacer {
	width: 260px;
}


#homepage #scroll-area {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 253px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;

	z-index: 1000;
}
#homepage #scroll-area .spacer {
	padding: 0;
	margin: 0px;
	width: 402px;
}

#homepage #scroll-area a {
	z-index: 10000;
}


/* -------------------------------------- */

#upcoming-lectures {
	position: relative;
	width: 765px;
	height: 590px;
	background: url(/bridges-beta/images/bg_body-upcoming.gif) bottom left no-repeat #ecc097;
}

#archive #upcoming-lectures {
	position: relative;
	width: 765px;
	height: 590px;
	background: url(/bridges-beta/images/bg_body-archived.gif) bottom left no-repeat #ecc097;
}

#upcoming-lectures div {
	text-align: left;
}


#upcoming-lectures #main-content {
	position: absolute;
	top: 84px;
	left: 326px;
}

#upcoming-lectures #main-content #scroll-area {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 353px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;
	
	/*
	padding: 0;
	margin: 0;
	z-index:1;
	*/
}
#upcoming-lectures #scroll-area .spacer {
	padding: 0;
	margin: 0px;
	width: 402px;
}

#page_title {
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #000;
}

#upcoming-lectures #page_title
{
	position:absolute;
	top: 85px;
	left: 23px;

	/*
	z-index:100;
	
	margin-top:28px;
	margin-left:23px;
	*/
}


#header {
	background: url(/bridges-beta/images/bg-header.gif);
	height: 60px;
	text-align: left;
}

#header #nav {
	width: 385px;
	height: 32px;
	background-color: #ecc097;
}




#rsvp {
	position: relative;
	width: 765px;
	height: 590px;
	background: url(/bridges-beta/images/bg_body-upcoming.gif) bottom left no-repeat #ecc097;
}

#rsvp div {
	text-align: left;
}

#rsvp table {
	text-align: left;
	font-size:12px;
}


#rsvp #main-content {
	position: absolute;
	top: 84px;
	left: 326px;
}

#rsvp #scroll-area {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 353px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;
	
	padding: 0;
	margin: 0;
	z-index:1;
}

#rsvp #scroll-area .spacer {
	padding: 0;
	margin: 0px;
	width: 402px;
}


#rsvp #page_title
{
	position:relative;
	z-index:100;
	margin-top:28px;
	margin-left:23px;
}


/* ----------------------------------- */


#video-test {
	position: relative;
	width: 765px;
	height: 590px;
	background: url(/bridges-beta/images/bg_body-upcoming.gif) bottom left no-repeat #ecc097;
}

#video-test div {
	text-align: left;
}


#video-test #main-content {
	position: absolute;
	top: 84px;
	left: 326px;
}

#video-test #left {
	background: url(/bridges-beta/images/bg-hp-left.gif) top right no-repeat transparent;
	width: 275px;
	height: 210px;
	overflow: none;

	position: absolute;
	top: 71px;
	left: 23px;

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#video-test #left .spacer {
	width: 260px;
}

#video-test #main-content #scroll-area {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 353px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;
	
	/*
	padding: 0;
	margin: 0;
	z-index:1;
	*/
}
#video-test #scroll-area .spacer {
	padding: 0;
	margin: 0px;
	width: 402px;
}

#video-test #page_title
{
	position:absolute;
	top: 85px;
	left: 23px;

	/*
	z-index:100;
	
	margin-top:28px;
	margin-left:23px;
	*/
}


#homepage #scroll-area2 {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 253px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;

	z-index: 1000;
}
#homepage #scroll-area3 {

	/* Font & Sizing information */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;

	/* Typical fixed height and fixed width example */
	width: 420px;
	height: 253px;
	overflow: auto;

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ecc097;

	z-index: 1000;
}

.cb
{
	clear:both
}

.gallery_box
{
	float:left;
	width:120px;
	height:88px;
}

.popup
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

.privacy_policy a
{
	font-family:Arial;
	font-size:11px;
	color:#ED1C24;
}

.privacy_policy
{
	padding-top:3px;
}

.privacy_policy a:hover
{

	text-decoration:underline;
}