 
body  {
	font: 75% Arial, Helvetica, sans-serif;
	background:url(../images/speaker_bgnd.jpg);
	background-color:#000;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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:#000;
	width: 100%;
}
a img {
	border: 0;
}
	#container {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	vertical-align: top;
	background-color: #8e7f77;
} 
	#header {
	margin: 0px;
	padding: 0px;
} 
	#column_one {
	width: 300px;
	margin-left:50px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
	margin-bottom: 50px;
}
	#column_two {
		width: 350px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		float:right;
		margin-right: 50px;
		margin-bottom: 50px;

}	
	.clr {
		clear:both;
} 
#nav {
	float:left;
	margin-left: 50px;
	margin-bottom: 25px;
	padding: 0;
	display: inline;
}
#nav ul {
	text-align:left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	background-image: url(../images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	margin: 0 1px 0 0;
	padding: 0 0 0 8px;
}
#nav a {
	float: left;
	display: block;
	background-image: url(../images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding: 0.5em 10px .3em 0;
	text-decoration: none;
	font-weight: bold;
	color: #CCC;
}
#nav a:hover {
	color: #3398ff;
}

#about #nav li.about,
#faq #nav li.faq,
#feedback #nav li.feedback,
#gallery #nav li.gallery,
#connect #nav li.connect {
	background-image:url(../images/tab_left_active.gif);
}
#about #nav li.about a,
#faq #nav li.faq a,
#feedback #nav li.feedback a,
#gallery #nav li.gallery a,
#connect #nav li.connect a {
	background-image: url(../images/tab_right_active.gif);
	color: #3398ff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.625em;
	color: 3b2314;
}	
.align_right {
	text-align: right;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#inner_footer {
	position: relative;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 350px;
}
.footer_title {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

.footer_text {
	font-size: 100%;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#footer_shadow {
	background-image: url(../images/footer_repeater.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 780px;
}
.noteblock {
	background-image: url(../images/noteblock_middle.jpg);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 1px;
	padding-left: 30px;
}
#column_two .noteblock {
	padding-right: 80px;
}
.noteblock_bottom {
	background-image: url(../images/noteblock_bottom.jpg);
	background-repeat: no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}
.noteblock_top {
	background-image: url(../images/noteblock_top.jpg);
	background-repeat: no-repeat;
	height: 18px;

}
#gallery #column_one {
	width: 675px;
}
.gal_image {
	float: left;
	height: 223px;
	width: 325px;
	margin-left: 43px;
	margin-top: 21px;
	margin-bottom: 21px;
}
