/*
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 : Apr 5, 2015, 6:26:36 PM
    Author     : Gadu
*/
body{ margin: 0; padding: 0; }
#holder{ width: 950px; height: auto; margin-left: auto; margin-right: auto; margin-top: 21px; margin-bottom: 21px; }
#header{ height: 70px; margin-bottom: 7px; }
#navBar{ height: 60px; background-color: rgb(13,13,13); }
#content{ height: auto; clear: both; overflow: auto; }
h1{ margin: 0; font-family: arial, helvertica, sans-serif; font-weight: lighter; color: #666; }
h2{ margin: 0; font-family: arial, helvertica, sans-serif; font-weight: lighter; color: #999; }
h6{ font-size: 14px; font-family: arial, helvertica, sans-serif; font-weight: lighter; color: #333; }
#pageHeading{ height: auto; padding: 15px 10px; }
#contentLeft{ width: 280px; float: left; margin-left: 10px; }
#contentRight{ width: 480px; float: right; margin-left: 10px; }
#footer{ height: 100px;}
.styleTextField{ border: 1px solid #666; border-radius: 6px; width: 250px; height: 35px; font-family: arial, helvertica, sans-serif; padding-left: 6px; margin-top: 5px; }
