#container { overflow: hidden;}
/*  指定到页面menu的背景色 */
li#about { background-color: #ffcb01; padding: 5px 0 !important; padding: 0;}

#container-right-top { height: 50px; background-color:#ffcb01; color: #FFFFFF; font-size:40px;}

p.aboutTitle { text-align: left; margin-left: 20px; font-family:"Century Gothic";}

#president, #executive, #constitution { background-color: #2f2f2f; color: #FFFFFF; font-size:22px; text-align: left;}
span.president, span.executive, span.constitution { margin-left: 20px;}
span.presidentTop { font-size:14px; margin-left: 373px;}
span.executiveTop { font-size:14px; margin-left: 416px;}
span.constitutionTop { font-size:14px; margin-left: 507px;}
a.top:link, a.top:visited { text-decoration: none; color:#FFFFFF;}
a.top:hover { color: #ffcb01;}

p.desc { margin-left: 15px; margin-top: 15px; margin-bottom: 5px; margin-right: 20px; text-align: left;}
#desc { font-size:12px;}
#desc-top-left { float:left; width: 180px;}
#desc-top-right { float: left; width: 540px;}
p.president-desc { text-align: left; margin-top: 15px; margin-right: 20px;}
img.president { margin-top: 5px;}
p.name {  font-style:italic; margin-bottom: 5px;}
span.name { background-color: #f9f9f9;}
.line { margin-top:15px; width: 140px;}
p.desc-bottom { text-align: left; margin-left: 20px; margin-right: 20px;}
span.desc-bottom { text-align: left; display: block; margin-left: 20px; margin-right: 20px;}
p.president-desc2 { text-align: left; margin-left: 20px; margin-top: 15px; margin-bottom: 10px; margin-right: 20px;}
p.signature { text-align: left; margin-left: 20px;}
p#signature { margin-bottom: 10px;}

table.executive, table.constitution { margin-left: 20px;}
table.executive td { text-align: left;}
td#executiveLeft, td.contitle { font-weight: bold;}
.dinner { text-align: center;}
table.sub-committees { margin-right: 90px;}
table.constitution td { text-align: left;}
/* CSS Document */

td.post_name { font-weight: bold;}
table.executive img { padding-top: 5px;}

/* 5.25修改 */
#container-left, #container-right
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#container-left, #container-right
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#container-left:before, #container-right:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}