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

body{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background: #000;
	text-align: center;
	width: 900px;
	height: 100%;
	min-height: 100%;
}
#mainContainer{
	position: relative;
	width: 900px;
	margin: 0 auto;
	min-height:100%;
	background: #000;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	text-align: left;
}
#header{
	background: url(/images2/header_back.png) repeat-x;
	width: 100%;
	height: 150px;
	padding: 10px 0px 0px 0px;
	
}

#header p{
	display: none;
}	


#left_image{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images2/logo.png) no-repeat 15px 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 163px;
	height: 153px;
	z-index: 10;
}

#left_image img{

}

#menu{
	display: none;
}

#curves{
	width: 900px;
	height: 8px;
	background: url(/images2/top_curves.gif) no-repeat 0px 0px;
	font-size: 10%;
}
#left{
	position: relative;
	clear: both;
	float: left;
	width: 255px;
	height: 100%;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #99cc00;
	color: #fff;
	font-size: 120%;
}
#left b{
	font-weight: normal;
	font-size: 140%;
}
#leftBottom{
	height: 40px;
	width: 255px;
	background: #fff url(/images2/bottom_curve_left.gif) no-repeat 0px 100%;
}
#image{
	width: 255px;
	padding: 50px 0px 0px 0px;
	background: #fff url(/images2/left_back.gif) no-repeat 0px 0px;
	overflow: hidden;
}
#left img{
	display: none;
}

#main{
	width: 615px;
	margin: -170px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background: #fff url(/images2/bottom_curves.gif) no-repeat 0px 100%;;
	float: right;
}
#bar{
	display: none;
}
.box{
	display: none;
}

#main_footer{
	display: none;
}

#footer{
	clear: both;
	width: 900px;
	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: 900px;
	height: 54px;
	background: url(/images2/footer_right.gif) right no-repeat;
}
.clear{
	clear: both;
	height: 1px;
}
