/******* /LOGO  *******/
/******* FORM *******/
#shoutbox{
	float: 					right;
	background: 			#d81921;
	width:					200px;
	margin:					55px 
							0;
}
#shoutbox h1{
	background:				#fff;
	border-left:			1px 
							solid 
							#243298;
	border-top:				1px 
							solid 
							#243298;
	color:					#243298;
	font-size:				16px;
	font-variant:			small-caps;
	font-weight:			700;
	padding:				8px 5px;
	text-align:				right
}
#form table{
	margin: 				5px 
							auto;
}
#form input{
	background:				#FFF;
	padding:				5px;
	width:					175px;
}
#form input.text{
	font-weight: 			normal;
	margin-bottom: 			5px;
	text-align: 			left;
}
#form input.text.user{
	font-weight: 			bold;
}
#form input#submit{
	background:				#3a3a3a;
	border:					0;
	color:					#FFF;
	font-size:				13px;
	font-variant:			small-caps;
	font-weight:			700;
	width:					185px;
	height: 				30px;
}
/******* /FORM *******/
/******* MENU *******/
#container{
	margin: 				10px 
							auto;
	width: 					183px;
}
/******* /MENU *******/
/******* CONTENT *******/
.content{
	margin: 				0 
							auto;
	background: 			#efefef;
	background: 			#fff;
	text-align: 			left;
	padding: 				10px;
	padding-bottom: 		20px;
	font-size: 				11px;
}
#container ul{
	list-style: 			none;
}
#container ul li{
	border-bottom:			1px 
							dotted 
							#3a3a3a;
}
.content h2{
	color:					#243298;
	font-size:				14px;
	font-variant:			small-caps;
	font-weight:			700;
	margin:					5px 
							0;
	border-bottom:			1px 
							solid 
							#243298;
}
.date{
	font-weight: 			normal;
	font-size: 				9px;
	color: 					#aeaeae;
}
/******* /CONTENT *******/
/******* LOADING *******/
#loading{
	text-align: 			center;
	margin:					10px 
							0;
}
/******* /LOADING *******/
