#mast{
	width:100%;
	padding-bottom: 16px;
}	
	
#title {
	width : 60%;
	letter-spacing: -1px;
}

#subtitle {
	width : 650px;
	border-top: solid 2px #7BAA0F;
	font-weight: bold;
}

#notice{
	width : 550px;
	border: solid 2px #EEEEEE;
	padding: 5px;
	background-color: #DDEEDD;
	margin-bottom: 16px;
}

#menu{
	width:20%;
	float:left;
	height:100%;
}
	
#main{
	width:80%;
	float:left;
	height:100%;
}

#footer{
	padding-top: 12px;
	width:100%;
	clear:both;
	height:35px;
}
	
	
h1, h2, h3, h4 {
	margin-top: 30px;
	font-weight: normal;
	color: #228B22;
}

h1, h2 {
	width : 80%;
	border-bottom: solid 2px #7BAA0F;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}
	
h3 {
	margin-top: 30px;
	width : 60%;
}

h4 {
	font-weight: bold;
	color: black;
}

a:link, a:hover, a:active, a:visited {
	color: #1E90FF;
	text-decoration: none;
}

.item {
    font-weight: bold;
    
	}
	
table.bio{
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    margin-top: 10px;
    background-color:#ffffff;
    empty-cells:show;
}

table.annotation{
	margin-top: 10px;
	background-color: #EEffEE;
	border: 1px solid #CCFFFF;
	padding: 10px;
	width : 600px;
}

.annotation td{
	border-right: 0px solid #CCEEBB;
}

table.example{
	margin-top: 10px;
	background-color: #EEffEE;
	border: 1px solid #CCFFFF;
	padding: 10px;
	width : 600px;
}

.example td{
	width: 400px;
	border-right: 0px solid #CCEEBB;
}

.bio th{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}

.bio td{
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}

p {
	width: 80%;
}

.example{
	background: #F1F8CF;
	color:#330033;
	width: 600px;
	padding: 10px;
}
	
