@charset "UTF-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-image: url(main_images/wallpaper.jpg);
}
.thrColFixHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(bridge_back.jpg);
	background-repeat: no-repeat;
	height: auto;
	background-position: bottom;
	border-color: #330;
	margin-top: 9px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	background-color: #CC9;
	border-bottom: solid;
	border-color: #330;
	border-bottom-width: thin;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 10px 15px 18px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	height: 690px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 680px;
}
.thrColFixHdr #mainContent {
	text-align: center;
} 
.thrColFixHdr #footer {
	padding: 0 9px 0 9px;
	text-align: center;
	background-color: #CC9;
	border-top-color: #330;
	border-top-style: solid;
	border-top-width: thin;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.myname {color: #666666; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-style: italic; }
.mainbodycopy {
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.heading {	color: #333333;
	font-style: italic;
	font-size: 18px;
}
.imageupdated {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.bridgedesc {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	padding-top: 20px;
}
.headingstrip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #630;
	margin-top: 9px;
	padding-bottom: 9px;
}
a:link {
	color: #330;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #330;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
}
.smallbody {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.smallbodybold {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.style1 {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: center;
}
.copyright {
	font-size: 9px;
	color: #666;
}
a {
	font-size: 12px;
}
.cafedesc {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}
.cafedescitalic {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
#updateinfo {
	background-color: #FFF;
	width: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.element {
}
.termsbody {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#terms_back {
	background-image: url(bridge_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.imageframe {
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 14px;
	width: 377px;
	margin-top: 20px;
	height: 282px;
	margin-right: 34px;
	margin-left: 180px;
}
.filmbody {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	vertical-align: middle;
}
.heading2 {
	color: #999;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	height: 70px;
}
.border {
	border: thin solid #333;
	background-color: #000;
}

