div#page {
border-bottom: 1px solid #999; 
  width:900px;
  margin:0 auto;
  _margin:-24px 21%;  /* for IE */
  padding:5px;
  text-align:center;
}

div {
  text-align:center;
}

div#header {
  margin: -20px 0 0 0;
  _margin: -20px 0 0 0;  /* for IE -> top, left, x, x */
  width:900px;
  height:60px;

}

/* display all media css for members */
div#allmedia {
  border:1px solid grey;
  width:1020px;
  _width:1010px;
  margin:25px 0px 100px 280px;
  _margin:25px 0px 0px 235px;  /* for IE -> top, x, right, bottom */
  height:600px;
  _height:500px
}


div#footer {
  width:900px;
  height:30px;
   margin: -10px 0 0 0;  /* for IE -> top, x, right, bottom */
   _margin:40px 0 0 0;  /* for IE -> top, x, right, bottom */
}

/*  member info label  */
#mHeaderBox {
	border-bottom: 1px solid #999; 
	padding-bottom: 5px; 
	margin-bottom: 10px;
	background: #CCCCCC;
	clear: both;
	vertical-align:middle;
	}
	
	
/* header corners */
.roundcont {
	width: 100%;
	background-color: #eee;
	
}

.roundcont p {
	margin: 0px 1px;
}


.roundbottom {
	background: url(http://www.myhumor.com/images/br.png) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



/*   General Search Form */
.formbox {
   margin:-35px 0 -20px 600px;
  _margin:-35px 34px -20px 600px;  /* for IE -> top, x, right, bottom */
}


.input {
  color: #000000;
  background: #FFFFFF;
}

.submit input{
  color: #000;
  background: #FFFFFF;
}

.submitradio input {
  color: #000000;
  background: #eeeeee;
}


/*  logo image */

a#logo{
  display: block;
  width: 200px;
  height: 50px;
  position:relative;
  left:13px;
  top:7px;
  _left:-333px;
  _top:30px;
  text-decoration: none;
  background-color: #eeeeee;
}
a#logo img {
  display: block;
  border: 0;
}


/* Thumbnail Images for Pictures / Videos */
ul { 
  margin: 0; 
  padding: 0;
}

li { 
  display: inline;
  float: left;
  margin: 18px;
  _margin: 12px;
    width: 101px;
  height: 105px;
  _width: 101px;
  _height: 125px;
}

li a {
  display: block;
  width: 120px;
  height: 97px;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
}

li a span {
  font-size: 9px;
  position: relative;
  top: 100px;
  color: #666;
  text-transform: uppercase;
  display: block;
  text-align: center;
  width: 120px;
  overflow: hidden;
}

li a:hover span { 
  color: red; 
}




