body {
	font-family: charcoal, times, serif;
	font-size: 100%;
	width: 1150px;
    margin: 0 auto;
    background-image: url('../images/bg01.gif');
	background-color: #CCCC99;
	background-attachment: fixed;
}
* {
	margin: 0;
	padding: 0;
}

.text h1 {font-size:2em; text-align: center; margin: .5em; color: #008B8B}
.text h2 {font-size:1em; text-transform: uppercase; text-align: center; margin: .5em 0; color: #008B8B;}
.text h3 {font-size:.8em; text-transform: uppercase; text-align: center; margin: .5em; color: #008B8B;}
.colums1 h3, .recl h3 {
    font-size:.7em;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    color: #FF0000;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	margin-top: 5px;
}
#header {
	float: left;
	width: 100%;
	line-height: 97px;
}
.logo {
	/*position:relative;top:0px;left:0px;*/
	float: left;
	width: 400px;
	text-indent:2em;
	font-weight: bold;
	font-size: 2em; 
	color: #008B8B;
}
#header .ban {
	float: right;
    width: 480px;
    height: 100px;
    padding-right: 20px;
}
#colums {
	width: 100%;
    /*min-width: 0px;
    macs-width: 1150px;*/
}
.colums1 {
    width: 210px;
    float: left;
    text-align: center;

}
.colums1 .box p {

    font-weight: bold;
    font-size:.75em;
}
.box p a {
  padding: 10px;
  color: #000000;
}
.box p a:hover {
  color: #993333;
}

.box p a:visited {
  color: #990000;
}

.colums2 {
    width: 81%;
    float: right;
}
.colums2 .text {
    width: 77%;
    float: left;
    padding: 10px;
    text-indent:2em;
    text-align: justify;
    font-size:.8em;
}
.colums2 .text img {
  float: left;
  padding: 10px 10px 10px 0;
  border: 0;
}
.colums2 .recl {
    width: 20%;
    float: right;
}
.text a,.recl a {
font-weight: bold;
color: #FF0000;
}
.text a:visited {
color: #000099;
}
.col {
	width: 100%;
	margin-top: 5px;
	padding: 10px;
    color: #008B8B;
	text-align: center;
	border-top: 1px #008080 solid;
}
.col li {
    float: right;
}
.col li a {
    font-size:.75em;
    border: 1px #008080 solid;
    font-weight: bold;
    display: block;
    width: 142px;
    height: 20px;
    line-height: 20px;
    color: #800000;
    text-align: center;
    text-indent: 0;
    background: #94B8E9 url("../images/button/menutext.gif") no-repeat center top;
}
.col li a:hover {
    text-decoration: underline;
    background-position: 0px -20px;
}
p {
	padding: 2px 10px;
}
p.spec {
	color: #006666;
    font-weight: bold;
}
p.ooo {
	margin: 10px;
	border: 1px #008F0F solid;
	font-style: italic;
	font-weight: bold;
	color: #FF0000
}


ul {
    list-style-type: none;
    padding-right: 200px;
}
.recl li{
    text-align: left;

    text-indent: 20px;
    line-height: 20px;
}
.recl a:link {
    font-weight: bold;
    font-size:.75em;
    color: #000000;
}
.recl a:visited {
    font-weight: bold;
    font-size:.75em;
    color: #FF9966;
}
.recl a:hover {
    font-weight: bold;
    font-size:.75em;
    color: #006666;
}
.recl a:active {
    font-weight: bold;
    font-size:.75em;
    color: #CC0000;
}
.colums1 .box, .recl .box {
    margin-top: 10px;
    background: url("../images/button/menu2.gif") repeat-y center top;
    line-height: 30px;
}
.colums1 .box h3, .recl .box h3 {
    background: url("../images/button/top.gif") no-repeat center top;
}
.colums1 .box p, .recl .box ul, .recl .box p {
    margin: 0;
	padding: 5px 0;
    background: url("../images/button/bottom.gif") no-repeat center bottom;
}
* html .colums2,* html .colums1  {
padding: 0;
margin: 0;
}