body {
    background-color : #CCCCCC ;
		margin : 2px ; 
		padding : 2px ;
}
#b {
		text-align : center ;
}
#main {
		width : 773 ;
		height : 540 ;
		border : solid #333333 1px ;
    background-color : #FFEEDD ;
		background-image : url("../image/background.jpg") ;
    background-repeat : no-repeat ;
    font-family : Trebuchet MS, Verdana, Helvetica, sans-serif ;
}
#main.homepage {
		background-image : url("../image/backgroundh.jpg") ;
}
#main .lhs {
    width : 113 ;
}

#menu {
		border-bottom : solid black 1px ;
		padding-left : 100px ;
}
.homepage #menu {
		padding-left : 213px ;
}
#menu ul {
		margin: 0 ;
		padding: 0 ;
		list-style-type: none ;
}
#menu span, #menu li {
    font-size : 10pt ;
		padding-left : 2em ;
		display : inline ;
}
#menu span.current, #menu li.current {
    font-weight : bold ;
}
#menu a {
		color : black ;
}
#menu a:link, #menu a:visited, #menu a:active {
    text-decoration : none ;
}
#menu a:hover {
    text-decoration : underline overline ;
		background : #AACCEE ;
}

#content {
    font-family : Palatino Linotype, Garamond, serif ;
		font-size : 11pt ;
    line-height : 1.3em ;
		padding : 2.0em 1em 0.5em 28px ;	
		height : 100% ;
		vertical-align : top ;
}
.homepage #content {
		padding : 4em 0em 3em 0em ;	
    text-align : center ;
}
#content h1 {
	 	font-size : 16pt ;
	 	font-weight : bold ;
		margin : .2em 0 ;
}
#content h2 {
		font-size : 12pt ;
		margin : .2em 0 ;
}
#content h3 {
		font-size : 10pt ;
		margin : .1em 0 ;
}
#content p {
		padding-left : 2em ;
}
#content p.back {
		text-align : right ;
		padding-right : 3em ;
		font-style : italic ; 
}
#content img {
		border : solid black 1px ;
		margin : 0.5em ;
}
.homepage #content img {
		border : none ;
}
#content li {
		margin-left : 2em ;
}

.people #content td.left {
		text-align : right ;
}
.people #content td.right  {
		text-align : left ;
}
.people #content img {
		width : 60 ;
		height : 60 ;
		margin : 0.2em ;
}
.people #content td.left img {
		float : right ;
		margin-left : 1em ;
}
.people #content td.right img  {
		float : left ;
		margin-right : 1em ;
}

#footer {
		padding : 0.5em 0.5em 0.5em 0.5em ;	
}
.homepage #footer {
		padding-left : 118px ;
}
#footer, #footer a, #images a {
		font-size : 8pt ;
		color : #998877 ;
}

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