﻿body 
{
    background-image:url("../clnc.jpg");
    color:#00c1c1;
    font-family:Tahoma;
    font-size:medium;
}

h1
{
    color: #FFFF2F;
    font-family:inherit;
    font-size:x-large;
}

h1 subtitle 
{
    display:block;
    font-size:medium;
}

h2, h3
{
    font-size:large;
    font-family:inherit;
    color:#0080ff;
}

h3 
{
    font-size: medium;
}

p
{
    color: #cccccc;
}


a 
{
    color:#0090ff;
}

a:visited
{
    color:#de1b38;
}

menu 
{
    display:block;
    background-color: #333333;
    padding: 5px;
    width: 100%;
    margin:0px;
    color: #999999;
    font-weight:bold;
    font-size:small;
}

#outerframe
{
    width:100%;
}

#frame 
{
    width:720px;
    background-color:Black;
    padding:15px;
    margin-left:auto;
    margin-right:auto;
    border: inset 5px #888888;
}

#footer, #footer p
{
    text-align:center;
    font-size:small;
    color: #999999;
    font-weight:bold;
}

.center 
{
    text-align:center;
}

div.body
{
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    width:600px;
}

img.border
{
    border: solid 2px #333333;
}

.column {float:left;}
.grid2col {width:100%;}
.grid2col .column {width: 49%;}
.column.first, column.last {margin-left:0 !important;}
.column.last {float: right !important;}

