
body {
 background-color: #646D7E;
 font-size: 10pt; 
 font-family: sans-serif;
}

h1 {background-color: transparent}

h2 {background-color: transparent}


#header {
  background: #555;
  background-image: url('/background/rotate.php');
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 240px;
}

#menu {
  background-color: transparent;
  background-image: url('/background/menu_bg.gif');
  background-repeat: repeat-x;
  position: absolute;
  top: 240px;
  left: 0px;
  width: 1024px;
  height: 35px;
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
}

div#menu ul {
	background-color: transparent;
	margin: 0px 150px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 11pt;
	line-height: 35px;
	white-space: nowrap;
}

div#menu li {
	background-color: transparent;
	list-style-type: none;
	display: inline;
}

div#menu li a {
	background-color: transparent;
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}

div#menu li a:link {
    color: #FFF;
}

div#menu li a:visited {
    color: #FFF;
}

div#menu li a:hover {
    font-weight: bold;
    color: #FFF;
}

#leftcol {
  background: #646D7E;
  position: absolute;
  top: 277px;
  left: 0px;
  width: 150px;
  height: 1000px;
  white-space: wrap;
  line-height: 10px;
}

#leftcol ul {
  float: left; 
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family: sans-serif;
  font-size: 10px;
  width: 100%;
}

#leftcol li {
   	float: left;
	padding: 3px;
	background-color: transparent;
	list-style-type: none;
       width: 100%;
}

#leftcol li a {
	background-color: transparent;
	text-decoration: none;
	padding: 0px 2px;
	color: #FFF;
}

#leftcol li a:link {
    color: #B0C4DE;
}

#leftcol li a:visited {
    color: #FFF;
}

#leftcol li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #FF4500;
}

#content {
  background: #FFF;
  position: absolute;
  float: left;
  padding: 10px;
  top: 277px;
  left: 150px;
  width: 854px;
  height: 1000px;
}

#footer {
  background: #0f0;
  position: absolute;
  top: 800px;
  left: 0px;
  width: 1024px;
  height: 100px;
}