body { 
	margin: 0%; 
	background-color: rgb(204, 255, 101); 
	background-repeat: no-repeat; 
	background-attachment: fixed;
    font-family: bankgothic, timenewroman, san-serif; 
}

#container {
    width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555;
	background-color: white;
	}
	
#content {
    width: 550px;
	margin-left: 160px;
	margin-right: auto;
	/* border: 1px solid #555; */
	background-color: white;
	padding: 20px;
	}
	
#left {
	float: left;
	width: 130px;
	padding: 10px;
	font-size: small;
}

#right {
	float: right;
	width: 130px;
	padding: 10px;
	font-size: small;
}

#header {
	background-color: white;
	background-image: url("abilogo.jpg");
	background-repeat: no-repeat;
	height: 211px;
	}

#footer {
	clear: both;
	}
	
h1 {
	text-align: center;
	}
	
p#left {
    border: 3px solid black;
}


/* special div for yin seminar */
div.yin
{
	background-color: yellow;
	color: black;
	font-size: 12pt;
	border: #462A0E 2px solid;
	padding-left: 5px;
}

div.yin:hover {
    color: white; 
    background-color: rgb(36,47,26);
}

a.yin {
	color: black;
    text-decoration: underline;
	}
	
a.yin:hover {
    color: white; 
	}