* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #7f7f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	text-align: center; /* fix to center div in ie6 */
}

.txt {
	text-align: left;
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
}

h2 {
	font-size: 0.9em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#wrapper {
	width: 710px;
	margin: 0 auto 0;
	position: relative;
	border: solid 0px white;
} 

#header {
	width: 688px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 66px;
	border: solid 0px white;
}

#logo {
	float: left;
	width: 198px;
	padding-right: 17px;
}
#banner {
	float: left;
	width: 472px:;
	border: solid 2px white;	
	background-color: white;
}



#content {
	float: left;
	width: 688px;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 12px;
	border: solid 0px white;
}

#contentLeft {
	float: left;
	width: 442px;
}

#chatWindow {
	float: left;
	background: url(img/chatWindow.gif) no-repeat;
	width: 442px;
	height: 317px;
}

/* For holding image on homepage - can be removed when image is removed */
#homeHolding {
	width: 400px;
	height: 267px;
	margin-top: 16px;
	padding: 0px 0px 0px 0px;
	border: solid 0px black;	
}

#txtBox_about {
	width: 400px;
	height: 267px;
	margin-top: 16px;
	padding: 0px 10px 10px 20px;
	overflow: auto;
	border: solid 0px black;
}

*html #txtBox_about {
	width: 430px;
}

#aboutPic {
	float: left;
	padding-right: 14px;
	padding-bottom: 10px;
}

#txtBox {
	width: 400px;
	height: 267px;
	margin-top: 16px;
	padding: 0px 10px 10px 20px;
	overflow: auto;
	border: solid 0px black;
}

*html #txtBox {
	width: 430px;
}



#popupBtn {
	clear: left;
	width: 442px;
	float: left;
	margin-top: 9px;
}

.pop a {
	display: block;
	background: url(img/navBtn_popup.gif) no-repeat;
	height: 19px;
	width: 442px;

}

.pop a:hover {
	background-position: 0 -19;
}

#footer {
	clear: left;
	padding-top: 4px;
	font-size: 9px;
	border: solid 0px white;
}



#contentRight {
	float: right;
	width: 238px;
}

#infoWindow {
	float: left;
	background: url(img/infoWindow.gif) no-repeat;
	width: 238px;
	height:345px;

	border: solid 0px black;	
}

#txtBox_info {
	float: left;
	width: 200px;
	height: 304px;
	text-align: left;
	margin-top: 16px;
	padding: 0px 10px 10px 20px;
	overflow: hidden;
	border: solid 0px black;
}

*html #txtBox_info {
	width: 230px;
}
/*
#banners234 {
	width: 238px;
	float: left;
	border: solid 0px white;
}

* html #banners234 {
	width: 242px;
}

.minibanner {
	clear: left;
	float: left;
	width: 234px;
	border: solid 2px white;
	margin-bottom: 6px;
}
*/
#nav {
	clear: left;
	float: left;
	width: 688px;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 16px;
}

#menu {
	float: left;
	width: 555px;
	border: solid 0px white;
}



/* .buttons {
	float: left;
	padding-right: 2px;
	padding-left: 0px; 
	width: 102px;
	height: 19px;
	
}

*html .buttons {
	margin-left: -3px;
}
*/
#menu li {
	list-style: none;
	display: inline;
	overflow: hidden;
}

#menu a {
	float: left;	
	width: 111px;
	height: 19px;
	padding-right: 0px;
	padding-left: 0px;
	-moz-outline-style: none;	
}

#menu .home a {
	background: url(img/navBtn_home.gif) no-repeat;
}

#menu .about a {
	background: url(img/navBtn_about.gif) no-repeat;
}

#menu .tcs a {
	background: url(img/navBtn_tcs.gif) no-repeat;
}

#menu .contact a {
	background: url(img/navBtn_contact.gif) no-repeat;
}

#menu .gayrabbit a {
	background: url(img/navBtn_gayrabbit.gif) no-repeat;
}

#menu a:hover {
	background-position: 0 -19;
}

#menu a.active {
	background-position: 0 -38;
}