﻿#body  {
    margin-left:0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container {
	background-color: rgba(103,131,103,1.00);
	height: 100%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;


	padding: :0;
}
#header {
	background-color: rgba(97,116,26,1.00);
	height: 90px;
	width: 100%;
	text-shadow: 1px 1px;
}
#head-logo{ 
     background:color: rgba(0,0,0,0);
	height: inherit;
	width: 15%;
	margin: 0px;
	padding: 0px;
	float: left;
	/* [disabled]border-bottom-right-radius: 1px; */
	
       }
#accname{
	height: inherit;
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 0px;
	color: rgba(245,237,237,1.00);
	text-shadow: 3px 3px rgba(81,44,44,1.00);
	/* [disabled]clear: none; */
	float: right;
	text-align: right;
	
}
#header-ad{
    width: inherit;
    background-color: rgba(17,62,10,1.00);
    height: auto;
}

#menubar {
	background-color: rgba(95,208,86,1);
	height:30px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	
}
#navigator-bar {
	background-color:antiquewhite;
	margin: 0px;
	padding: 0px;
	height: 800px;
	width: 18%;
	
	}

#main-content {
    height: auto;
    width: 100%;
    background-color: rgba(4,133,51,1.00);
    margin: 0px;
    padding: 0px;
    float: left;
}
#bottom_message {
	background-color: darkkhaki;
	height: inhert;
	width: 100%;
	float: left;
	left: 25px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding-left: 25px;
	}

#menubar ul {
	margin:0px;
	padding:0px;
		 
	}
 #menubar li {
    list-style-type: none;
    float: left;
    display: block;
    width: 20%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 120%;
    font-family: "微軟正黑體", "標楷體", "新細明體";
    background-color: #41942B;
	}
#menubar li a{
	text-decoration-color: none;
	color: #F9F7F7;
	text-decoration: none;
	text-shadow: 2px 2px rgba(104,103,103,1.00);
	font-style: normal;
	}
#menubar li:hover{
	background-color: rgba(44,75,18,1.00);
	
		}
#main-content-picture {
    width: 1024px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    color: rgba(34,33,33,1.00);
    background-color: rgba(114,108,108,1.00);
    padding-top: 20px;
    margin-top: 10px;
    border-radius: 20px;
    padding-bottom: 20px;
    height: 880px;
    /* [disabled]padding-right: auto; */
    padding-left: 30px;
}
.textcontent-1 {
	color: rgba(248,240,241,1.00);
	width: auto;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	height: 100%;
}
.pic1 {
	width: 25%;
	-webkit-box-shadow: 5px 5px 10px;
	box-shadow: 5px 5px 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
