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

* { 
margin:0; padding:0; 
}

html, body {
	height: 100%;
	background-color: #111111;
}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 150px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 130px;
	clear:both;
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	text-align:center;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}


/*-----------------------------------*/

#header { 
	height:125px;
	background-image:url(images/header.png);
	background-repeat:repeat-x;
	top:0px
}

#headerbox { 
	height:125px;
	top:0px;
	width:1000px;
	margin:auto;
}

#menu { 
	height:50px;
	top:42px;
	padding-left:350px;
	width:1000px;
	margin:auto;
	position:absolute;
}




#menu ul li {
	margin: 0 0 0 20px; 
	display: block; 
	padding: 0 0 0 4px; 
	float: left; 
	text-align: left; 
	border-left: 2px solid #464646;
}
#menu ul li a {
	color : #bbb; 
	text-decoration : none; 
	font-weight: bold;  
	border-style:none;
	font-size:14px;
}
#menu ul li a:hover { 
	color : #464646; 
}
#menu ul li. a:active { 
	color : #464646;
}

.navi_big {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#bbbbbb;
	text-decoration:none
}
.navi_smal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	font-weight:;
	color:#969696;
	text-decoration:none
}





#logo { 
	height:50px;
	padding-left:26px;
	padding-top:26px;
}

#world { 
	height:125px;
	top:0px;
	margin-left:500px;
	position:absolute;
}

#border { 
	height:250px;
	width:1000px;
	background-image:url(images/border.png);
	position: relative;
	margin:auto;
	top:-40px;
	text-align:center;
	text-decoration:none;
}

#image { 
	height:200px;
	width:880px;
	position: relative;
	margin:auto;
	top:19px	
}

#cbox1 {
	height:600px;
}

#cbox2 { 
	height: auto;
	width:1000px;
	margin:auto;
	
}

#row1 {
	
}

#row2 {
	float:left;
	width:50%;
	margin-left:60px;
}

#row3 {
	float:right;
	width:30%;
	margin-right:60px;
}

#row4 {
	float:left;
	width:55%;
	margin-left:60px;
}

#row5 {
	float:right;
	width:30%;
	margin-right:60px;
}

#footerbox {
	height:60px;
	width:1000px;
	margin:auto;
	text-align:center;
	margin-top:20px;
	vertical-align:middle;
} 

#txt {
	margin-left:250px;
	position:absolute;
}

#gm {
	margin-left:400px;
	position:absolute;
}

#fb {margin-left:500px;
	position:absolute;
}

#ut {margin-left:600px;
	position:absolute;
}

#rss {margin-left:700px;
	position:absolute;
}



.about_text {
	font-size:14px;
	text-align:left;
	color:#999;
	font-family:Arial, trebuchet ms, Helvetica;
	text-decoration:none;
}

.foot{
	font-family:Arial, trebuchet ms, Helvetica;
	font-size:14px;
	text-align:center;
	font-weight:;
	color:#999;
	text-decoration:none;
	padding-top:25px;
}

.foot2 {
	font-family:Arial, trebuchet ms, Helvetica;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-weight:;
	color:#999;
	text-decoration:none;
	
}

.disclaimer_text {
	font-family:Arial, trebuchet ms, Helvetica;
	font-size:12px;
	text-align:left;
	color:#999;
	text-decoration:none;
}


