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


/* CENTER POSITION! */

.head_top{
	width: 800px;
	height: 20px;
	margin: 0px auto 0px auto;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

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


/* BANNER LINE THING */

#head{
	width: 100%;
	height: 230px;
	line-height: 0px;
	background: url(../images/head.jpg) top center;
}


/* MAIN MENU */

#main_menu{
	width: 220px;
	margin: 10px;
}
#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: 9px 5px 9px 20px;
	line-height: 1em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background: #e9e9e9;
	border-bottom: 1px solid white;
	}

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

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

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




.news_box{
	float: right;
	width: 180px;
	margin: 0px 0px 0px 20px;
}
.news_item{
	background: #e9e9e9;
	margin-bottom: 1px;
}

/* CONTAINER AND CONTENT */

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

#content{
	width: 560px;
}
#content_paddings{
	margin: 10px 10px 40px 10px; 	/* Content paddings */
}


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





/* FOOT */

#foot{
	margin: 5px auto 0px auto;
	width: 800px;
}
#foot p{
	margin: 5px;
	color: #262626;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#foot a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}


/* Gallery */

#img_screen{
	text-align: center;
}

#img_screen img{
	border: 3px solid silver;
}

#img_menu img{
	border: 3px solid silver;
	margin: 0px 0px 5px 14px;
}
#img_menu .img_selected{
	border: 3px solid red;
}