body {
	FONT-SIZE: 0.8em;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px;
	padding: 0px;
	border: 1px black solid; 
	width: 672px;
	margin-left : auto ;
	margin-right : auto ;
}

#header{
	padding: 10px;
	color: #ffccee;
	background-image:url("../images/header.gif");
	background-repeat: repeat-y;
	text-align: right;
}

#footer{
	margin: 0;
	padding: 0px;
	background-color: pink;
	text-align: right;
}

h1{
	font-size:150%;
}

table, td, tr{
	border: 0;
	padding: 0;
	margin:0;
	text-align: center;
}

table{
	table-layout: fixed;
	border-collapse: collapse;
}

td{
	width: 96px;
	height: 96px;
	font-size: 14px;
	color: white;
}

#td1{
	background-image:url("../images/tbt.gif");
}

#td2{
	background-image:url("../images/elm2.gif");
}

#td3{
	background-image:url("../images/tkg.gif");
}

#td4{
	background-image:url("../images/elm.gif");
}

#td5{
	background-image:url("../images/myk.gif");
}

#td6{
	background-image:url("../images/elm.gif");
}

#td7{
	background-image:url("../images/skr.gif");
}

table a:link    { color:white; }
table a:visited { color:white;  }
table a:hover   { color:pink;  }
table a:active  { color:white;  }

#header a:link    { color:white; text-decoration:none;}
#header a:visited { color:white;  text-decoration:none;}
#header a:hover   { color:pink;  text-decoration:none;}
#header a:active  { color:white;  text-decoration:none;}

hr{
	display: none;
}

#content{
	margin: 0px 10px 10px 10px;
}

h4{
	background-image:url("../images/h4.gif");
	background-repeat: no-repeat;
	padding: 5px 0 0 32px;
         margin:7px 0 0 0;
	height: 28px;
	color: white;
}

p{
	margin: 8px 0 16px 15px; 
         line-height: 1.3em;
}


