﻿body 
{
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.a_normal
{
    text-decoration: none;
    color: #000000;
}
    
/*Sets width of the complete page*/
#page_holder
{
    width: 970px;
}

/*Top color line of the page*/
#top_line
{
    height: 10px;
    width: 100%;
    background-color: #b1cdeb; 
    border-bottom: solid 1px #1975d1;
}

.top_logo_img
{
    vertical-align: middle; 
}

#top_logo
{
    float: left;
}

#top_menu
{
    float: right;
    position: relative;
    top: 51px;
}

#top_content
{
    border-bottom: solid 1px #1975d1;
}

/*Holde center (middle) content*/
#center_holder
{
    min-height: 450px;
    margin-top: 5px;
    background-color: #ffffff;
}

/*Hold all bottom content*/
#bottom_holder
{
    width: 100%;
    background-image: url('../images/bottombg.gif');
    background-repeat: repeat-x;  
	font-size: 12px;
	color: #333333;  
	letter-spacing: 1px;
	padding-top: 10px;
}

/*Holds the bottom right copyright info*/
#bottom_copyright
{
    margin-right: 5px;
    float: right;
}

/*Hold the bottom ziki cms image and it's content*/
#bottom_zikicms_holder
{
    height: 130px;
    width: 970px;
    background-image: url('../images/bottom.jpg');
}

/*Version info*/
#bottom_cms_1
{
    float: left;
    padding-top: 55px;
    padding-left: 100px;
    color: #ffffff;
    font-size: 12px;
}

#bottom_cms_1 a
{
    color: #ffffff;
}

/*About Cms*/
#bottom_cms_2
{
    float: left;
    padding-top: 25px;
    padding-left: 80px;
    color: #ffffff;
    font-size: 18px;
}

#bottom_cms_3
{
    float: left;
    padding-top: 70px;
    padding-left: 90px;
}

.bc2_smaller
{
    font-size: 16px;
}

/*Info bar*/
#info_bar 
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #aaaaaa;
    font-size: 14px;
}

.info_bar_1_icon
{
    float: left;
    width: 30px;
}

.info_bar_1_text
{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.div_clear
{
    clear: both;
}
