@charset "UTF-8";
body {
	background: #7A5D8C;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #F0C62E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF33;
}
.smaller {
	font-size: 10pt;
	text-align: center;
}
.container {
	background: url(../images/kelly_card_bg.gif) repeat-y;
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.rightpanel {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 338px;
	width: 167px;
}
.flashcontainer {
	background: url(../images/kelly_card_flash.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 338px;
	width: 269px;
}
.albuminfo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 338px;
	width: 436px;
}
.spacer {
	clear: both;
}
.contentholder {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	height:auto;
	display:block;
	overflow:hidden;
}
.footer {
	color: #FFFFFF;
	background: #990000;
	text-align: center;
	height: 35px;
	width: 750px;
	margin: 40px auto 20px;
	line-height: 30px;
}
.player {
	height: 30px;
	width: 370px;
	position: absolute;
	top: 75px;
	text-align: right;
	left: 50%;
}
.jumpmneu {
	height: 30px;
	width: 350px;
	position: absolute;
	top: 85px;
	text-align: left;
	right: 50%;
	padding-left: 50px;
}

.messagebox {
	background: #DA479F;
	padding: 5px 10px;
	float: left;
	height: 165px;
	width: 341px;
	border: 2px solid #FFFFFF;
	overflow: auto;
	color: #FFFFFF;
}
.linksbox {
	float: right;
	height: 190px;
	width: 341px;
}
.formCont {
	width: 620px;
	padding: 8px;
	border: 1px solid #FF9933;
	font-size: 12pt;
	background: #DF5818;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	line-height: 12pt;
	margin-top: 5px;
}

.mini {
	font-size:11px;
}

