html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	padding-right: 0px;
}
img
{
	border-style: none;
}
table.darker
{
	background-color: #A5A6A8;
	vertical-align: middle;
	border: solid 2px black;
	border-spacing: 0px;
	padding: 0px;
	width: 100%;
}
table.darker tr
{
	height: 20px;
}
table.dark
{
	background-color: #B5B6B8;
	width: 100%;
}
table.dark tr
{
}
a:link
{
	text-decoration: none;
	color: Black;
}
a:visited
{
	text-decoration: none;
	color: Black;
}
a:hover
{
	text-decoration: underline;	
}
a.underline
{
	text-decoration: underline;
}
a.whiteHeading
{
	color: White;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
}
span.bold
{
	font-size: 11px;
	font-weight: bolder;
}
span.biggerBold
{
	font-size: 14px;
	font-weight: bolder;
}
td.greyBar
{
	background-color: #A5A6A8;
}
div.greyBar
{
	background-color: #A5A6A8;
	padding: 3px 3px 3px 6px;
	font-weight: bold;
}
textarea
{
	font-family: Arial;
	font-size: 12px;
}
textarea.small
{
	font-family: Arial;
	font-size: 12px;
}
select
{
	font-family: Arial;
	font-size: 12px;
}
select.small
{
	font-size: 10px;
}
input
{
	font-family: Arial;
	font-size: 12px;
}
input.small
{
	font-family: Arial;
	font-size: 12px;
}
input.roundedButton
{
	width: 62px;
	height: 41px;
}
input.bigRoundedButton
{
	width: 90px;
	height: 41px;
}
input.tallRoundedButton
{
	width: 62px;
	height: 41px;
}
.longRoundedButton
{
	width: 116px;
	height: 41px;
}





#all
{
	min-height: 100%;
	min-width: 700px;
	position: relative;
}
#header
{

}
#title
{
	background-image: url("images/white-space.png");
}
#bar
{
	background-image: url("images/buttons-bar-repeater.png");

	height: 27px;
	clear: both;
}
#grad
{
	position: absolute;
	top: 0px;
	margin-top: 128px;
	bottom: 0px;
	
	width: 100%;
	z-index: -10;

	/* IE-only gradient */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=darkgray);

	/* simulated gradient for other browsers */
	background-image: url("images/gradient.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
#main
{
	margin-top: 3px;
	padding-bottom: 49px;
	
	/* this fixed a bug with rendering the divs */
	border: solid 1px transparent;
}
#nav
{
	float: left;
}
#center
{
	margin-top: 15px;
	margin-left: 185px;
	margin-right: 237px;
	
	min-height: 300px;

	font-family: Arial;
	font-size: 11px;
	text-align: justify;
}
#right
{
	float: right;
	margin-top: 35px;
	margin-right: 25px;
}
#footer
{
	background-image: url("images/footer-repeater.png");
	background-repeat: repeat-x;
	background-position: bottom;

	width: 100%;
	position: absolute;
	bottom: 0;
	clear: both;
	
	z-index: -1;

	height: 98px;
}
#footerRight
{
	background-image: url("images/footer.png");
	background-repeat: no-repeat;
	width: 380px;
	height: 49px;
	float: right;
	z-index: 2;

	position: absolute;
	bottom: 0px;
	right: 0px;
}
#footerPic
{
	background-image: url("images/footer-right.png");
	background-repeat: no-repeat;
	width: 120px;
	height: 98px;
	float: right;
	z-index: 3;

	position: absolute;
	bottom: 0px;
	right: 0px;
}
#forum
{
	margin-left: 50px;
	margin-right: 50px;
	
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
}
<!--[if lt IE 7]>
#all
{
	height:100%;
	
}
<![endif]-->