@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	border: 0;
	}
#container{
	width:1100px;
	margin:0 auto;
	background-image: url(../Images/index2.gif);
	background-repeat: no-repeat;
	height: 1100px;
	}
#topbar{
	width:auto;
	display:block;
	height:160px;
	padding-left: 595px;
	padding-top: 62px;
	}
#navbar{
	width:auto; 
	display:block; 
	height:24px;
	}

#main{
	width:auto;
	display:block;
	}
#column_left{
	width:215px;
	float:left;
	height: 270px;
	padding-top: 200px;
	padding-left: 125px;
	padding-bottom: 180px;
	}
#column_center{
	float: left;
	width: 450px;
	height: 650px;
	

}
#column_center_top{
	padding-left: 125px;
	padding-top: 70px;
	padding-right: 82px;
	padding-bottom: 10px;

}
#column_center_bottom{
	padding-right: 10px;

}
#column_right{
	width:305px;
	float:left;
	height: 650px;
	}
#column_right_top{
	padding-top: 70px;
	padding-left: 12px;

}

#column_right_bottom{
	padding-top: 30px;
	padding-left: 10px;

}

div.spacer{
	clear:both;
	height:130px;
	display:block;
}

#bottom_nav{
	width:auto;
	display:block;
	height:24px;
}

.round {
	cursor:pointer; 
	cursor:hand; 
	line-height:27px;
	height:27px;
	background:url(../Images/button.gif) no-repeat right top; 
	padding-right:30px; 
	
	display:inline-block;
}
 
.round ins { 
	background:url(../Images/button.gif) no-repeat left top; 
	height:27px;
	line-height:27px;
	display:inline-block;
	padding-left:30px;
}
 
	a.round:hover {background-position:right -155px;}
	a.round:hover ins {background-position:left -155px;}
	
