﻿*
{
    margin: 0 auto;
    padding: 0 auto;
}
body
{
    background-image: url('/images/background.png');
    background-repeat: repeat-x;
    background-color: white; /*#c1c1c1;*/
    margin: 0;
    padding: 0;
    font-family: tahoma;
    font-size: 12px;
}
a
{
    color:Black;    
}
input[type=text]
{
    border: solid 1px black;
    border-radius: 2px;
}
input[type=submit]
{
    border-radius: 2px;
    border: solid 1px black;
    cursor: pointer;
}
#container
{
    width: 1005px;
}
#header
{
    width: 1005px;
    padding: 5px 0;
}
#slide
{
    padding: 5px 0 10px 0;
}
#main
{
    width: 1005px;
}
#main .col-left
{
    width: 670px;
    float: left;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    min-height:500px;
}
#main .col-right
{
    width: 285px;
    background-color: #FFCC55;
    float: right;
    padding: 10px;
    border-radius: 3px;
    display:table;
}
#footer
{
    height:10px;    
}
.info
{
    background-color: White;
    /*height: 200px;*/
    line-height: 20px;
}
.list_head
{
    font-weight: bold;
    color: Red;
    text-transform: uppercase;
    padding-bottom:5px;
}
.list_head div
{
    margin-top: -20px;
    margin-left: 35px;
    color:Red;
}
