.page-container {
    background-color:#fff;
    margin: auto;
    margin-top: 5px;
    box-shadow: 0px 10px 10px #000;
}
    
.container {
    max-width: 1139px;
}

body
{
    background: #eef/* url("../art/bg-rocks.jpg") fixed*/;
    color:#000;
    padding:0;
}

.headback {
    background: #fff url("../art/head-sky.jpg") no-repeat right top;
}

.footer {
    background: #600;
    color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 10px 10px #000;
}

h1
{
color:#600;
}

h2
{
color:#600;
}

h3
{
color:#600;
}

h3 a
{
color:#600;
text-decoration:none;
}
h3 a:hover
{
color:#f90;
text-decoration: none;
}

h4
{
color:#600;
}

h5
{
color:#600;
font-weight:bold;
}

h6
{
color:#600;
font-weight:bold;
}

a
{
color:#39f;
text-decoration:none;
font-weight:bold;
}
a:hover
{
color:#f90;
text-decoration: none;
}

.b
{
font-weight:bold;
}

.f8
{
font-size:8px;
}
.f9
{
font-size:9px;
}
.f10
{
font-size:10px;
}
.f11
{
font-size:11px;
}
.f12
{
font-size:12px;
}
.f13
{
font-size:13px;
}
.f14
{
font-size:14px;
}
.f15
{
font-size:15px;
}
.f16
{
font-size:16px;
}
.f17
{
font-size:17px;
}
.f18
{
font-size:18px;
}
.f19
{
font-size:19px;
}
.f20
{
font-size:20px;
}
.f21
{
font-size:21px;
}
.f22
{
font-size:22px;
}
.f23
{
font-size:23px;
}
.f24
{
font-size:24px;
}
.f25
{
font-size:25px;
}
.fr
{
float:right;
}
.fl
{
float:left;
}
.inline
{
display: inline-block;
}
.leftimg
{
border-style: none;
float:left;
padding:7px 10px 5px 0;
}
.rightimg
{
border-style: none;
float:right;
padding:7px 0 5px 10px;
}
.centerimg
{
display:block;
margin:auto;
}
.ct
{
text-align:center;
}
.top
{
vertical-align:top;
}
.middle
{
vertical-align:middle;
}
.bottom
{
vertical-align:bottom;
}
.clb
{
clear:both;
}
.black
{
color: #000;
}
.white
{
color: #fff;
}
.red
{
color: #f00;
}
.orange
{
color: #f60;
}
.green
{
color: #3c0;
}
.blue
{
color: #369;
}
.purple
{
color: #90f;
}
.maroon
{
color: #600;
}


.greyback {
  background-color: #ccc;
}

.blueback {
  background-color: #eef;
}

.yellowback {
  background-color: #ffc;
}
