.frontPanel {
	width:338px;
	height:318px;
	border: 1px solid #1d3050;
}
.frontPanel .logoPanel {
	height: 150px;
	border:1px solid #1d3050;
}
.frontPanel .bottomPanel {
	height: 163px;
	background-color: #1c3050;
	background-image:url(../images/bg_frontpanel.jpg);
	background-repeat:repeat-x;
	padding: 0 5px 5px 10px;
	
}
.frontPanel .bottomPanel p {margin:0px; color:#ffffff;}
.fryinglogo {
	margin-top: 34px;
}
.frontPanel .bottomPanel h1 {
	margin-top: 0;
	margin-bottom:5px;
	text-align: left;
	color: #ffffff;
	font-family: verdana;
	font-weight: normal;
	font-size: 17px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000066;
	text-transform: uppercase;
	margin-right: 25px;
}
.frontPanel .bottomPanel ul {
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 1em; 
}
.frontPanel .bottomPanel li { 
	background-image: url(../images/arrow.gif); 
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	padding-bottom: 6px;
}
.frontPanel .bottomPanel li a {
	color: #ffd800;
}