html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #333;
	text-align: center;
}

#wrapper
{
	text-align: left;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#titlebox
{
  background: #333;
  width: 100%;
  border-bottom: 2px solid #ccc;
}

h1 {
	text-align: left;
	font: 2em Arial, Verdana;
	padding: 10px;
	margin-left: 25px;
	color: white;
}

h2 { /* Think*thanks */
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #666;
	padding: 10px;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

#titlebox h1 {float:left;  display: inline; width: 50%;}
#titlebox h2 {float:right; display: inline; width: 30%; text-align: right; margin-right: 20px;}

h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
	color: #fff !important;
	}

h2 a:hover {
text-decoration: underline;
}

div.clear

{

    clear : both;

    height : 1px;

    font-size : 1px;

    line-height : 1px;

}

#credits
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: white;
	border-top: 1px solid #f90;
	text-align: left;
}

#credits p
{
	padding: 5px;
}

#credits h3
{
	font-size: 1.2em;
	margin-top: 10px;
	padding: 5px;

}

.left
{
	float: left;
}


