html
{
    background: url(../images/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
}

.clear
{
    clear: both;
    height: 0px;
}


#wrapper {
	background: rgba(255, 255, 255, 0.6);
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
        box-shadow: 0 1px 6px #685C4C;
}
#header {
	padding: 15px;
}

#logo
{
    width: auto;
    height: auto;
    float: left;
}

#logo img {
	height: 75px;
}

#footer
{
    font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif;
    background: #990000;
    color: #ffffff;
    padding: 5px;
    text-shadow: black 0.1em 0.1em 0.2em;
    
}

#subContainer
{
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 6px #685C4C;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    
}

#section
{
    width: 675px;
    float:left;
}

#aside
{
    width: 250px;
    float:right;
    margin-left: 15px;
    
}

.sideBox
{
    margin-top: 25px;
    border-left: 2px dotted #990000;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
}

.sectionHeader
{
    font-family: "Oswald";
    color:#990000;
    font-size:24px;
    border-bottom:#000033 solid 2px;
    padding-bottom:10px;
    margin-bottom: 30px;
}

.sideHeading
{
    background: #990000;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 8px;
}

.contentHeader
{
    font-family: "Oswald";
    color:#990000;
    font-size:24px;
    border-bottom:#000033 solid 2px;
    padding-bottom:10px;
}

.subContentHeader
{
    font-family: "Oswald";
    color:#990000;
    font-size:18px;
    border-bottom:#000033 solid 2px;
    padding-bottom:10px;
}

.content p
{
    text-align: justify;
    font-family: Arial, Tahoma, Verdana;
    font-size:13px;
    color:#333333;
}


.one_three
{
    width: 280px;
    height: 150px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 6px #685C4C;
    padding: 15px;
}


.form_1
{
    width: 255px;
    padding: 15px;
}

.form_1 label
{
    width: 100px;
    float: left;
    font-weight: bold;
}
.form_1 input
{
    height: 20px;
    width:125px;
    float: right;
}

.form_1 button
{
    float:right;
    width: 75px;
    height: 30px;
    background: #990000;
    color: #ffffff;
}


.form_2
{
    width: 345px;
    padding: 15px;
}

.form_2 label
{
    width: 100px;
    float: left;
    font-weight: bold;
}
.form_2 input
{
    height: 20px;
    width:200px;
    float: right;
}

.form_2 textarea
{
    width:200px;
    float: right;
    height: 100px;
}

.form_2 button
{
    float:right;
    width: 100px;
    height: 30px;
    background: #990000;
    color: #ffffff;
}

.err
{
    clear:both;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: right;
    color: #990000;
    font-style: italic;
}