/*
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 : 07-Aug-2018, 17:20:48
    Author     : David
*/
.c{
    clear:both;
    display:block;
}
body{
    margin:0px;
    padding:0px;

    background: url(/i/siteundercrewed/solidbg.jpg) no-repeat center top fixed #050016;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    color: #fff;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}
#uc_wrapper{
    margin:100px auto;
    padding:50px;
    width:900px;
    border:1px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius:7px;
}
.uc_middle{
    margin:auto;
    text-align: center;
}
.uc_rightside{ /* for davetech */
    margin-left:540px;
}
a:link, a:visited, a:active{
    color:#4eeeff;
}
a:hover,a:focused{
    color:#a0f6ff;
}
.uc_topmessage{
    margin: 30px;
}

.uc_datacolumn{
    height:350px;
    width:250px;
    margin:0 12px 0 30px;
    float:left;
    display: block;
}
.uc_datacolumn p{
    margin-top:0px;
}
.uc_datacolumn_h1{
    font-weight: bold;
    display: block;
}

.highlight_blue {
    color:#4eeeff;
}