@charset "utf-8";
/* CSS Document */
#userNavigation
{
	height: 50px;
	margin-top:-32px;
	color:#999999;
	background:none;
}
#userNavigation h2{
	margin-top: 6px;
	float: left;
	font-size:1.2em;
}
#userNavigation a.WriteBlog{
	background:url(../img/blog/icon_write.gif) left top no-repeat;
	width:70px;
	line-height:22px;
	display:block;
	text-align:right;
}
#userNavigation ul{
	float: right;
	margin-top: 5px;
}

#userNavigation ul li {
	list-style: none;
	float: left;
	line-height:22px;	
	padding: 0px 5px;
}

#userNavigation ul .First {
	border-left: none;
	background:transparent url(../img/box/line-list.gif) no-repeat scroll right 10px;	
}

#mainContent {
	clear: both;
	padding: 40px 20px 0px 20px;
	width: 940px;
/*	overflow: hidden;*/
}