* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #424242;
	background-color: #f4f4f4;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #4848EE;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: url(img/headtile.gif) repeat-x 0 0;
	margin-bottom: 10px;
}
	#header .buffer {
		background: url(img/headleft.gif) no-repeat 0 0;
	}
	#header .buffer .buffer {
		height: 126px;
		background: url(img/headright.gif) no-repeat top right;
		padding-top: 5px;
	}
	#header ul {
		list-style-type: none
	}
		#header ul li {
			float: left;
			font-size: 0.8em;
		}
		#header ul li a {
			display: block;
			color: #727272;
			text-transform: uppercase;
			padding: 5px 10px;
		}
		#header ul li a:hover {
			color: #2525B5;
			text-decoration: none;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 12px 0px 19px 16px;
	}
		#header h1 a {
			display: block;
			width: 400px; height: 60px;
			background: url(img/logo.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#header ol {
		clear: both;
		list-style-type: none
	}
		#header ol li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(img/divider.gif) no-repeat 0 0;
		}
			#header ol li.f {
				padding-left: 0;
				background: none;
			}
		#header ol li a {
			color: #727272;
			display: block;
			padding: 9px 10px 10px;
		}
		#header ol li a:hover {
			color: #2525B5;
			text-decoration: none;
		}
	#header ruen {
		float: right;
/*		width: 211px; height: 22px;
		margin: 5px 5px; */
	}

/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	margin: 10px 0;
	background: url(img/wrapper.gif) repeat-y 745px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 745px;
	float: left;
}
	#content .buffer {
		padding: 20px 5px;
	}


	#content .txt {
		width: 695px;
		float: left;
		padding: 10px 10px;
          	font-size: 1.0em;

	}
		#content .txt h1 {
			font-size: 1.5em;
	        	text-align: center;
		        color: #303030;
 		        padding: 4px 10px 16px;
	}
		#content .txt h2 {
			font-size: 1.1em;
	        	text-align: left;
			padding: 3px 5px;
			margin:  2px 4px 14px;
			background-color: #F1F1F1;
			border-bottom: 1px solid #EDEDED;
		}
			#content .txt h2 a {
				color: #588CB8;
			}
		#content .txt h3 {
			font-size: 1.1em;
	        	text-align: left;
			padding: 3px 5px;
			margin:  2px 4px 14px;
			background-color: #F1F1F1;
			border-bottom: 1px solid #EDEDED;
		}

		#content .txt h4 {
			font-size: 1.0em;
			font-weight: bold; 
	        	text-align: center;
			padding: 5px 5px;

		}


		#content .txt .thumb {
/*			width: 329px; height: 150px;*/
			overflow: hidden;
			margin-left: 7px;
		}

/*
			#content .txt .thumb img {
				width: 329px;
			}
*/


		#content .txt p {
			padding: 10px;
			line-height: 1.2em;
			text-align: left;
		}

		#content .txt small {
			font-size: 0.9em;
/*			padding: 5px;  */
/*			line-height: 1.0em; */
			text-align: left;
		}

		#content .txt table {
			font-size: 1.0em;  
			padding: 10px;
			text-align: left;
		}


		#content .txt .bordertab {  
		         border: 1px dotted #B2B2B2;
			 padding: 6px;
                         border-collapse: collapse;
			}

		#content .txt .bordertab td{  
			 padding: 6px;
		         border: 1px dotted #C0C0C0;
			}
		#content .txt .bordertab th{  
			 padding: 6px;
		         border: 1px dotted #C0C0C0;
			}

		#content .txt .minitab {  
 			 font-size: 0.9em;  
		         border: 1px solid #C0C0C0;
			 padding: 1px;
                         border-collapse: collapse;
			}

		#content .txt .minitab td{  
			 padding: 1px;
		         border: 1px solid #C0C0C0;
			}
		#content .txt .minitab th{  
			 padding: 1px;
		         border: 1px solid #C0C0C0;
			}


		#content .txt ol, #content .txt ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .txt li {
			line-height: 1.2em;
		}

		#content .txt ul li {
			line-height: 1.2em;
			padding: 4px;
/*			border-bottom: 1px dotted #ABABAB; */
		}


	#bottom {
		clear: both;
		padding: 10px 10px 0;
	}

	#content h2.title {
		padding: 0 15px 20px;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: normal;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar h2 {
		color: #3535B5;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
		background: url(img/horizontal.gif) no-repeat 8px 22px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #404060;
		}
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #404060;
		}
		#sidebar .tags a:hover {
			color: #588CB8;
			text-decoration: none;
		}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-size: 0.8em;
	border: 1px solid #DBDBDB;
	padding: 4px;
	color: #727272;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 31px;
}
	#footer {

	}
/** END footer **/
