#titleLogo {
	padding-left: 50px;
	text-align: center;
}

#title {
	color: #888888;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}

#subtitle {
	font-size: 16px;
	text-align: center;
}

#bigBox {
	width: 287px;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url(/images/bigBoxMiddle.gif);
	background-repeat: repeat-y;
	position: relative;
}

#bigBox #top {
	height: 28px;
	width: 287px;
	background-repeat: no-repeat;
	background-image: url(/images/bigBoxTop.gif);
	background-position: 0 top;
	z-index:10;
}

#bigBox #bottom {
	height: 37px;
	width: 287px;
	background-repeat: no-repeat;
	background-image: url(/images/bigBoxBottom.gif);
	margin: 0px;
	background-position: 0 bottom;
	bottom:0;
	display:block;
	left:0;
	line-height:0;
	position:absolute;
	z-index:10;
}

#bigBox #content {
	
	padding-right: 40px;
	
	padding-left: 30px;
	
	padding-bottom: 40px;
	
	padding-top: 0px;
	
}

#siteheadtable td.frontTable {
	font-size: 16px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a#login_td {
	background-position: 0px 0px;
	height: 36px;
	background-image: url(/images/LogIn.gif);
	width: 194px;
}

a#login_td:hover {
	background-position: -194px 0px;
}

td#register_td {

	background-position: 0px 0px;

	background-image: url(/images/createAccount.gif);

	height: 36px;

	width: 194px;

}

td#register_td:hover {

	background-repeat: no-repeat;

	background-position: -194px 0px;

}

td#search_td {

	background-position: 0px 0px;

	background-repeat: no-repeat;

	background-image: url(/images/findCommunity.gif);

	height: 53px;

	width: 388px;

}

td#search_td:hover {

	background-position: 0px -53px;

	background-repeat: no-repeat;
	position: relative;

}

div#commSearchDiv {
	float:left;
	position:absolute;
}

#searchTerms {
	float:left;
	font-size:12px;
	left:16px;
	position:absolute;
	top:16px;
	width:132px;
}

p.navbuttons a {
	color: #000000;
	text-decoration: none;
	background-color: #A2AAB5;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 150px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
} 
p.navbuttons a:hover, p.navbuttons a:active {
	background-color: #333333;
	color: #FFFFFF;
	background-repeat: no-repeat;
} 

