/* CSS Document */
body{
background-color:#000000;
}
#frame {
	width:750px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto
	}
#top_images {
	height:175px
	}
#bottom_images {
	padding-top:25px;
	height:175px;
	}
#front_link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:48px;
	text-align:center;
	color:#FFFFFF;
	}
#content {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.head {
	font-size:48px;
	color:#FFFFFF;
	text-align:center
	}
.bodytext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF
	}
.left_images {
	float:left
	}
.right_images {
	float:right
	}
img {
	border: none; 
	}
a:link {color: #ffffff; text-decoration: none; }
a:active {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:hover {color: #ffffff; font-weight:bold; text-decoration: none; }
