#page #page_main {
	background-image : url(../../img/page_bg_border.gif);
	background-repeat : repeat-y;
	background-position : 0% 0%;
}

#page #page_main #left_content {
	margin-right		: 10px;
	padding-right		: 10px;
}

#left_content .list {
}
	#left_content .list .item {
		margin				: 0px 0px 10px 0px;
	}
		#page_main #left_content .list .item h2 {
			color				: #063;
			font-size			: 1.0em;
		}
			#page_main #left_content .list .item h2 a {
				color				: #063;
				font-weight			: bold;
				text-transform		: none;
			}

#left_content .link_list {
}
	#left_content .link_list .row {
		margin				: 2px 0px 0px 0px;
		color : #999;
		font-size : 0.8em;
	}
		#left_content .link_list .row a {
			color : #063;
		}

#left_content .static_page {
}
	#left_content .static_page h3 {
		font-size:100%;
		margin:20px 0px 10px 0px;
		text-align:center;
		padding:0px 5px 10px 5px;
		font-weight:bold;
	}
	#left_content .static_page .images {
		border-left:1px solid #ccc;
		float:right;
		width:170px;
		margin-left:10px;
		padding-left:5px;
		text-align:center;
		margin-bottom:5px;
	}
		#left_content .static_page .images .img {
			text-align:center;
		}
		#left_content .static_page .images .info {
			font-size:0.8em;
			color	:#999;
			margin-bottom:10px;
		}
	#left_content .static_page .text {
	}
		#left_content .static_page .text p {
			text-align:justify;
			margin:10px 0px 0px 0px;
		}
		#left_content .static_page .text a {
			color:#063;
		}
		#left_content .static_page .text div {
			margin-top:10px;
		}
		#left_content .static_page .text li {
			margin-top:10px;
		}
	#left_content .static_page .last_changed {
		margin-top:10px;
		color:#ccc;
		font-size:0.8em;
		text-align:right;
	}
	#left_content .static_page .rel_links .title {
		margin:10px 0px 5px 0px;
		padding:0px;
		font-weight:bold;
		font-size:0.8em;
		text-align:left;
		color:#ccc;
		text-transform:uppercase;
	}
	#left_content .static_page .rel_links {
		margin-top:10px;
	}
		#left_content .static_page .rel_links .link {
			margin-top:3px;
		}
			#left_content .static_page .rel_links .link a {
				color:#063;
				font-size:0.8em;
			}

#right_content {
}
	#right_content .block {
		margin-bottom		: 10px;
		padding-bottom		: 10px;
		border-bottom		: 1px solid #eee;
	}
		#right_content .block ul {
			list-style:none;
			margin:0px;
			padding:0px;
		}
			#right_content .block ul li {
				color:#ccc;
				margin-top:3px;
			}
				#right_content .block ul li a {
					color:#063;
				}

#right_content .link {
	margin-top : 5px;
}
	#right_content .link a {
		font-size : 0.8em;
		color : #063;
	}