body, a, img, form, div, ul, li, h1, h2, h3, h4, h5, table, tr, td, p, span {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background: black;
	margin: 0px;
	color: #666666;
}

img { display: block; }
h1 { color: #EF7F01; font-weight: normal; font-size: 19px; }

a { color: #5f5f5f; text-decoration: none; }
a:hover { text-decoration: underline; }

.top { background-image: url(../img/right.gif); background-repeat: repeat-x; }
.top h1 { font-weight: bold; color: white; position: absolute; display: block; margin: 60px 0 0 220px; font-size: 14px; text-shadow: 1px 1px 1px #ca9800; }
.top ul { margin: 200px 0 0 200px; position: absolute; list-style-type: none; }
.top ul li { display: inline; margin-left: 20px; }
.top .menu_header { color: #907101; font-weight: bold; display: block; position: absolute; margin: 266px 0 0 340px;}
.left_top { background-image: url(../img/top.jpg); height: 291px; width: 1000px; }
.main { margin-top: 18px; width: 1000px; }
.main .col1 { margin-left: 200px;  width:200px; display: inline; float: left; }

.main .col1 ul { list-style-type: none; }
.main .col1 a { display: block; background-color: #121212; padding: 8px 20px 8px 0;  text-align: right; }
.main .col1 a.a { background-color: #232323; }
.main .col1 li { width: 200px;}
.main .col1 a:hover { background-color:#edbb07; text-decoration: none; font-weight: bold; }

.main .col2 { width:200px; margin-left: 11px; display: inline; width: 589px; float: left; }


.main .col2 .header { background-color: #232323;  padding: 20px 0 20px 30px; color: white; }
.main .col2 .text { padding: 16px; background-color: white; color: #232323; }

.line1 { margin-top: 10px; background-color: #191919; height: 1px; overflow: hidden; }
.line2 { background-color: #373737; height: 1px; overflow: hidden; }
.footer { padding: 15px; margin-left: 200px; }
.clear { clear: both; }

