html, body {
	margin: 0px;
	height: 100%;
	background-repeat: repeat-x;
	background-color: #3f7eb3;
	font-family: 'lucida grande', 'myriad pro', sans-serif, verdana, 'helvetica neue', helvetica, arial;
	font-size: 14px;
	color: #404040;
}

#Container {
	width: 722px;
	margin: 0 auto;
}

#Banner {
	width: 722px;
	height: 156px;
}

#InnerContainer {
	background-image: url(../images/background.png);
	position: relative;
	height: 650px;
	;
}

#Navigation {
	margin: 0 auto;
	padding: 0px;
	width: 650px;
	height: 23px;
	background-image: url('../images/navigationbg.png');
	background-repeat: repeat-x;
}

#Navigation ul {
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#Navigation ul li {
	margin-top: 1px;
	height: 21px;
	list-style: none;
	float: left;
}

#Navigation a {
	vertical-align: top;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: .1em;
	color: #616161;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

#Navigation ul li:hover {
	background-color: #bbb;
}

#Content {
	margin: 0 auto;
	width: 630px;
	margin-top: 10px;
}

#Content a:link,#Content a:visited,#Content a:active {	
	color: #3f7db2;
	text-decoration: none;
}

#Content a:hover {
	color: #264763;
	text-decoration: underline;
}

#Footer {
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	top: 0px;
}

#Credits {
	padding-top: 5px;
	margin: 0 auto;
	margin-bottom: 5px;
	width: 722px;
	text-align: center;
	font-size: 9pt;
	color: #fff;
}

#Credits a {
	font-size: 9pt;
	color: #fff;
	text-decoration: none;
}

#Credits a:hover {
	color: #ccc;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

h1 {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

img {
	border: none;
}

.code {
	border: #999999 1px dotted;
	width: 618px;
	margin-bottom: 15px;
}

