/* information: tank, web design, css and html design */
   
/* default styles */
*{ margin: 0; padding: 0; }
body { font: .8em Arial, helvetica, Sans-Serif; line-height: 1.6em; background: #000000; color: #2d2d2d; font-weight:100;  }
a { color: #17818c; background: inherit;  text-decoration:none;}
#mid a, #right a { border-bottom: 1px dotted #000000; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; font-size:13px; line-height: 1.6em; }
h1 {text-decoration: none; font: normal 2.8em  Helvetica, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 5px 0; margin: 0; }
h2 {  margin: 0; padding: 0; font: bold 20px   "Trebuchet MS", Helvetica, Sans-Serif;  color: #A79B51; text-decoration: none;}
h3 {text-decoration: none; margin: 0; padding: 0; line-height: 25px; font: bold 16px  "Trebuchet MS", helvetica, Sans-Serif;  color: #00749a; text-decoration: none;}
h1 a, h2 a {text-decoration: none; color: #000; background: inherit; text-decoration: none; }
h5 {text-decoration: none; margin: 0 0 5px 0; font-size:14px; line-height: 1.6em; font-weight:bold; color: #17889c; font:Georgia, "Times New Roman", Times, serif; }
img { border: 0; }

/* layout */
#wrap {margin: 0 auto; width: 1280px; height:inherit; background-color:#000000 ; }
#content { margin: 0 auto; width: 1280px; height:960px;  background: #000000 url("image/front page/index.png") no-repeat;}
#header {
	padding: 0px 0 0 0;
	color: #000000;
	margin-left:0;
	margin: 0px 0 0 0;
	height:550px;
	}

/* main horizontal menu */
#tablist{  margin: 0 0 0 0;  } 
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 1px 1px 0 0;
		padding: 4px 15px;
		border: none;
		font-weight: inherit;
		font-size: 24px;
		color: #bcbec0;
	}
	#tablist li a:hover{
		border: none;
		background: none;
		color:#fff;
	
 

