body {
  background-image:		url(Images/leather.jpg);
  font:				small Arrus Blk bt;}

#allcontent {
  background:			url(Images/bgimage.png);
  background-repeat:		no-repeat;
  width:				1000px;
  margin-left:			auto;
  margin-right:			auto;
  text-align:			center;
  border:				2px solid black;}

a:link {
  color:				orange;
  text-decoration:		none;
  border:				none;}

a:visited {
  color:				orange;
  text-decoration:		none;
  border:				none;}

a:hover {
  color:				white;
  background:			#481301;
  text-decoration:		none;
  border:				none;}

a:active {
  color:				red;
  text-decoration:		none;
  border:				none;}

img {
  border:				none;}

#topbanner {
  background:			url(Images/bgbanner.png);}

#menu {
  text-align:			center;
  color:				yellow;}

#main {
  border:				double black 4px;
  background:			#d8d8d8;
  width:				650px;
  font:				110% Times;
  padding:				10px;
  text-align:			left;
  margin-top:			60px;
  margin-left:			auto;
  margin-right:			auto;}


#text {
  font:				110% Times;}

.space {
  margin-right:			65px;}

.space2 {
  margin-right:			25px;}

h2 {
  font-family:			Times;
  color:				yellow;}

#pic1 {
  float:				right;}

#pic2 {
  float:				left;
  margin:				4px;}

table {
  border:				thin solid gray;
  border-collapse:		collapse;
  width:				550px;
  margin-left:			auto;
  margin-right:			auto;
  text-align:			center;}

th {
  border:				thin solid gray;
  text-align:			left;
  vertical-align:			top;
  width:				60px;
  height:				80px;
  font:				70%, Times New Roman;}

td {
  text-indent:			10px;}

#right {
  float:				right;
  padding:				5px;}

#left {
  float:				left;
  padding:				5px;}

#credit {
  text-indent:			160px;}

