/* CSS Document */
/* ordered alphabetically */
/* #=id  use once  .=class  use many */

	body {

		text-align: center; /* for IE */
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;;
		color : Black;
		background-color: #4a4944;
		color:#FFFFFF;
		line-height: 150%;
	}

	a {
	color: #white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	}

	
	#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 864px;
	padding-top: 46px;
	}
	
	#logo{
	background-image: url(images/logo.jpg);
	width: 	412px;
	height: 20px;	
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
		}
		
	#topnav{
	width: 	300px;
	height: 0px;
	text-align:right;
	float: right;
	padding: 10px 13px 0px 0px;
	}
	
	#topnav li{
	list-style:none;
	float:right;
	margin-left: 40px;
	}

	#topnav a {
	font-variant: small-caps;
	color: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 14px;
	}

	h1{
	font-size:18px;
	font-weight:500;
	}
	
	h2{
	font-size:12px;
	font-weight:500;
	color: Black;
	}
	
	#contentleft{
		background-image: url(images/bit_center_content.jpg);
		width: 561px;
		float:left;
	}
	#contentleftgallery{
		background-image: url(images/bit_center_content2.jpg);
		width: 900px;
		float:left;
	}
	#contentleftfront{
		background-image: url(images/front_left_bg.jpg);
		width: 561px;
		height: 482px;
		float:left;
	}
		
	#contentright{
		background-image: url(images/2bit_center_content.jpg);
		width: 297px;
		height: 473px;
		float:left;
	}
	
	#content{
	padding-top: 37px;
	}
	
	#textright{
	padding: 0px 18px 0px 18px;
	line-height:200%;
	height: 450px;
	}
	
	#frontphoto{
	padding: 2px 0px 14px 22px;
	}
	
	#text1{ margin-bottom:0px;}
	#text2{ font-size:20px; margin-bottom:0px;}
	#text3{ font-weight:700; margin-bottom:0px;}
