body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 20px;
	line-height: 30px;
	color: #0000FF;
	background-color: #99CC00;
	background-image: url(images/icons/ico_item.gif);
	background-repeat: no-repeat;
	text-indent: 33px;
}
h2 {
	font-size: 12px;
	line-height: 12px;
	color: #009933;
	background-color: #00CCFF;
}
h3 {
	font-size: 16px;
	line-height: 26px;
	color: #0066FF;
}
#wrapper {
}
#container {
}
#header {
	background-image: url(images/header/header.jpg);
	height: 150px;
	width: 800px;
}
#menu {
}
#sidebar {
}
#news {
	width: 480px;
}
#footer {
	background-color: #B2D2F9;
	height: 60px;
	color: #0000FF;
}
#news_top {
	background-image: url(images/bg/bg_news.gif);
	height: 45px;
	width: 480px;
}
#news_content {
	background-image: url(images/bg/bg_news_line.gif);
	background-repeat: repeat-y;
}
#news_bottom {
	background-image: url(images/bg/bg_news_bottom.gif);
	height: 25px;
	width: 480px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0099CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
}
a:visited {
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	text-indent: 26px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}
