/* Body Attributes */
body {
	color: #000000;
	background-color: #ffffcc;
	margin: 3px 4%;
	font-family: "Times New Roman", Times, serif;
	background: #FFF4C6 url(images/bg11.gif);
	
}

/* Top Title Bar */
#top-container{height:110px;text-align: center;}

/* top-left within the top-container */
#top-left{float: left;width:85px;}
#top-left img{margin:4px 0px 0px 4px;border:outset 4px yellow;width:75;height:100px;}

/* top-right within the top-container */
#top-right{float:right;width:75px;}
#top-right img{margin:35px 4px 0px 0px;border-width:0px;height:27px;}

/* top-container HTML tags characteristic*/	
#top-container h1{ font-size:35px;color:#cc0000;background-color:inherit;margin:0px;}
#top-container h2{ font-size:25px;color:#0000ff;background-color:inherit;margin:0px;}

#footer {clear:both;color:#883300;background-color:inherit; text-align: center; font-size:2.5mm;line-height:3.3mm;border:0px solid #ff0000;}
hr{width:70%;background-color:#cc0000;color:#cc0000;}	
/* img styles*/
#main_img img{
	margin: 30px 30px 30px 30px;
	border-width: 2px;
	height: 100px;
	width: 100px;
	border-color: Aqua;
	
}
#par { text-align: center;
}
table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}
td {
	width: 100px;
	height: 100px;
	text-align: center;
}