* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px; }

body {
position: relative;
font-family: "Comic Sans MS", "Times New Roman", sans-serif;
color: #000000;
background-color: #ffcc55 
_width: 1000px;
min-width: 1000px;
}

#header {
  background: #cc0000;
  width: 100%;
  height: 100px }

#bodyContent {
  background: #000000;
  width: 100%;
  height: 1900px;
}
#leftcol {
  background: #000000;
  float: left;
  min-width: 120px;
  width: 12%;
  height: 1900px; }

#rightcol {
  background: #000000;
  float: right;
/*  min-width: 7em*/
  width: 12%;
  height: 1900px; }

#content {
  background: #ffcc55;
  float: left;
  min-width: 750px;
  width: 75%;
  height: 1900px; }

h1, h2, h3 {
text-align: center }

h1 {
color: #ffffff }

#header h1 {
font-size: 30px }

.menu {
list-style-type: none;
margin: 0;
padding: 8px; }

.menu a {
  display: block;
  width: 9em;
	height: 1.5em;
	font-family: "Comic Sans MS", "Times New Roman";
  font-size: 70%;
  font-weight: bold;
	background-color: #cc0000;
	text-align: center;
	color: #ffffff;
  text-decoration: none;
	margin: 2px 0; }

.menu a:link, .menu a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a; }

.menu a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a; }
