html {
	height: 100%;
	background: #000000;
}
body {
    background: #000000;
}
/*navigation*/

/*navigation top*/
#nav_top {
	background-color: #000000;
	height: 15px;
	/*padding-top: 5px;*/
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #696969;
}
#nav_top a {
	text-decoration: none;
	color: #696969;
	font-size: 10px;
}
#nav_top a:hover {
	text-decoration: underline;
	color: #ff6633;
	font-size: 10px;
}
/*end navigation top*/
#nav_hr {
	/*background: #000000 url(images/nav_hr.png) top no-repeat;*/
	background: #000000 url(images/footer_hr.png) top no-repeat;
	height: 1px;
	width: 200px;
	padding-top: 5px;
	margin-top: 0px;
}
/*navigation pro*/
#nav_pro {
	background-color: #000000;
	height: 394px;
	padding: 0px;
	text-align: justify;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #696969;
}

/*end navigation pro*/

/*navigation footer*/
#nav_footer {
	/*background: #000000 url(images/title_footer_bg.png) top repeat-y;*/
	height: 15px;
	padding: 5px;
	text-align: right;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #696969;
}
#nav_footer a {
	text-decoration: none;
	color: #696969;
	font-size: 10px;
}
#nav_footer a:hover {
	text-decoration: underline;
	color: #ff6633;
	font-size: 10px;
}
/*end navigation_footer*/

/*end navigation*/

/*right_title*/

#right_title {
	/*background: #000000 url(images/right_title.gif) top no-repeat;*/
	color: #F6F6F6;
	padding: 0px;
	margin-top: 19px;
	text-align: center;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 15px;
}
/*end right_title*/
/*right_text*/
#right_text {
	padding-top: 35px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #505050;
}
#right_text a:link {
	text-decoration: none; 
	color: #505050;
	font-size: 10px;
} 
#right_text a:visited {
	text-decoration: none; 
	color: #505050;
	font-size: 10px;
} 
#right_text a:active {
	text-decoration: underline; 
	color: #d3d3d3;
	font-size: 10px;
} 
#right_text a:hover {
	text-decoration: underline; 
	color:#ff6633;
	font-size: 10px;
}

/*end right_text*/
/*right_table*/
#right_table {
	padding-top: 35px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #505050;
	/*z-index: 3;*/
	position: relative;
}
#right_table img{
	border: 0;
}
#right_table a:link {
	text-decoration: none; 
	color: #505050;
	font-size: 10px;
} 
#right_table a:visited {
	text-decoration: none; 
	color: #505050;
	font-size: 10px;
} 
#right_table a:active {
	text-decoration: underline; 
	color: #d3d3d3;
	font-size: 10px;
} 
#right_table a:hover {
	text-decoration: underline; 
	color:#ff6633;
	font-size: 10px;
}
/*border*/
#border {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  position: absolute;
  /*z-index: 3;*/
}
#border img {
  margin-left: 500px;
  margin-top: 410px;
  padding: 0px;
  position: absolute;
  /*z-index: 3;*/
  border: 0;
  height: 60px;
  width: 60px;
}
/*end border*/

/*end right_table*/

/*footer*/
#footer_hr {
	background: #000000 url(images/footer_hr.png) top no-repeat;
	height: 1px;
	width: 200px;
	padding: 0px;
}
#footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 5px;
	vertical-align: center;
	text-align: right;
	font-size: 10px;
	color: #505050;
	float: right;
	position: relative;
}
#footer a:link {
	text-decoration: none; 
	color: #505050;
} 
#footer a:visited {
	text-decoration: none; 
	color: #505050;
} 
#footer a:active {
	text-decoration: underline; 
	color: #d3d3d3;
} 
#footer a:hover {
	text-decoration: underline; 
	color:#ff6633;
}
/*end footer*/

/*navi title
#navi_title {
	padding: 15px;
	text-align: justify;
	font-size: 16px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #505050;
}
end navi title*/

/*navi*/
#navi {
	padding: 0px;
	text-align: justify;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #505050;
	height: 394;
}
#navi img {
	padding: 0px;
	border: 0;
	height: 394;
}
/*end navi*/

/*slider*/
.boxgrid { 
  width: 150px; 
	height: 150px; 
	margin-top: 0px; 
	float:left;
	background:#000000; 
	border: solid 2px #505050; 
	overflow: hidden;
	position: relative; 
}
.boxgrid img{ 
  position: absolute;
	float: left;
	height: 150px;
	width: 150px;
	top: 0; 
	left: 0; 
	border: 0; 
}

.boxgrid p{ 
	padding: 0 10px; 
	font-size: 10px;
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  color: #696969; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.captionfull .boxcaption {
	top: 35;
	left: 160;
}
.caption .boxcaption {
	top: 35;
	left: 160;
}
/*end slider*/