html {
    height         : 100%;
    minimum-height : 100%;
    width          : 100%;
    minimum-width  : 100%;
}

body {
    background-image : url("images/bgTexture.jpg");
}

img {
    border : none;
}

h2 {
    text-align : center;
}

* {
    padding            : 0;
    margin             : 0;
    -moz-outline-style : none;
}

*:focus {
    -moz-outline-style : none;
}

.container {
    position   : relative;
    width      : 50%;
    min-width  : 800px;
    margin     : 0 auto 0 auto;
    min-height : 700px;
}

/*********************NAVIGATION***********************/
.navGroup {
    text-align : center;
}

.navGroup ul {
    list-style-type : none;
}

.navGroup ul li {
    display : inline;
}

.navGroup ul li a {
    display         : inline-block;
    height          : 30px;
    padding         : 10px 20px 5px 20px;
    text-decoration : none;
    font-family     : arial;
    font-weight     : bold;
    color           : #c87b7b;
    color           : #ffffff;
}

.navGroup ul li a:hover {
    background-color : #c87b7b;
    background-color : #660a2c;
    color            : #ffffff;

}

/*****************END navigation***********************/

.leftCol {
    float         : left;
    width         : 50%;
    min-height    : 300px;
}

.rightCol {
    float         : right;
    width         : 50%;
    min-height    : 300px;
}

a {
    color       : #c84444;
    font-size   : 16px;
    font-family : arial;
}

a:hover {
    color : #660a2c;
}

.legals {
    width         : 100%;
    clear         : both;
    text-align    : center;
    font-family   : arial, sans-serif;
    font-size     : 12px;
    color         : white;
    display       : block;
    padding-bottom : 5px;
    padding-top : 5px;
}

.legals a {
    text-decoration : none;
    font-size       : 12px;
}
