BODY {
	background-color: black;
	text-align: center;
	background-image: URL(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: white;
	font-family: Garamond;
}
IMG {
	border: none;
}
IMG, #frame {
	/* IE5.5+ Support for PNGs */
	behavior: URL(images/iepngfix.htc);
}
LEGEND {
	color: white;
}
A {
	color: white;
}
#enter_site {
	margin-top: 270px;
}
#live_laugh_love {
	margin-top: 75px;
}
#container {
	margin: 0 auto;
	width: 780px;
}
#frame {
	background-image: URL(images/sub_frame.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 551px;
}
#left {
	padding-top: 5px;
	margin-left: 2px;
	width: 160px;
	float: left;
}
#left_padding {
	height: 50px;
}
.clear {
	clear: both;
}
#right {
	padding-left: 15px;
	padding-top: 5px;
	width: 600px;
	float: left;
	text-align: left;
}
.largeFont {
	font-size: 22px;
}
.mediumFont {
	font-size: 18px;
}
#footer {
	color: #ccc;
	font-size: 12px;
}

H1 {
	font-size: 22px;
	font-weight: bold;
}
TABLE.admin {
	border: 1px solid white;
	border-collapse: collapse;
	width: 400px;
}
TABLE.admin TD {
	padding: 6px;
	border: 1px solid white;
}
.hidden {
	display: none;
}
.center {
	width: 100%;
	text-align: center;
}
.scrollable {
	width: 100%;
	height: 551px;
	overflow: auto;
}