﻿html, body {height:100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#fff;
	width:100%;
	min-width:750px;
	min-height:600px;
}

#content a {font-size:11px;	color:#e09400;}
#content a:hover {color: #cb8060;}

#bdescr {
	font-size: 12px;
	position:absolute;
	top:70px;
	left:15px;
	width:350px;
	height: 140px;
	background-image:url(../images/b.jpg);
}

.tbrdr { background-image:url(../images/top_b.jpg); height:10px; overflow:hidden;}
.mbrdr { background-image:url(../images/middle_b.jpg);
	background-repeat:repeat-y;
	padding: 5px 15px 5px 15px;
	width:300px;
	font-size:12px;
}
.bbrdr { background-image:url(../images/bottom_b.jpg);	height:11px;}

#wrap {
	position: relative;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	width:750px;
	margin: 0px auto;
}


#footer {
	height:60px;
	width:750px;
	background-color:#ffffff;
	clear:both;
	border-top: solid 1px #f5cc6e;
}

#footer div.bmenu {
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left:15px;

}


#content {
	width:700px;
	float:right;
	padding: 10px;
}

#header {
	width:750px;
	height:230px;
	background:url(../images/image.jpg);
}

.headtitle {
	position:absolute;
	top:13px;
	left:20px;
	font-family: "Trebuchet MS";
	font-size: 26px;
	font-style: italic;
	color: #005400;
}

h1 {
	font-size:14px;
	margin-bottom:7px;
	text-transform: uppercase;
	font-weight:bold;
	align: center;
}

#content p {
	font-size:11px;
	margin-top:7px;
	margin-bottom:7px;
	text-align: justify;
	
}
	
img{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}


.red {
	border: red 1px solid;
} 
.zag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	
}
.zag1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}

.h2 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

h3 {
	font-size:14px;
	margin-bottom:7px;
	font-weight:bold;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
	text-align: center;
}

.h5 {
	font-size:14px;
	margin-bottom:7px;
	font-weight:bold;
	text-align: right;
}

ul {
      list-style-type:disc;
      padding:0;
      margin:0;
	  display: block;
	  padding-left: 20px;
}

ul li {
      padding:0;
      margin:0;	 
}

ol {
      list-style-type:decimal;
      padding:0;
      margin:0;
	  display: block;
	  padding-left: 20px;
}

ol li {
      padding:0;
      margin:0;	 
}

