#content .adminLink a {
	border-bottom-width: 0;
}
#content .adminLink img {
	display: inline;
}

#content #topShadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 631px;
	height: 6px;
	background: url(../picture/interface/content_top_shadow.gif) 0 0 no-repeat;
}
#content #bottomShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 631px;
	height: 6px;
	background: url(../picture/interface/content_bottom_shadow.gif) 0 0 no-repeat;
	display: none; /* ie 6 fix */
}
#content > #bottomShadow {
	display: block;
}
#content #topVolute {
	position: absolute;
	left: 0;
	top: 18px;
	width: 97px;
	height: 172px;
	background: url(../picture/interface/volute_txt_up_left.gif) 0 0 no-repeat;

}
#content #bottomVolute {
	position: absolute;
	right: -1px; /* ie6 fix */
	bottom: 84px;
	width: 61px;	
	height: 93px;
	background: url(../picture/interface/volute_txt_down_right.gif) 0 0 no-repeat;
}
#content > #bottomVolute {
	right: 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ul, 
#content ol {
	margin: 15px 0;
	text-align: justify;
}

#content h1 {
	font-size: 20px;
	color: #0077B9;
	text-align: center;
}
#content h2 {
	font-size: 16px;
	color: #0077B9;
}
#content h3 {
	font-size: 13px;
	color: #0077B9;
}
#content h4 {
	font-size: 12px;
	color: #0077B9;
}
#content ul, 
#content ol {
	padding-left: 0;
	margin-left: 25px;
	color: #0077B9;
}
#content ul li, 
#content ol li {
	margin: 10px;
}

