html{
	height: 100%;
	min-height: 100%;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height:100%;
	background: #000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}
#header{
	width: 100%;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
	
#header_bottom{
	display: none;
}

#left_image{
	background: url(/images2/logo.gif) no-repeat 0px 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 195px;
	height: 60px;
}

#left_image img{
	display: none;
}

#menu{
	clear: both;
	float: left;
	padding: 0px 0px 0px 15px;
	text-align: left;
	width: 100%;
}

#curves{
	display: none;
}
#left{
	display: none;
}
#left b{
	font-weight: normal;
	font-size: 140%;
}
#leftBottom{
	display: none;
}
#image{
	display: none;
}

#main{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	float: right;
}
#bar{
	display: none;
}
.box{
	float: left;
	clear: none;
	width: 198px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 0px;
	font-size: 90%;
}

#main_footer{
	display: none;
}

#footer{
	clear: both;
	width: 100%;
	height: 54px;
	background-color: #333;
	background: url(/images2/footer_left.gif) left no-repeat;
	text-align: left;
	font-size: 90%;
	color: #ccc;
}

#footer_right{
	width: 100%;
	height: 54px;
	background: url(/images2/footer_right.gif) right no-repeat;
}
.clear{
	clear: both;
	height: 1px;
}
