@charset "utf-8";
/* CSS Document */

.topLeftPanel {
	width:262px; 
	height:160px;
}

.topMiddlePanel {
	margin-left:3px; 
	width:257px; 
	height:160px;
}

#dynImage img {
	width:257px;
	height:160px;
}

#dynImage a img {
	border:none;
}

.rightPanel {
	background-color:#ebead5;
	margin-left:5px; 
	width:255px; 
	height:400px;
}

.bottomPanel {
	background-color:#ebead5;
	margin-top:5px; 
	width:525px; 
	height:235px;
}

#feedbackContent,
#feedbackForm {
	padding:10px;
}

#feedbackContent a {
	color:black;
	font-weight:bold;
	text-decoration:none;
}

#feedbackContent a:hover {
	text-decoration:underline;
}