/* CSS Document */

/*--------------------background--------------------*/


* {
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

html, body {
height: 100%;
background-color: #3c3c32;
}




/*------------------/background--------------------*/


/*--------------------content--------------------*/



#wrapper {
display: block;
float: right;
background-image: url(../images/splashtile.gif);
background-repeat: repeat-y;
background-color: #5a5b50;
width: 350px;
height: 100%;
margin-right: 75px;
}

#content {
margin: 100px 45px 0px 45px;
height: auto;
}

#logoicon {
}

#logo {
margin-top: 15px;
}



/*--------------------/content--------------------*/



/*--------------------typography--------------------*/

p {
margin-top: 10px;
color: #c4c4c1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 20px;
font-size: 12px;
color: #c4c4c1;
font-weight: lighter;
border-bottom: #5a5b50 solid 1pt;
padding-bottom: 20px;
line-height: 1.5;
}

strong {
font-weight: normal;
font-size: 11px;

}

a:link {
color: #0087c7;
text-decoration: none;
}

a:active {
color: #0087c7;
text-decoration: none;
}

a:visited {
color: #0087c7;
text-decoration: none;
}

a:hover {
color: #75756c;
text-decoration: none;
}

.button {
font-size: 16px;
margin-top: 20px;
border-bottom: #5a5b50 solid 1pt;
padding-bottom: 20px;
line-height: 1.5;
}

.footer {
margin-top: 20px;
border-bottom: #5a5b50 solid 1pt;
padding-bottom: 20px;
}


/*--------------------/typography--------------------*/

