*{
    padding: 0px; margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
h1{
	font-size: 20px;
}
body{
    background-color: #cccccc;
    background-image: url('img/gplaypattern.png'); /*This pattern is downloaded from www.subtlepatterns.com - THANK YOU*/
}
#header{
    height: 60px;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0px;
}
#header .h_warea{
    width: 100%;
    max-width: 1000px;
    height: 50px;
    margin: auto;
}
#header .site_title{
    font-size: 25px;
    color: white;
    font-weight: bold;
    margin-top: -30px;
    margin-left: 10px;
    float: left;
    letter-spacing: 1px;
}
#header .site_contact{
    font-size: 14px;
    color: white;
    margin-top: 20px;
    margin-left: 10px;
    float: right;
    letter-spacing: 1px;
	font-weight: bold;
}
#clear_container{
    height: 400px;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    background-image: url('img/Dron1_bw.jpg');
    background-position: -0px -90px;
    background-size: 100%, auto;
    border-bottom: 2px solid #333333;
    -webkit-box-shadow:inset 0 0 10px 3px rgba(0,0,0,0.4);
    box-shadow:inset 0 0 10px 3px rgba(0,0,0,0.5);
}
#clear_container .cc_warea{
    width: 100%;
    max-width: 1000px;
    height: 400px;
    margin: auto;
    padding: 10px;
}
#content_container{
    height: auto;
    width: 100%;
    padding-top: 15px;
}
#content_container .ct_warea{
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: auto;
    padding: 10px;
	font-size: 14px;
}
#contact_email{
    width: 300px;
    padding: 5px;
    font-size: 16px;
}
#contact_text{
    margin-top: 10px;
    width: 100%; max-width: 100%; min-width: 100%;
    height: 100px; min-height: 100px;
    padding: 5px;
    font-size: 16px;
}
#contact_submit{
    float: right;
    padding: 5px;
    width: 300px;
    text-align: center;
    margin-top: 10px;
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    cursor: pointer;
    font-size: 13px;
}
#contact_submit:hover{
    -webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.3);
    box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.3);
}