html {
	width: 100%;
	
	}
body {
  	padding:0;
  	width: 88%;
  	max-width: 1200px;
  	margin:20px auto;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
  	position:relative;
  	min-width: 900px;
  	color: #2e2e2e;
  	}
h1 {
	margin:10px 0 5px; font-weight: normal; font-size: 32px;
	}
h2 {
	margin:20px 0 5px; font-weight: normal; font-size: 26px;
	}
h3 	{
	margin:2px 0 5px; font-weight: normal; font-size: 20px;
	}
				
p {
	margin: 7px 3px 25px 25px;	
	}
	
a {
	font-weight: normal; color: #7ca510;
	}
		
#top table {
	width: 100%;
	margin-bottom: 30px;
	background-image: url('/img/center.jpg');
	background-color: black;
	border: none;
	border-collapse: collapse;
	}	
	#top td {
	vertical-align: top;
	padding:0px;
	white-space:nowrap;

	}	 	
#top p {
	color: white;
	font-size: 14px;
	margin: 20px 0 0 15px;
	}		

	
#menu {
	margin: 20px 0;
	font: 16px;
	line-height: 26px;
	width: 250px;
	}
	#menu a:hover {
		color: #ce8c01;
		}
	#menu ul {
		list-style-type: none;
		padding-top: 11px;
		margin-left: 0px;
		padding-left: 10px;}
	#menu ul li {
		padding: 0;
		font-weight: bold;
		}
	#menu ul ul {
		line-height: 17px;
		padding-top: 0px;
		padding-left: 20px;
		margin-top:-2px;
		}
	#menu ul ul li {
		padding: 3px;
		font-size: 14px;
		}
	.home {margin: 0px 19px -22px;}
	.home a {font-size: 11px; text-decoration: none; background: url(/img/back.gif) no-repeat 0 6px; padding-left: 15px;}
	.home a:hover { text-decoration: underline;}		

	#menu table {
		text-align: center;
		height: 100px;
		background-color: #E5EDCF;
		border: none;
		line-height: normal;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	#menu a h3 {
		color: #2e2e2e;
		margin: 4px;
		font-size: 20px;
		text-decoration: underline;
	}
	#menu p {
		margin: 10px 0 0 0;
	}
	#menu small ul li {
		margin-left: 15px;
	}
#content_tab table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	}
#content_tab td {
	vertical-align: top;
	padding: 0;
	}
	
table.tab {
	margin:0 0 20px 25px;
	}
	
#text {
	margin-left: 9px;
	}
#text li {
	margin-bottom: 10px;
	font-size: 16px;
	}
	
			
#tepl a {
	color: black;
	text-decoration: underline;
	}	
#tepl td {
	vertical-align: top;
	}
	
#tepl p {
	margin: 0;
	}
#tepl p.all {
	margin-top: 5px; font-weight: normal; font-size: 20px; text-decoration: underline; text-align: center;
	}				
#tepl strong {
	font-size: 25px;
	font-weight: normal;
	text-decoration: underline;
	}


.postmetadata {
	font-size: 12px;
	text-align: right;
}
.wp-caption {
	text-align: center;
	background-color: #D8E4B7;
	padding:10px 5px 2px 5px;
}
.wp-caption-text {
	margin: 5px;
	font-size: 12px;
}
.aligncenter {
	margin:auto;
	margin-bottom: 30px;
}




