/* CSS (C) BELLonline 2006 */

html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 75%;
	color: #333;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	color: #ddd;
	font-size: 24px;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336633;
	margin: 10px;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	margin: 10px;
}
h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 10px;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 10px;
}

h6 {
	font-size: 12px;
	color: #990000;
	margin: 10px;
	margin-left: 1px;
}
p {
	margin: 10px;
}
a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
code {
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	line-height: 120%;
}
input, textarea {
	border: 1px solid #000;
}
tr p {
	margin: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
table table td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table table table td {
	border: 1px solid #ccc;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table table table td input {
	width: 200px;
}
tr p i {
	display: none;
}
li {
	margin: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*#stripe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	border-bottom: 1px dashed #000;
	background-color: #9c9eb3;
	color: #000;
	text-align: right;
}*/
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 700px;
	background-color: #f1bb05;
	border-bottom: 1px dashed #000;
	z-index: 2;
}
#content {
	float: right;
	width: 600px;
	background-color: #fff;
	background-repeat: no-repeat;
	border-left: 1px dashed #000;
	border-right: 1px solid #999;
	padding: 20px;
}
.menu {
	text-align: center;
}
.menu a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.menu a:hover {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.thumb, .screenshot {
	text-align: center;
	padding: 5px;
}
.thumb img, .screenshot img {
	border: 1px solid #000;
}
.p-centre {
	text-align: center;
}