@charset "windows-1250";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	padding: 0.5em 10px;
	font-size: 0.85em;
	color: #000080;
}
p {
	padding: 0.4em 10px;
	font-size: 0.75em;
}
table {
	width: 95%;
	margin: 0.2em auto;
	border-collapse: collapse;
}
table td {
	background-color: #D6D8B8;
	border-bottom: 1px solid #65731b;
	border-right: 1px solid #65731b;
	margin: 1px;
}	
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
.thumbs {
	width: 600px;
	margin: 5px auto;
}
.thumbs img {
	margin: 7px;
	border: 3px solid #D6D8B8;
}
.thumbs .thumb {
	float: left;
}
.buttons {
	width: 500px !important;
	margin: 4px !important;
}
.buttons img {
	border: 0 !important;
	margin: 2px !important;
}
.box {
	width: 570px;
	margin: 10px auto;
	border: 1px solid #ff6600;
	background-color: #eee;
}
.box p {
	font-size: 0.9em;
	padding: 0.6em !important;
}
#container {
	width: 860px;
	margin: 0px auto;
}
#content {
	width: 860px;
}
#top {
	width: 860px;
	height: 100px;
}
#top .logo {
	float: left;
	width: 90px;
	padding: 10px 0 0 0;
}
#top .middle {
	float: left;
	padding: 35px 0 0 0;
	width: 320px;
}
#top .right {
	float: left;
	width: 450px;
	text-align: right;
}
#top .right p {
	font-size: 11px;
}
#flash {
	width: 860px;
	height: 130px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
}
	
#wrap {
	width: 860px;
	background-image:url(../images/left_bgr.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#left {
	width: 193px;
	float: left;
}
#right {
	width: 667px;
	float: left;
}
#text ul, #text ol {
	padding: 0.3em 40px;
}
#text ul li, #text ol li {
	font-size: 0.75em;
}
#footer {
	width: 860px;
}
#footer .top_bar {
	width: 860px;
	background-color: #B7BC7D;
}
#footer .links {
	float: left;
	font-size: 0.7em;
}