body {
	background: #AD9D88 url(../imgs/line.gif) 0px 200px repeat-x;
	color: #5C554D;
	font-family: Times New Roman;
	font-size: 11pt;
	text-align: center;
}

img {
	border: 0px;
	margin: 0px;
}

#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: #A69784 url(../imgs/back.gif);
	z-index: 0;
}

#logo h3 {
	position: absolute;
	right: 0px;
	top: -45px;
	color: #FFF;
	font-size: 25px;
	margin: 0px;
	   
}

#main {
	position: relative;
	margin: auto;
	top: 50px;
	text-align: left;
	width: 700px;
	background-color: #FFF;
	z-index: 1;
}

#logo {
	position: relative;
	top: 11px;
	left: 11px;
	margin-bottom: 11px;
	width: 678px;
	height: 140px;
	background: #AD9D88 url(../imgs/top.jpg) no-repeat;
}

h1 {
	margin:0px;
	padding: 10px;
}

h1 a {
	color: #FFF;
	font-size: 25pt; 
	overflow:hidden;
	width:678px; 
	height:140px;
}

h1 a span {
   display:block;
   position:absolute; 
   left:0px; 
	top:0px; 
   z-index:2;
   width:678px; 
   height:140px;
   margin:0; padding:0;
   background: url(../imgs/top.jpg) top left no-repeat;
   cursor:pointer;
}

#menu {
	position: relative;
	top: -45px;
	left: 350px;
	width: 350px;
	color: #FFF;
	font-family: tahoma, sans-serif, verdana;
	font-size: 8pt;
	margin-bottom: -22px;
	z-index: 3;
} 

#menu ul {
	margin: 0px;	
	padding: 0px;
}

#menu ul li {
	display: inline;
	margin-left: 70px; 
}

#menu ul li a {
	color: #FFF;
	text-decoration: none;  	
}

#menu ul li a:hover {
	color: #FFF;
	text-decoration: underline;	
}


#line {
	height: 27px;
}

#line h2 {
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;  
	font-family: tahoma, sans-serif, verdana;
	margin-left: 22px;
	padding-top: 2px; 	
	letter-spacing: 4px;
}

.red1 {
	background-color: #940000;
}

.red2 {
	background-color: #932B2B;
}

.red3 {
	background-color: #C44E4E;
}

#content {
}
#content1 {
	position: relative;
	background-color: #F9F3EA;
	margin: 11px;
}
#content2 {
	padding: 11px;
}



a {
	color: #A69784;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#content ul {
	padding:0px;
	margin:0px;
	list-style:none
}
#content li {
	position: relative;
	padding-left:17px;
	background: url(../imgs/dart.gif) 0px 3px no-repeat;
	margin-bottom: 7px;
	margin-left: 3px; 
	color: #000;
	font-style: italic;
	font-size: 110%;
}

form {
	margin: 0px;
}

label {
	display:block;
	margin: 0px;
}
 

.clear {
	height: 1px;
	font-size: 0px;
	clear: both;
}

#footer {
	background: #640000;
	border-bottom: 1px solid #FFF;
	height: 17px;
	text-align: right;
	padding: 5px 10px 2px 10px;
	font-size: 8pt;
	font-family: tahoma, sans-serif, verdana;
}

#footer a {
}

#footer .left {
	float:left;
	width:45%;
	text-align:left;
}

#footer .right {
	float:right;
	width:45%;
}

p {
	margin: 5px 0px 10px 0px; 
}

table {
	border-collapse: collapse;
	width: 100%;
}

th {
	background-color: #C44E4E;
	color: #FFF;
	text-align: center;
}

td {
	padding-left: 10px;
	background-color: #EEE7DD;
	border-bottom: 1px solid white; 
}

#galery img {
	margin-right: 3px;
	margin-bottom: 3px;
}