
* { margin: 0; padding: 0;}

.clearhack {
  clear: both;
}

/* Main layout */

html {
  background-color: #ffffff;
  text-align: center;
	font-size: 62.5%;
  font-family: Arial, serif;
  line-height: 1.3;
  color: #333333;
}

body {
	width: 744px;
	margin: 0 auto;
  text-align: left;
  font-size: 1.6em;
}

div.header {
  width: 100%;
  font-size: 30px;
  padding: 1em 0;
  text-align: center;
  border-bottom: 2px solid #888888;
	text-align: left;
	vertical-align: middle;
	line-height: 1;
}

div.header img {
	vertical-align: middle;
	margin-right: 1em;
	float: left;
}

div.header a {
	text-decoration: none;
	color: black;
}

div.footer {
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  text-align: center;
  clear: both;
	font-size: 0.8em;
  border-top: 2px solid #888888;
}

div.container {
  width: 600px;
  float: right;
  text-align: left;
  margin: 0.5em 0;
}

/* Defaults */

h1, h2, h3, h4, h5, h6 {
  width: 100%;
	font-size: 120%;
	margin-bottom: 0.5em;
}

p {
  margin-bottom: 1em;
}

ul, ol {
	/*list-style-position: inside;*/
	margin: 0.5em 0;
	margin-left: 1em;
}

a, a:link, a:visited, a:hover, a:active {
}

a:visited {
}

a:hover {
  color: #000000;
}

/* Elements */

.textbox {
	background-color: #ffffaa;
	border: 2px solid #999999;
	padding: 1em;
	text-align: center;
	margin-bottom: 0.5em;
  width: 50%;
  height: 60px;
  float: right;
  font-size: 20px;
}

/* Menu */

ul#menu {
  width: 120px;
  float: left;
  margin: 0.5em 0;
}

ul#menu li {
	list-style: none;
	display: block;
	width: 100%;
	padding: 0.5em 0;
	border-top: none;
	text-align: center;
	margin-bottom: 1em;
	background-color: #eeeeee;
}

ul#menu li.last {
	margin-right: 0;
}
body.frontpage ul#menu li.frontpage,
body.features ul#menu li.features,
body.use_static ul#menu li.use_static,
body.use_dynamic ul#menu li.use_dynamic,
body.download ul#menu li.download,
body.feedback ul#menu li.feedback
{
	background-color: #cccccc;
}

ul#menu li:hover {
	background-color: #f7f7f7;
}

ul#menu a, ul#menu a:link, ul#menu a:visited, ul#menu a:hover, ul#menu a:active {
	color: #000033;
	/*text-decoration: none;*/
}

ul#menu a:hover {
	color: #666633;
}
