body {
    padding: 5px 10px;
	background-color:#000000;
}
#titleContainer, #navTop, #content, #navBottomContainer {
	background-color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
#titleContainer {
    overflow: hidden;
	margin-bottom: 15px;
	background-color:FFFFCC;
	font-size: 40px;
	color:#FFFFFF;
	width: 875px;
	height: 65px;
	text-align:center;
}
#logo img{
    width: 149px;
    height: 36px;
    float: left;
	margin-top: 15px;
}
#title {
	height: 50px;
	margin-right: 81px;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 15px;
}
.nav {
    overflow: auto;
}
.nav li {
    float: left;
    background-repeat: no-repeat;
}
#navTop {
	width: 875px;
	margin-bottom: 15px;
}
#navTop li {
	/*width: 125px;*/
	height: 34px;
	overflow: hidden;
}
#navTop li a {
    display: block;
    width: 125px;
    height: 34px;
    text-indent: -125px;
}
#homePage { background: url(http://motorcitybears.com/images/buttons/homePageMP.gif) }
#bearInfo { background: url(http://motorcitybears.com/images/buttons/bearInfoMP.gif) }
#activities { background: url(http://motorcitybears.com/images/buttons/activitiesMP.gif) }
#photos { background: url(http://motorcitybears.com/images/buttons/photosMP.gif) }
#membership { background: url(http://motorcitybears.com/images/buttons/membershipMP.gif) }
#ourMembers { background: url(http://motorcitybears.com/images/buttons/ourMembersMP.gif) }
#contactUs { background: url(http://motorcitybears.com/images/buttons/contactUsMP.gif) }

#navBottomContainer {
    text-align: center;
	overflow:hidden;
	width: 875px;
	height:50px;
}
#navBottom {
    width: 550px;
	margin: 15px;
	margin-left: 10%;
	margin-right: 10%;
	color:#FFFFFF;
}
#memberProfileDetailsContainer {
	padding-top: 5px;
}
#memberData th, #memberData td {
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}
#memberData th.label {
	text-align: right;
	font-weight: bold;
	width: 85px;
	padding-left: 15px;
}
#memberData td {
	width: 265px;
	padding-left: 8px;
}
#hobbies, #my2Cents {
	height: 98px;
	overflow: auto;
}
#wholePage {
	width: 875px;
	height:inherit;
	background-attachment: fixed;
	background-position: center top;
}
#centerWholePage{
	margin-left: auto;
	margin-right: auto;
	width: 875px;
	background-color:#000000;
}
div.floatContainer {
	overflow: auto;	
}
#content{
	width: 875px;
}
#content #columnOne {
	height: auto;
	width: 100px;
	.width: 100px;
	margin-right: 4px;
	margin-left: 2px;
	float:left;
	background-color:#FFFFCC;
	padding-left: 2px;
	padding-right: 2px;
	text-align:justify;	
}
#content #columnTwo {
	height: auto;
	width: 755px;
	margin-right: 2px;
	font-size:11px;
	float:left;
	background-color:#FFFFCC;
	overflow:hidden;
}
ul.miniCalendarPHP{
	list-style-type: none;
	font-size:16px;
	font-weight:bold;
}
li.miniCalendarDate{
	font-size: 14px;
	font-weight:normal;
}
li.miniCalendarData{
	font-size: 12px;
	color:#0000FF;
	font-weight: normal;
}
a:link {COLOR: #800080;}/*black text text*/
a:visited {COLOR: #800080 ;}/*purple text*/
a:active {COLOR: #800080;}/*blue text*/
a:hover {COLOR: #FF0000 ;}/*red text*/

#content #columnOne .detailTitles{
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px dotted #990000;
	padding-left:5px;
}
#content #columnOne .detailContent{
	font-size: 12px;
	font-weight: normal;
	padding-left:20px;
	margin-bottom:10px;
}
#navBottom a:link {COLOR: #FFFFFF; text-decoration: none;} /*white text*/
#navBottom a:visited {COLOR: #FFFFFF; text-decoration: none;}/*white text*/
#navBottom a:hover {COLOR: #FF0000; text-decoration: underline; }/*white text with an underline*/
#navBottom a:active {COLOR: #FFFFFF; }/*white text*/


/* css for rollover menu to list each picture album */
#menu {
  width:100px; 
  text-align:center; 
  position:relative;
  margin:2em auto;
  }
.box {
  position:relative;
  }
#menu a, #menu a:visited {
  text-decoration:none;
  background-color:#fff; 
  color:#c00; 
  display:block; 
  width:88px; 
  height:auto; 
  font-size:10px; 
  border:1px solid #fff; 
  padding:5px;
  }
* html #menu a, * html #menu a:visited {
  width:100px; 
  height:28px; 
  w\idth:88px; 
  he\ight:16px;
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  border:1px solid #000;
}
#menu a:hover span.left, 
#menu a:hover span.right {
  display:block; 
  position:absolute; 
  height:0; 
  width:0; 
  overflow:hidden; 
  border-top:8px solid #fff; 
  border-bottom:8px solid #fff; 
  }
#menu a:hover span.left {
  left:5px; 
  top:5px; 
  border-left:8px solid #c00;
  }
#menu a:hover span.right {
  left:87px; 
  top:5px; 
  border-right:8px solid #c00;
  }
* html #menu a:hover span.left, 
* html #menu a:hover span.right {
  width:8px; 
  height:16px; 
  w\idth:0; 
  he\ight:0;
  }
#menu a:hover span.lk {
  display:block; 
  position:absolute; 
  left:120px; 
  top:0; 
  padding:5px; 
  width:100px;
  background-color:#fff; 
  color:#000; 
  border:1px solid #234;
  }
/* end of css for rollover menu to list each picture album */
