body{
	background: url(../images/bg-tile.jpg) top center #d3d3d3 repeat-x;
	margin: 0px;
	text-align: center;		/* IE hack for center */
}


/* CENTER POSITION! */

.center_position{
	width: 800px;
	text-align: left;
	margin: 20px auto 0px auto;
	border: 1px solid #666666;
}


/* BANNER LINE THING */

#head{
	width: 800px;
	height: 180px;
	margin: 0px;
	background: url(../images/banner.jpg) top center;
}
#head p{
	color: #bc0000;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 10px 20px 10px 10px;
	margin: 0px;
	
}




/* MAIN MENU */

#main_menu{
	float: left;
	width: 200px;
	background: white;
}
#main_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	}
	
#main_menu li {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	}
	
#main_menu li a{
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 20px;
	line-height: 1em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	}

#main_menu li a:hover {
	color: #bc0000;
	font-weight: bold;
}
#main_menu ul li .selected {
	color: black;
	font-weight: bold;
	background: #ebebeb;
}

#main_menu ul li ul li a{
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 5px 10px 5px 20px;
	line-height: 1em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	text-indent: 15px;
}

#main_menu ul li ul li a:hover {
	color: #bc0000;
	font-weight: bold;
}

#main_menu ul li ul li .selected_sub {
	color: black;
	font-weight: bold;
}





.news_box{
	float: right;
	width: 180px;
	border-collapse: collapse;
	background: #ebebeb;
	margin: 0px 0px 20px 20px;
	text-align: left;
}
.news_box a{
	font-weight: bold;
	color: black;	
}

.news_top{
	background: #8c0001;
	font-weight: bold;
	color: white;
	text-align: center;
}


/* CONTAINER AND CONTENT */

#main_frame{
	border-collapse: collapse;
	background: white;
	margin: 0px;
}
#main_frame tr{
	vertical-align: top;
}
#main_frame td{
	margin: 0px;
	padding: 0px;
}

#content{
	width: 600px;
	float: right;
}
#content_paddings{
	margin: 10px 20px 30px 20px; 	/* Content paddings */
}


.sitemap_list ul{
	margin: 0px;
	padding: 0px;
}
.sitemap_list li{
	list-style: none;
}
.sitemap_list .sublist{
	margin-left: 20px;
}





/* FOOT */

#foot{
	width: 800px;
	height: 50px;
	margin: 0px auto 0px auto;
	background: url(../images/foot.jpg) top center #d3d3d3 no-repeat;
}


#kicktext a{
	margin: 0px auto 0px auto;
	text-align: right;
	color: #606060;
	font-size: 10px;
}
