html, body {
	height: 100%;
}

#verticalexpand
{
	padding: 0px;
	float: left;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	height: auto;
	min-height: 100%;
}

body {
	background-repeat: repeat-y;
	background-image: url(/images/bitwigbg.gif);
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #474747;
}

#contentbar {
	top: 0px;
	position: relative;
	min-height: 600px;
	visibility: visible;
	margin-left: 0px;
	margin-bottom: auto;
	margin-right: 0px;
	margin-top: 0px;
	height: 100%;
	left: 167px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 145%;
	width: 500px;
	color: #cccccc;
}

#navigationbar {
	min-height: 600px;
	top: 0px;
	position: absolute;
	line-height: 0px;
	text-align: right;
	width: 167px;
	color: black;
	height: 100%;
	bottom: 0px;
}

/*html>body .navigationbar {
	min-height: 100%;
	height: auto;
}*/

a {
	text-decoration: none;
	border-width: 0px;
	color: #ff6700;
}

a:hover {
	text-decoration: underline;
}


.navbutton {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-top-color: white;
	border-top-style: solid;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.bodytext {
	top: 75px;
	position: relative;
}

.title {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 135%;
	font-size: 16px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.bottomline {
	border-color: white;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-style: solid;
}

.rightbar {
	position: fixed;
	border-width: 100px;
	left: 700px;
	top: 0px;
}

#footy {
	text-align: center;
	clear: both;
}

