@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: white;
	}
div#wrap {
	margin: 10px 5px; padding: 0;
	}
	
div#wrap img {
	border: none;
	}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
td,th {
	color: #FFFFFF;}

span#logo_also_vonal {display: block;
		margin: 0 auto;
		width: 350px; border-bottom: 1px solid white;
		}
		
div#hor_menu {
	margin: 10px 0 0; padding: 0;
	}
div#hor_menu a {
	margin: 0 0.125em; padding: 0 0.125em;
	border: none;
	color: white;
	text-decoration: none;
	font-size: 14px;
	}
div#hor_menu a:hover {
	border-bottom: 1px solid white;
	
	}
div#logo_also_spacer {height: 100px;}
div#keptar {
	margin: 0 0 1em;
	}
div#keptar img {border:1px solid white;}
div#keptar table {border: none; width: 828px;}
div#keptar td {padding: 5px; margin: 10px;}
span.small_title {
	margin: 8px 0; padding: 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-variant: small-caps;
	color: white;
	}
img.center_image {
	margin: 0; padding: 0;
	border: none;
	}
div.content {
	margin: 0 auto; padding: 0;
	width: 1000px;
	text-align: left;
	}
div.content p {
	margin: 0 200px 40px 200px; padding: 15px 0;
	line-height: 1.75em;
	border: solid grey;
	border-width: 1px 0 1px 0;
	}
div.content div.sample_topic {
	margin: 0; padding: 0;
	float: right;
	}
div.content img {
	display: block;
	margin: 10px 0 0 0; padding: 0;
	}
div.content img:first-child {
	
	}

div.content div.sample_topic img {
	margin: 0; padding: 0;
	}
div.left_column {
	float: left;
	width: 300px;
	}
div.right_column {
	margin: 0 0 0 350px; padding: 0;
	}
div.right_column img {
	margin: 0 0 10px 0; padding: 0;
	}
br.clearfloat {
	margin: 0; padding: 0; border: none;
	clear: both;
	}	
	
div#back_button {
	margin: 20px 0 0; padding: 0;
	}
div#back_button a {
	margin: 0 0.125em; padding: 0 0.125em;
	border: none;
	color: white;
	text-decoration: none;
	font-size: 14px;
	}
div#back_button a:hover {
	border-bottom: 1px solid white;
	}
	
div#nonflash {
	text-align: left;
	margin: 2px; padding: 1px;
	color: white; font-size:11px;
	}
div#nonflash a {
	text-decoration: none;
	color: gray;
	}
div#nonflash a:hover {
	color: white;
	}
