body {
	margin: 0px;
	font-family: "Arial", "Tahoma";
	font-size: 12px;
	color: #000000;
	/*background-image: url('images/bg-body.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;*/
	background-color: black;
}
h1 {
	font-size: 16pt;
	font-family:  "Tahoma";
	text-indent: 20px;
	text-align: center;
	color: #C13432;
	margin-top: 80px;
	margin-bottom: 50px;
}
h2 {color: #000000;
	text-align: center;
}
hr {line-height: 0.5;}
a {text-decoration: none;}
table.main {
	width: 1000px;
	/*padding: 20px;*/
	border: 10px solid #ffffff;
	}
td.left {
	/*background-image: url('images/bg-k.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	/*width: 200px;*/
	line-height: 2;
		vertical-align: top;
		text-align: left;
		height: 34px;

	}
td.con {
	background-image: url('images/bg-k.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 800px;
}
.left a:link, td.right a:link {
	color: #C95205;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}
.left a:visited, td.right a:visited {
	color: #C13432;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}
.left a:hover, td.right a:hover {
	color: #000000;
	background: #cccccc;
	padding: 10px;
	}
#menu {
	width: 160px;
	background: #CCBFAD;
	position: absolute;
	top: 35px;
	left: 17%;
	/*border-bottom: 10px solid #B8DBFA;
	background-image: url('images/bg-m.jpg');
	background-repeat: repeat-x;
	background-position: middle left;*/
	text-align: left;
	line-height: 2;
	padding-top: 10px;
	}
td.right {
	/*background-image: url('images/bg-left.jpg');
	background-repeat: repeat-y;
	background-position: top left;*/
	width: 267px;
	line-height: 2;
	text-align: right;
	background: orange;
	vertical-align: top;
	}
td.top {
	text-align: center;
	/*background: #CCBFAD;*/
	color: #ffffff;
	height: 250px;
	vertical-align: bottom;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
td.top a:link {
	color: #ffffff;
	font-weight: bold;
	}
td.top a:visited {
	color: black;
	}
td.top a:hover {
	color: #000000;
	background: orange;
	padding: 10px;
	}
td.top-l {
	background: #000000;
	background-image: url('images/bg-l.gif');
	background-repeat: no-repeat;
	background-position: top left;
	vertical-align: bottom;
	}
td.top-r {
	background: #000000;
	background-image: url('images/bg-r.gif');
	background-repeat: no-repeat;
	background-position: top left;
	}
td.copy {
	color: #ffffff;
	text-align: center;
	background:   #cccccc;
	/*border-top: 3px solid #4A271E;*/
	vertical-align: bottom;
	height: 20px;
	/*padding-top: 10px;
	background-image: url('images/bg-b.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;*/
	}
td.copy a {
	color: #ffffff;
	}
#goog {
	/*border: 3px solid #CC9966;*/
	width: 100%;
	height: 100%;
	position: relative;
	top: -100px;
	right: 0px;
	text-align: center;
	}
#content {
	text-align: justify;
        padding-top: 0px;
        padding-bottom: 0px;
	margin: 0px;
	color: #43552B;
}
#content p {
	font-family: "Tahoma";
	font-size: 14px;
padding-left: 10px;
padding-right: 10px;
	padding-top: 20px;
}
#content a {color: black;}

img.l {padding: 10px;
	float: left;
}
img.r {padding: 10px;
	float: right;
}