@charset "utf-8";
/* CSS Document */

body {
	margin-top:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#c3c3c3;
}

.container {
	position:relative;
	width:100%;
}

.central {
	position:absolute;
	top:0px;
	width:100%;
	background-color:#c3c3c3;
}

.abs {
	width:167px;
}

.abs_central {
	width:200px;
}

table {
	border-collapse:collapse;
	width:100%;
}

#tr_top {
	height:88px;
}

#tr_bottom {
	height:55px;
}

#tr_content {
	height:650px;
}

#tr_content01 {
	background-color:#FFF;
}

.space {
	width:10%;
}

.logo {
	background-image:url(../images/top_logo.png);
	width:200px;
	background-repeat:no-repeat;
	background-position:center;
}

.logo_bottom {
	background-image:url(../images/bottom_logo.png);
	width:200px;
	background-repeat:no-repeat;
	background-position:center;
}

#shad_l {
	background-image:url(../images/shad_left.png);
	background-repeat:no-repeat;
	background-position:right;	
}

#shad_r {
	background-image:url(../images/shad_right.png);
	background-repeat:no-repeat;
	background-position:left;	
}

#shad_area {
	position:relative;
}
#shad_t {
	background-image:url(../images/shad_top.png);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	top:0px;
}

#shad_cornlt {
	background-image:url(../images/corn_lt.png);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:bottom;	
}

.menu_off {
	background-image:url(../images/menu_gray.gif);
	background-repeat:repeat-x;
	width:200px;
}

.rollover a {
	display:block;
	width:200px;
	background-image:url(../images/menu_gray.gif);
	background-repeat:repeat-x;
	background-position:center;
}
.rollnot{
	display:block;
	width:200px;
	background-image:url(../images/menu_green.gif);
	background-repeat:repeat-x;
	background-position:center;	
}
.rollover a:hover {
	background-image:url(../images/menu_green.gif);
	width:200px;
	background-repeat:repeat-x;
	background-position:center;
}

.img_pos {
	background-position:center;
	padding-top:10px;
	padding-bottom:10px;
}

div{
	display:block;
}

#div_1{
	position:relative;
	background-color:#FFF;
}

#div_pad{
	padding:10px;
}

#div_m{
	float:left;
}

#div_left{
	position:absolute;

	left:50px;
	width:300px;
}

#div_right{
	position:relative;
	top:20px;
	left:450px;
	width:450px;
}

#hello {
	width:435px;
	top:0px;
	left:0px;
}

#index_hi{
	font-size:55pt;
	top:30px;
	position:absolute;
}

#index_cont{
	font-size:28pt;
	text-align:left;
	top:300px;
	width:350px;
	position:absolute;
}

#index_cont01{
	font-size:30pt;
	text-align:left;
	top:500px;
	width:500px;
	position:absolute;	
}

.bottom_menu{
	text-align:right;
	font-size:10pt;
}
.bottom_copy{
	text-align:left;
	font-size:10pt;
}

a.bottom_menu:link{
	color:#333;
	display:inline;
	text-decoration:none;
}
a.bottom_menu:active{
	color:#333;
	display:inline;
	text-decoration:none;
}
a.bottom_menu:visited{
	color:#333;
	display:inline;
	text-decoration:none;
}
a.bottom_menu:hover{
	color:#c2eb00;
	display:inline;
	text-decoration:none;
}