html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	overflow: auto;
	background-color:#000000;
}

.rightBackground {  
	background: #000000 url(images/grasselli-background.jpg) no-repeat left top; 
}

.leftBackground {  
	background: #000000 url(images/grasselli-drawing.jpg) no-repeat right top; 
}

#mainContainer {
	position: relative;
	top: 0;
	margin: 0 auto;
	z-index: 5;
}

.body-text {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	line-height:20px;
	color: #000000;
	font-size:14px;
	font-weight: normal;
}

.header-text {
	color:#CC0000;
	font-size:24px;
	font-weight: bold;
	text-decoration:none;
}

.subheader-text {
	color: #000000;
	font-size:18px;
	font-weight: bold;
	text-decoration:none;
}

.menu-text-bold {
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
}

.menu-text-bold:link {
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
}

.menu-text-bold:visited {
	color: #FFFFFF;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
}

.menu-text-bold:hover {
	color: #FFCC00;
	font-size:14px;
	font-weight: bold;
	text-decoration:underline;
}

.caption-text {
	color:#000000;
	font-size:12px;
}

.bottom-text {
	color:#FFFFFF;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

a.bottom-text:link {
	color: #FFFFFF;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
}

a.bottom-text:visited {
	color: #FFFFFF;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
}

a.bottom-text:hover {
	color:#FFCC00;
	font-size:11px;
	text-decoration:none;
	line-height:16px;
}