/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14-Jun-2016, 11:11:24
    Author     : plk
*/
.image_link_a {
}
.image_link_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
width: 50%;
width: 10em;
    border: thin solid black;
}
A.image_link_img {
    position: relative;
}
P.image_link_txt {
    z-index: 100;
    position: absolute; 
    bottom: +10.0%; 
    left: 27.3%;
    font-size: 1.1em;
    font-weight: bold;
    color: #52474d; /* dark dusty */
    margin: 0;
}
#home_container {
    width: 100%;
    display: table;
    background-color:#9099a3; /* overcast */
}
DIV.left_third {
    position: relative;
    width: 29.3%;
    margin: 2%;
    height: 100%;
    border: thin solid black;
}
DIV.right_two_thirds {
    position: relative;
    left: 33.3%;
    width: 62.6%;
    margin: 2%;
    /*border: thin solid black;*/
}
DIV.left_half {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
}
DIV.right_half {
    position: absolute;
    top: 0%;
    left: 50%;
    width: 50%;
}
DIV.top_half {
    /*border: thin dotted black;*/
    position: relative;
 }
DIV.bottom_half {
    /*border: thin dotted black;*/
    position: relative;
}
#home_contact_details {
    float: left;
}
#home_container {
}
#home_image_links {
}
#home_image_links_left {
}
#home_image_links_right {
}
#image_link_img {
    border: thin outset black;
}
.zzz img {
    width: 50%; height: 20%;
}

