/* CSS Document */
#main
{
	background: transparent url(../img/sitemap/bg.gif) repeat-y top left;
}
 
#content
{
	width: 905px;
}

#main #content h1 {
	background: url(../img/sitemap/sitemap_headerbg.png) no-repeat bottom;
	font-size: 16px;
	color: #303030;
	margin:0 0 7px 0;
	padding:0 0 10px 0;
}
#main #content h2 {
	background: url(../img/sitemap/sitemap_divider.png) no-repeat bottom;
	color: #303030;
	font-size:12px;
	padding: 0 0 7px 10px;
	margin-bottom:7px;
	border:none;
	height:auto;
	font-weight:normal;
}
#main #content .top {
	margin-top:25px;
}

/*a tag*/
#main h1 a:link, #main h1 a:visited  {
	color: #303030;
	text-decoration:none;
	font-size:16px;
}
#main h2 a:link, #main h2 a:visited  {
	color: #303030;
	text-decoration:none;
	font-size:12px;
	float: none;
	display:inline-block;
}
#main h1 a:hover, #main h1 a:focus  {
	color: #1a8eff;
	text-decoration:none;
	font-size:16px;
}
#main h2 a:hover, #main h2 a:focus  {
	color: #1a8eff;
	text-decoration:none;
	font-size:12px;
	float: none;
	display:inline-block;
}

/*colume layout*/
div.first-colume{
	width:275px;
	float:left;
	margin-left:10px;
	display:inline;
}
div.second-colume{
	width:275px;
	float:left;
	margin-left:20px;
	display:inline;
}
div.third-colume{
	width:275px;
	float:left;
	margin-left:20px;
	display:inline;
}
