﻿body 
{
  background-color: #ffffcc;
  color: #003399;
  text-align: center;
  font-family: Verdana, Sans-Serif;
  font-size: smaller;
}

pre, code
{
	font-size: 1em;

}
 
h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.25em;
}
h3
{
	font-size: 1.15em;
}

#content
{
  text-align: left;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 1px #3366cc;
  border-right: solid 1px #3366cc;
}
#header
{
  height: 75px;
  background-image: url('images/header.gif');
  background-repeat: no-repeat;
}
#header a
{
  float: right;
}
#header h1, #header p
{
  display: none;
}

#menu
{
  width: 100px;
  float: left;
  padding: 1em;
}
#menu ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu a
{
  color: #003399;
}

#menu hr
{
  color: #003399;
}

#main
{
  margin-left: 110px;
  padding: 1em;
}
#footer
{
  clear: both;
  font-size: smaller;
  text-align: right;
  background-color: #3366CC;
  color: White;
  padding: 1em;
  line-height: 1px;
}
#footer img
{
  float: right;
}

.designblock, .codeblock
{
	width: 525px;
	border: solid 1px gray;
	background-color: White;
	padding: 15px;
	overflow:auto;
}

.resultblock
{
	width: 525px;
	border: solid 1px gray;
	background-color: #CCCCCC;
	padding: 15px;
}

#main .left
{
 width:260px;
 float: right;
}

#main .right
{
  width: 260px;
  float:right;
}
