body {
  background-color: #000066;
  margin: 0px;
  padding: 0px;
  height: 100%;
  color: black;
  font-family: sans-serif;
  font-size: 10pt;
}

div#main {
  background-color: white;
  background-image:url('/images/ice_cubes.jpg');
  background-repeat:repeat-x;
  height: 100%;
  margin: 0px;
  padding-left: 100px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 0px;
}

div#inner_main {
  margin: 0px;
  padding-bottom: 50px;
}

div#top_shim {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: right;
}

div#top_block {
  background-image:url('/images/topblue.png');
  background-repeat:repeat-x;
  height: 80px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div#bottom_block {
  background-image:url('/images/bottomblue.png');
  background-repeat:repeat-x;
  height: 80px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both;
}

div#bottom_shim {
  background-color: white;
  height: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

div#right_ads {
  height: 600px;
  float: right;
  margin: 0px;
  padding-left: 50px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

img#frigidcode_logo {
  position: absolute;
  top: 20px;
  left: 50px;
}

p {
	font-size: 10pt;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
}

a {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: none;
}

a img {
	border-style: none;
}

.code {
  font-family: monospace;
}

div.code {
  background-color: black;
  color: white;
  white-space: pre-wrap;
  width: 84ex;
  padding: 2ex;
  margin-left: 3ex;
}