@charset "UTF-8";

/*
 Program: Everywhere Net Cenetr
 URL:    www.everywhere.com.tw
 E-Mail: everywhere@everywhere.com.tw
 Date:   Jun 2007
---------------------------------------------------- */

/* 整體結構
---------------------------------------------------- */
html, body, h1, h2{
    margin:0;
    padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
	background:#fff;
	text-align:left;
	margin:0;
}
#indexbody {
    margin:0;
	padding:0;
	width:100%;
}
#wrapper { 
    height: 525px;
	width:780px;
    margin:0;
    text-align: left;
    clear: both;
	background-color:#242424;
}
html>body #wrapper {
	height: auto;
}
#top {
    margin:0;
	padding:0;
	background-color:#242424;
	height:30px;
}
#header {
    width:780px;
	height:86px;
	margin:0;
	padding:0;
}
#header h1 a {
	float: left;
	height: 86px;
	width: 290px;
	background: url(../images/logo.gif);
	display:block;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#nav {
    float:right;
	width:250px;
	margin:0;
	padding:0;
}
#content {
    width:780px;
	height:311px;
	margin:0;
	padding:0;
}
#footer {
    margin:0;
	padding:0;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
	width:780px;
	height:97px;
}
#footer #left {
    font-size:12px;
	color:#ffffff;
	width:260px;
	margin:5px 0 0 0;
	float:left;
	padding:0;
}
#footer #left h1{
    font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin:0 0 0 15px;
}
#footer #left h1 b{
    font-size:12px;
	color:#00a8f9;
}
#footer #left h1 a{
    font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#footer #right {
    font-size:12px;
	color:#ffffff;
	width:470px;
	margin:5px 0 0 0;
	float:right;
	padding:0;
}
#footer #right h1{
    font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin:0 0 0 15px;
}
#footer #right h1 b{
    font-size:12px;
	color:#00a8f9;
}
#footer #right h1 a{
    font-size:12px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}