#loading{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 261px;
	height: 365px;
	background-color: #030303;
	background-image: url(../images/bground.jpg);
	z-index: 90;
	background-repeat: repeat-x;
}

#text_box{
	top: 4px;
	position: relative;
	left: 6px;
	width: 780px;
	height: 305px;
	border: thin solid #628B6D;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	padding: 3px 6px 3px 5px;
	z-index: 1;
	background-color: #BDB6A3;
}
#home_content a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#home_content a:active{
	color: #FF0000;
	text-decoration: none;
		font-size: 14px;
	font-weight: bold;
}
#home_content a:hover{
	color: #333333;
	text-decoration: none;
		font-size: 14px;
	font-weight: bold;
}
#home_content a:visited{
	color: #FFFFFF;
	text-decoration: none;
		font-size: 14px;
	font-weight: bold;
}

#right_column{
	position: relative;
	width: 175px;
	float: left;
	top: 0px;
	height: 300px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #628B6D;
	padding-top: 3px;
	border: 1px solid #FFFFFF;
	z-index: 1;
	left: 10px;
	padding-left: 5px;
}
#right_column a:link{
	color: #FFFFFF;
}
#right_column a:visited{
	color: #FFFFFF;
}
#right_column a:hover{
	color: #FFFF00;
}
#right_column a:active{
	color: #FF0000;
}

#home_content{
	width: 590px;
	position: relative;
	float: left;
	overflow: auto;
	top: 0px;
}
