body {
  margin: 0 auto;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: white;
}
a {
  color: #636465;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #f02244;
  text-decoration: underline;
}
h1  {
  color: black;
  font-family: Arial Rounded MT Bold, Verdana, Arial, Helvetica, sans-serif;
  font-size: 140%;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}
h2 {
  color: #f02244;
  font-family: Arial Rounded MT Bold, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-decoration: none;
  font-weight: 400;
}
hr {
  color: #e4e4e4;
}
hr .clear {
  color: #e4e4e4;
  clear:both;
}

.float1 {
border:2px solid #CCCCCC;
float:left;
margin-right:10px;
}
/* content starts here. */
#container {
  width: 900px;
  height: 600px;
  background: #eaeaea;
  display: block; 
  margin-left:auto;
  margin-right:auto;
}

#header {
  width: 100%;
  height: 196px;
  background: url('images/header.png');
}
#header2 {
  width: 100%;
  height: 196px;
  background: url('images/header3.png');
}
#header3 {
  width: 100%;
  height: 196px;
  background: url('images/header4.png');
}
#header4 {
  width: 100%;
  height: 196px;
  background: url('images/header5.png');
}
#headerspace {
  width: 100%;
  height: 196px;
}
#flash {
  width: 244px;
  height: 118px;
  position: relative;
  z-index: 1;
  left: 20px;
  top: 45px;
}
#content {
  width:650px;
  height: 335px;
  background: white;
  border: #cacbcb solid 1px;
  margin: 0px 0px 0px 0;
  float: left;
  padding: 6px;
  font-size: 90%;
  overflow: auto;
}
#contentupload {
  width:650px;
  height: 100%;
  background: white;
  border: #cacbcb solid 1px;
  margin: 0px 0px 0px 0;
  float: left;
  padding: 6px;
  margin: 6px;
  font-size: 90%;
}
#contentnews {
  width:870px;
  height: 335px;
  background: white;
  border: #cacbcb solid 1px;
  margin: 0px 0px 0px 7px;
  float: left;
  padding: 6px;
  font-size: 90%;
  overflow: auto;
}

#contentleft {
  float: left;
  width: 440px;
  height: 255px;
  border-right: 1px solid #cacbcb;
}
#contentleftdino {
  float: left;
  width: 340px;
  height: 255px;
}
#contentright {
  float: right;
  margin-left: 10px;
}
#contentrightdino {
  float: right;
  margin: 30px;
}

#movie {
  width: 200px;
  height: 200px;
  float: right;
  background: #eaeaea;
  border: #cacbcb solid 1px;
  text-align: center;
  vertical-align: bottom;
  padding: 5px;
}
#upload {
  width: 200px;
  height: 150px;
  float: right;
  background: url('images/uploadback.png');
  border: #cacbcb solid 1px;
  text-align: center;
  vertical-align: bottom;
  padding: 5px;
}
#small-dino {
  width: 152px;
  height: 181px;
  position: absolute;
  margin-top: 170px;
  margin-left: 550px;
}
#dino {
  width: 100px;
  height: 229px;
  float: right;
}
img {
  behavior: url(iepngfix.htc) ;
}

/*this is a nav bar...*/
#navbar {
  width: 884px;
  height: 33px;
  border: #cacbcb solid 1px;
  background: white;
  margin: 6px;
  text-align: center;
  color: #f02244;
}

.notice {
color:red;
font-weight:bold;
}

#buyimg {
  width: 80px;
  height: 33px;
  background: yellow;
  float:right;
}
#navbar a {
  color: black;
  font-family: Arial Rounded MT Bold, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-decoration: none;
}
#navbar a:hover {
  color: #f02244;
}
#navbar p {
  margin-top: 0px;
}
#navbar img {
  margin:0px 0 0 20px;
  padding:0 0 0 0px;
  border:0;
}
#news {
  width: 190px;
  height: 355px;
  margin: 0 6px 6px 0;
  float: left;
}
#newsinsert {
  width: 215px;
  height: 347px;
  margin: 0 6px 6px 6px;
  overflow: auto;
  float: left;
}
#news p {
  margin: 0;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
}
.datestamp {
	font-size: 80%;
	color: gray;
}
#news .date {
  color: #f02244;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0;
  font-weight: bold;
}
#news a {
  color: #636465;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
#news a:hover {
  color: #f02244;
  text-decoration: underline;
}

/*aditional  classes*/

.images {
margin-right:10px;
}