/* put your CSS overrides in here */
body {
	background: transparent url(../images/common/brown_bg.png) repeat-y 0 0;
/*	font: 75%/1.5em Arial,Helvetica,Verdana,sans-serif; */
	font-family:arial,helvetica,clean,新細明體,sans-serif;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
  font-size:12px;
	line-height:1.231;
}

a {
	text-decoration: none;
}

#wrapper {
	background: #FFFFFF url(../images/common/body_bg.png) repeat-x 0 0;
	width: 1000px;
	margin: auto;
}

#content-wrapper {
	width: 1000px;
	/*border: 1px solid #304049;*/
	border: none;
}

#banner {
	background: transparent url(../images/common/banner_bg.png) no-repeat 20% 0;
	height: 180px;
	width: 1000px;
	top: -1px;
}

#banner h1.logo {
	padding: 0;
	position: relative;
	left: 15px;
	top: 15px;
	background: transparent url(../images/logo1.png) no-repeat;
	height: 100px;
	width: 300px;
}

#footer {
	background: #281612;
	height: 80px;
	margin: 0;
}

.meshapp {
	border: 0px solid #828F95;
}

.meshapp-header {
	background: #733503;
	color: #FFFFFF;
}

h2.meshapp-title {
	font-size: 15px;
}

.meshapp .meshapp-content {
	font-size: 13px; 
}

#navigation {
	background: #020509;
	border: none;
	margin: 0;
	padding: 0;
	height: 25px;
	width: 1000px;
	color: white;
	min-height: 30px;
	margin-bottom: 10px;
}

#navitemslist a {
	border: none;
}

#navitemslist li.selected, #navitemslist li.selected:hover, #navitemslist li.selected .sfHover,
#navitemslist li.selected a:focus, #navitemslist li.selected a:hover, #navitemslist li.selected a:active  {
    background: #733503;    
}

#navitemslist li:hover, #navitemslist li.sfHover,
#navitemslist a:focus, #navitemslist a:hover, #navitemslist a:active {
	background:     #733503;
}

table.multicol {
	margin: 0;
}

/* Google images */
table.googleimages tr td {
	padding: 0 1.0em 0.5em 1.0em;
}