@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_01.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
}

#container { 
	width: 1027px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


a:link{
font-size:small;
color:#CCCC99;
text-decoration:none;
}

a:visited, a:hover, a:active{
font-size:small;
color:#66CCFF;
text-decoration:none;
}

#header {  /* 20100505修正過背景及大小問題*/
    position:relative;
    width: 1027px;
    height:122px;
	background:url(../images/index_02.jpg);
} 

#pic {
width:1027px; /* 20100505修正大小問題*/
}


#nav_up {
position:absolute;
top:67px;
right:10px;
}

.buttom {
display:inline;
margin-right:8px;
margin-left:8px;
}

#nav_up span {
display:none;}

 #sidebar1 {
	float: right; 
	width: 356px; /* since this element is floated, a width must be given */
	margin-right:35px; /* 20100505修正靠齊右邊界問題*/
	_margin-right:5px ;/* 20100505修正IE6靠齊右邊界問題*/
	margin-top:23px;
	padding:0; /* top and bottom padding create visual space within this div */
}
p,h4, #main p, #sidebar1 p {
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
}

#sidebar1 p { /* 20100505修正字體顏色問題*/
color:#666600;
}


h3 {
height:50px;
background:url(../images/h3_26.gif) no-repeat;
background-position:14px 0 ;
padding-top:30px;
padding-left:30px;
color:#CC0000;
}

h4 {
color: #CC0000;
font-size: medium;
}

h5 {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
background:#CCCC66;
width:458px;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
color:#FFFFFF;
font-size:medium;
}

ul,ol{
font-size:small;
color:#534741;
}

li{
margin-bottom:0.5em;
}


p { /* 20100505修正字體顏色問題*/
font-size:small;
color:#fff;
}

 #main {
background:#629db8;/* 主要內容背景色 */
 width:623px;
 margin-left:10px;
 padding-bottom:20px;
 margin-top:0;
 _margin-top:20px;/* IE6對齊修正 */
} 

html>body  #main{
 margin-top:10px;
}

.inner_pic {
float:right;
margin-left:10px;
margin-right:10px;
}

#inner {
margin-top:-30px;
}

#inner p {
color:#FFFFFF;
}

#inner2,#inner1 {
margin-top:-10px;
background-color:#FFFFCC;
}

#inner2 p,#inner1 p {
padding-bottom:30px;
}

#inner2 .table{
margin-left:80px;}

 #footer {  /* 20100505修正過背景及大小問題*/
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:1027px;
	height:48px;
	background:url(../images/index_34.jpg);
} 

 #footer p {
 font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 15px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer span {
margin-left:15px;
margin-right:15px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
