
.box {
	float:left;
	width:277px;
	height:300px;
	font-size:10px;
	text-align:justify;
	margin:0 5px 30px 25px;
}
.box h1 { margin:10px 0; font-size:16px; }
.box a { text-decoration:none; }


.right_column {
	float:right;
	width:200px;
	margin-right:10px;
}


#news_frame {
	border: 1px solid #8f0633;
	width:200px;
	height:650px;
	overflow:hidden;
}
#news_frame a { text-decoration:none; }

#news_frame #title { text-align:center; margin:2px; height:26px; font-size:18px; }
#news_container { overflow:auto; height:620px; }

#news_container .news {
	background-color:#f5e6eb;
	font-size:10px;
	margin:0 auto;
	margin-bottom:10px;
	width:175px;
}
#news_container .news h2 { margin:4px 0; font-size:12px; }
#news_container .news img { width:175px; }
#news_container .news div { padding:4px; }



#news_container .banner {
	margin:0 auto;
	margin-bottom:10px;
	width:175px;
	text-align:center;
}
#news_container .banner h2 { margin:0; padding:8px 4px; font-size:12px; }




/********** user panel **********/


#user_panel {
	font-size:10px;
	margin-bottom:10px;
}
#user_panel .title {
	margin-bottom:5px;
	display:block;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
#user_panel .title:hover { text-decoration:underline; }
#user_panel a {
	text-decoration:none;
}
#user_panel a:hover {
	text-decoration:none;
}
#user_panel #logout { display:block; text-align:right; margin-top:5px; }

#user_panel #quick_login_form {
	text-align:right;
}
#user_panel #quick_login_form input[type=text],#user_panel #quick_login_form input[type=password] {
	background-color:#FFFFFF;
	width:150px;
	border:1px solid #94123d;
	margin-right:0;
}
#user_panel #quick_login_form input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#94123d;
	background-color:#FFFFFF;
	font-size:10px;
	margin-right:10px;
}
#user_panel #quick_login_form #register {
}
