html,body
{
	background:#fff;
	font-family:Times, "Times New Roman", serif;
	font-size:100%;
	margin:0;
	padding:0;
}

#head
{
	background:#fff;
	display:block;
	height:100px;
	text-align:center;
}

#wrap
{
	margin:0 auto;
	width:900px;
}

.title
{
	color:#000;
	text-align:center;
}

#indexhorinavbar1
{
	border:none;
	font-size:90%;
	height:30px;
	list-style-type:none;
	margin:0 auto;
	padding-bottom:10px;
	padding-right:30px;
	padding-top:10px;
	width:195px;
}

#indexhorinavbar1 li
{
	border:4px solid;
	border-color:#a9a9a9 silver #d5d5d5 #eaeaea;
	float:left;
	width:auto;
}

#indexhorinavbar1 a
{
	background:#fffeff;
	color:#0093cf;
	display:block;
	float:left;
	padding:4px 5px;
	text-align:center;
	text-decoration:none;
	width:auto;
}

#indexhorinavbar1 a:hover
{
	background:#0093cf;
	border-top-color:#ececec;
	color:#fffeff;
}

#bottom_container
{
	clear:both;
	float:left;
	width:100%;
}

#left_column
{
	float:left;
	height:auto;
	padding-top:5px;
	width:49%;
}

#right_column_inside
{
	height:auto;
	width:auto;
}

#contact
{
	color:gray;
	font-size:100%;
	padding-left:10%;
	padding-top:15px;
}

#right_column
{
	float:right;
	height:auto;
	padding-top:5px;
	width:49%;
}

.index
{
	display:list-item;
	font-family:Times, "Times New Roman", serif;
	font-size:100%;
	font-weight:700;
	list-style-type:none;
	padding-top:10px;
}

.index li
{
	font-style:normal;
	font-weight:400;
	list-style-type:none;
}

.index ul
{
	font-weight:400;
	list-style-type:none;
}

.index ul li
{
	font-style:normal;
	font-weight:400;
	list-style-type:none;
}

#footer
{
	clear:both;
	text-align:center;
}